Oracle Commerce Cloud 1Z0-1068-20 Real Exam Questions and Answers FREE Updated on Dec 23, 2021
1Z0-1068-20 Ultimate Study Guide - BraindumpsPrep
Oracle 1Z0-1068-20 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
| Topic 12 |
|
| Topic 13 |
|
| Topic 14 |
|
NEW QUESTION 34
You need to develop an integration with an analytics platform that tracks shopper activity across all Commerce Cloud pages and provides its own JavaScript library.
Which statement describes how you can implement this use case in Commerce Cloud?
- A. Create a custom non-global widget that includes the analytics JavaScript library and upload to Commerce Cloud as a Storefront extension which will automatically apply to all layouts.
- B. Create a custom global widget with a display template that includes an inline script reference to the analytics JavaScript library and upload to Commerce Cloud as a Storefront extension.
- C. Create a custom global widget that includes the analytics JavaScript library and upload to Commerce Cloud as a Storefront extension.
- D. On the "Application-Level JavaScript" tab on the Settings Page, add the URL for the analytics JavaScript library so that it will automatically apply to all layouts.
Answer: B
NEW QUESTION 35
Your customer has a B2B Storefront instance designed to have three English language sites: North America, European Union, and Asia.
What two components will the storefront developers need to configure to support one or more sites? (Choose two.)
- A. The settings for each layout to specify one or more sites valid for that layout
- B. Associated component text snippets that are valid for each site
- C. The layout components to include branding, images, and page content that are specific for the site
- D. The profile Navigation - Account Shoppers widget instance settings to specify a URL entry for each layout per site
Answer: C,D
NEW QUESTION 36
You need to display a message to a logged in shopper about a relevant promotion, based on the number of products in the cart and the total value of the items. You develop a custom widget that uses the User, Cart and Site view models as displayed in this example Javascipt:
Under what condition is the showCartMsg() function true?
- A. When a user is logged in and there is at least one item in the cart and the cart subtotal is less than the value of minSpend
- B. If either a user is logged in or there is at least one item in the cart or the cart subtotal is less than the value of minSpend
- C. Only when there is at least one item in the cart and the cat subtotal is less than the value of minSpend
- D. As long as the user is logged in; the status of the cart does not matter
Answer: B
NEW QUESTION 37
Given the example custom widget Javascript:
In order to employ the Cart view model, what should the custom widget's widget.json descriptor contain for the imports attribute?
- A. The imports attribute is only valid for global widgets and is not relevant
- B. The imports attribute should contain the value "cart"
- C. The imports attribute can be empty because the Cart view model is global
- D. The imports attribute should contain the value "user" because the cart view model belongs to the user
Answer: A
NEW QUESTION 38
What are two use cases for fragmenting widgets into elements? (Choose two.)
- A. Separate the HTML display template and JavaScript files
- B. Improve reusability and extensibility of widget code
- C. Reduce the page load times and improve performance
- D. Allow greater control over the position of widget functionally on the storefront
Answer: C,D
Explanation:
Reference:
s0401fragmentawidgetintoelements01.html
NEW QUESTION 39
For account-based commerce, the checkout layout can contain B2B-specific widgets that support accounts as well as general B2C widgets.
At a minimum, which two widget instances should be included on a B2B Checkout layout? (Choose two.)
- A. Purchase List widget instance
- B. Order Details widget instance
- C. Payment Methods widget instance
- D. Account-Address Selector widget instance
- E. Promotions widget instance
Answer: B,D
NEW QUESTION 40
The Commerce Cloud storefront extension framework provides a set of resources, templates and libraries that support the implementation of custom client-side store extensions.
What are two aspects of this framework? (Choose two.)
- A. Code management repository tools
- B. JavaScript code which provides client-side page logic
- C. Commerce Cloud delivered libraries with resources that support client-side development
- D. Integrated development environment for Commerce Cloud
Answer: B,C
Explanation:
Reference:
s4710restoreorupgradethestorefrontfra01.html
NEW QUESTION 41
What are two types of assets that can be included in a storefront extension? (Choose two.)
- A. Java code
- B. Locale strings
- C. Images
- D. REST endpoint specifications
Answer: A,B
NEW QUESTION 42
Which four statements describe the Commerce Cloud payment webhooks? (Choose four.)
- A. The Custom Currency Payment webhook is used for loyalty points
- B. The Credit Card Payment webhook is used for most credit cards, except 3D Secure cards and stored cards
- C. Webhooks can be configured in the Administration UI or using REST APIs
- D. The Generic Payment webhook is used for most payment types
- E. Webhooks can be created for your custom integration
- F. The Secure Credit Card Payment webhook is used for 3D Secure cards and stored cards
Answer: A,B,C,E
Explanation:
Reference:
s2901createacreditcardpaymentgatewayi01.html
NEW QUESTION 43
What are two use cases for employing widget configuration settings? (Choose two.)
- A. to determine whether a widget can be placed on a layout
- B. to provide an increased level of merchandiser control over widget behavior and display
- C. to expose parameters that may vary between widget instances
- D. to provide links to 3rd party JavaScript libraries
Answer: A,B
NEW QUESTION 44
You want a contact with an associated storefront role of Administrator to be able to manage contact registration requests for their account.
What two configuration steps are necessary to implement this functionality? (Choose two.)
- A. Ensure that generated emails for registration requests are enabled to allow the administrator to accept or reject the request directly from the email
- B. Add the Contact Login with Self Registration element to support B2B Contact Registration Requests in the Header Widget instance
- C. Ensure that the Profile Navigation - Account Shoppers widget instance supports Registration Requests on My Account for storefront administrators
- D. Configure the Contact Registration Requests widget settings to specify the storefront role of admin
Answer: C,D
NEW QUESTION 45
After a year running their sites on Commerce Cloud, an international company has changed the URL patterns for both the product and collection pages across multiple languages. The product page URL pattern has been updated to use a queryable URL slug. The collection page URL pattern has been updated by translating the string 'category' into each language, but retained the same structure with no queryable URL slug.
Which set of actions should the company take on the URL Patterns tab to complete the process?
- A. Deselect Auto Redirect and click the Build URL Slugs button for the collection page
- B. Select Auto Redirect for collections, deselect it for products, and click the Build URL Slugs buttons
- C. Select Auto Redirect and click the Build URL Slugs button for the product page
- D. Deselect Auto Redirect and click the Build URL Slugs button for the product page
Answer: B
Explanation:
Reference:
s0802customizeurlpatterns01.html
NEW QUESTION 46
The Profile Navigation - Account Shoppers widget instance settings specifies the storefront role of buyer for the Account Address Book.
Note that the storefront role for the /accountaddressbook URL is specified as buyer.
Which configuration step is needed to allow a delegated administrator the privilege to create, edit, and delete account addresses?
- A. Create an additional Account Address Book layout that allows delegated administrators the privilege to perform the tasks.
- B. The Account Addresses widget will need to be customized to perform this functionality.
- C. Nothing needs to be configured. The account Addresses widget will automatically provide additional create, edit, and delete privileges for delegated administrators.
- D. Modify the settings for the Account Address Book and specify the storefront role of admin.
Answer: A
NEW QUESTION 47
Given the example custom widget JavaScript:
In this example, what does $ represent?
- A. Placeholder for anonymous Require.js content
- B. Local function referring to the ccLogger library
- C. Local function referring to the JQuery library
- D. Null value until it is initialized
Answer: D
NEW QUESTION 48
Which two are required to communicate with an Order Management System (OMS) Integration Service when integrating with an OMS from Commerce Cloud? (Choose two.)
- A. Admin Orders REST API
- B. Custom order management widget
- C. Order Submit event webhook
- D. Shopper Profile Update event webhook
Answer: A,D
NEW QUESTION 49
What are two examples of existing functionality provided with Commerce Cloud custom bindings? (Choose two.)
- A. publish messages to other websites
- B. connect to source control repositories
- C. format date and numbers
- D. save local data to disk
- E. display product images
Answer: B,E
NEW QUESTION 50
A storefront developer is configuring page layouts of type Shopper Profile for a B2B storefront implementation.
Which two items must be considered when configuring the Profile Navigation - Account Shoppers widget instance on each layout? (Choose two.)
- A. On the My Account page, account contacts will always see all options defined in the Profile Navigation - Account Shoppers widget instance
- B. Each Shopper Profile layout should contain a shared Profile Navigation - Account Shoppers widget instance
- C. If displayed using a vertical orientation, the Profile Navigation - Account Shoppers widget instance should be configured to take up the same number of columns on each layout
- D. Each entry in the Profile Navigation - Account Shoppers widget instance settings can only have one corresponding layout specified by the URL
Answer: A,C
NEW QUESTION 51
A developer would like to pass two custom properties called interestRate and remainingPayments from the custom payment integration service to Commerce Cloud in the JSON response payload. The remainingPayments property should be returned to the storefront to be used in a custom widget.
Which code snippet included in the JSON response accomplishes this?
- A. Option C
- B. Option A
- C. Option B
Answer: B
NEW QUESTION 52
Oracle Commerce Cloud allows developers and business users to change the shopper experience to suit their needs by modifying components within page layouts via the REST APIs or via the Administration UI.
How can you create a new page layout instance?
- A. Determine the type of layout and create a new blank instance
- B. Upload a new storefront extension that defines the new layout instance
- C. You cannot create a new layout instance since there is a fixed number of layouts that cannot be updated
- D. Create a new layout instance by cloning an existing layout instance
Answer: B
NEW QUESTION 53
An account buyer receives an email notification that their order has been approved and they can pay for the order. Once they click the associated link, it brings them to the B2B Checkout Payment After Approval layout.
Which two are valid statements regarding the B2B Checkout Payment After Approval layout? (Choose two.)
- A. The layout is only displayed when the order status is PENDING_PAYMENT
- B. The layout is of type Checkout and is displayed to account shoppers only
- C. The layout allows the buyer to modify the order details and input payment information
- D. This is an out-of-the-box layout that provides payment options for orders requiring approval
Answer: A,D
Explanation:
Orders that meet the criteria for requiring approval are sent back to OCC and put into the out-of-the-box order approvals workflow. Set the layout to be displayed when the Order Status is PENDING_PAYMENT Reference:
https://blogs.oracle.com/occs/whats-new-in-174-release
https://docs.oracle.com/cd/E97801_04/Cloud.19B/ExtendingCC/html/
s1806checkoutflowforpaymentafterappro01.html
NEW QUESTION 54
......
Ultimate Guide to Prepare 1Z0-1068-20 Certification Exam for Oracle Commerce Cloud: https://www.briandumpsprep.com/1Z0-1068-20-prep-exam-braindumps.html
