Oracle CX Commerce 2021 Implementation Essentials - 1Z0-1068-21 Exam Practice Test
A developer would like to pass two custom properties called interestRateand 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?

Which code snippet included in the JSON response accomplishes this?

Correct Answer: A
Vote an answer
When working with the agent REST APIs, the site context is important. What are two ways the sitecontext can be set? (Choose two.)
Correct Answer: B,C
Vote an answer
Given the example custom widget Javascript:

In order to employ the Cart view model, what should the custom widget'swidget.jsondescriptor contain for theimportsattribute?

In order to employ the Cart view model, what should the custom widget'swidget.jsondescriptor contain for theimportsattribute?
Correct Answer: D
Vote an answer
The following code snippet shows thecustomPropertiessubobject included in the payments object in the payments object in a sample JSON request payload:

Which two statements describe how the custom properties wereincluded in the request? (Choose two.)

Which two statements describe how the custom properties wereincluded in the request? (Choose two.)
Correct Answer: A,D
Vote an answer
A company has many anonymous shoppers who pay fororders with split payments. In their prior system, they ran into issues when one of the payment methods failed and the order was in a pending state waiting for the rest of the payment. In those cases, the shoppers could not retrieve the orders when theyreturned to the site because they did not have access to the order number?
The company plans to configure Commerce Cloud to avoid this situation where the anonymous shopper does not know the order ID.
What step can the company take in Commerce Cloud to avoid this happening?
The company plans to configure Commerce Cloud to avoid this situation where the anonymous shopper does not know the order ID.
What step can the company take in Commerce Cloud to avoid this happening?
Correct Answer: A
Vote an answer
When configuring sites, you have two properties relatedto price groups: the default price group and additional price groups. Consider the following scenario:
* Site UShas theUS Dollarprice group set as its default price group.
* Site Canadahas theCanadian Dollarprice group as its default price group, but needs a second price
* group for US dollars.
* It can either share theUS Dollarprice group withSite USor have a separateUS Dollars2price group.
Under what condition shouldSite Canadause the separateUS Dollars2as its additional price group?
* Site UShas theUS Dollarprice group set as its default price group.
* Site Canadahas theCanadian Dollarprice group as its default price group, but needs a second price
* group for US dollars.
* It can either share theUS Dollarprice group withSite USor have a separateUS Dollars2price group.
Under what condition shouldSite Canadause the separateUS Dollars2as its additional price group?
Correct Answer: D
Vote an answer
After a year running their sites on Commerce Cloud, aninternational 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?
Which set of actions should the company take on the URL Patterns tab to complete the process?
Correct Answer: B
Vote an answer
You need to display a message to a logged in shopper about a relevant promotion, based on the number of products in thecart 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 theshowCartMsg()function true?

Under what condition is theshowCartMsg()function true?
Correct Answer: D
Vote an answer