Updated Dec-2021 Test Engine to Practice 1Z0-1068-20 Dumps & Practice Exam
Dumps Collection 1Z0-1068-20 Test Engine Dumps Training With 72 Questions
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 24
Given the example snippet of custom widget JavaScript:
What are two correct statements about this code? (Choose two.)
- A. Uses the PubSub library to publish to a topic
- B. Creates a new PAGE_CHANGED topic available for subscription
- C. Runs the inline function when the subscribed event fires
- D. Changes the page when the inline function runs
- E. Uses the PubSub library to subscribe to a topic
Answer: A,B
NEW QUESTION 25
What are two reasons to use the CC-Storage library to save data objects in local storage? (Choose two.)
- A. to support iOS devices using Safari
- B. to support browsers using private browsing mode
- C. to support Chrome browsers only
- D. to support Firefox browsers only
Answer: A,B
NEW QUESTION 26
Which three design elements are provided in each baseline provisioned environment? (Choose three.)
- A. provisioned data used for sample shopper profiles
- B. storefront style templates with a set of pre-defined sample themes
- C. a basic collection of component instances that include widgets, stacks, and slots
- D. sample catalog data including product collections and SKUs
- E. storefront template called Cloud Lake with a set of default layouts
Answer: A,C,D
NEW QUESTION 27
The design of a particular B2B storefront implementation has three supported locales.
When configuring the Profile Navigation - Account Shoppers settings, which statement describes how to configure the option name to handle the different languages?
- A. Type the names for each language directly into the field, using a comma delimited format
- B. Specify the option names using the Administration UI on the Setting Page
- C. Configure using Text Snippets on Design page after selecting the respective language
- D. Configure three different Profile Navigation - Account Shoppers widget instances, one for each locale
Answer: D
Explanation:
:
Three layouts to the Profile Navigation - Account Shoppers widget, make sure you set Reference:
s0405usesecondarynavigationwidgets01.html
NEW QUESTION 28
A company has created and configured a new site with the ID 10012 and is ready to enable it.
What step do they need to do to enable the site?
- A. Option D
- B. Option A
- C. Option C
- D. Option B
Answer: D
NEW QUESTION 29
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 B
- B. Option A
- C. Option C
Answer: B
NEW QUESTION 30
Given this widget JavaScript snippet using the CCRestClient library:
What is the URL of the created request to Commerce Cloud?
- A. POST /ccstore/v1/products
- B. GET /ccstore/v1/products
- C. GET/ccstore/v1/products?getProduct=xprod2119
- D. PUT /ccstore/v1/products/xprod2119
- E. GET /ccstore/v1/products/xprod2119
Answer: B
NEW QUESTION 31
What are two use cases for employing widget configuration settings? (Choose two.)
- A. to provide an increased level of merchandiser control over widget behavior and display
- B. to determine whether a widget can be placed on a layout
- C. to expose parameters that may vary between widget instances
- D. to provide links to 3rd party JavaScript libraries
Answer: A,B
NEW QUESTION 32
What does a storefront extension package contain?
- A. All the JavaScript, HTML template, CSS, localization resources, and configuration parameters that define, implement and support the component
- B. A copy of the JavaScript, HTML template and CSS resources from the Commerce Cloud source code repository
- C. A pointer to the location of the definition of the component
- D. A collection of the 3rd party JavaScript libraries that may be referenced by the component
Answer: A
NEW QUESTION 33
A company has many anonymous shoppers who pay for orders 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 they returned 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?
- A. Select the Payment Settings option to notify anonymous shoppers of partial payment
- B. No default configurations exist to help with this problem. This can only be handled in the custom payment integration system.
- C. Enable the Order Payment Initiated Email to send the order ID when the order is created
- D. Enable the Order Placed Email to send the order ID when the payment goes through.
Answer: D
NEW QUESTION 34
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. Order Details widget instance
- B. Account-Address Selector widget instance
- C. Payment Methods widget instance
- D. Purchase List widget instance
- E. Promotions widget instance
Answer: A,B
NEW QUESTION 35
The Payment Processing menu on the Settings page of the Administration UI has a Payment Options property with two choices: Full Payment Required and Allow Partial Payment.
When should the Allow Partial Payment option be selected?
- A. The storefront uses standard payment widgets
- B. One of the supported payment methods used on the order requires shopper action during payment processing
- C. All payment methods used on the order can be processed at the same time
- D. If one payment of a partial payment fails, the successful payments are voided immediately and the order stays incomplete
Answer: B
Explanation:
Reference:
s3202understandthepaymentoptionssetti01.html
NEW QUESTION 36
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 37
A merchant has two country sites, US and France. The Site Base URL for the US site is www.example.com.
They plan to use a subfolder to differentiate the French site's URL. For example, they could set it to www.example.com/france.
What is a potential consequence of using the fr locate code as the subfolder for the French site's URL, such as www.example.com/fr, instead?
- A. You receive an error message on the Settings page when setting the Site Base URL to a recognized locale, preventing you from using it as the subfolder.
- B. Commerce Cloud has logic built in to avoid any confusion between subfolders and locales, editing the URL when generating the page to differentiate between the locale and the subfolder name.
- C. If the US site is configured to have French as an additional language, the system cannot tell if www.example.com/fr is the French site or the French translation of the English site.
- D. Commerce Cloud does not understand locale codes when used as a subfolder, leading to 404 not found messages in the shopper browser.
Answer: A
NEW QUESTION 38
What are two operational parameters that are configurable by merchants in the Commerce Cloud Administration UI? (Choose two.)
- A. Tax processor
- B. URL patterns for products and collections
- C. SSO configuration
- D. Site enablement
Answer: A,C
NEW QUESTION 39
What does a slot component reserve space in a layout to display?
- A. a group of related widgets that constitute a composite shopper-based function
- B. the header of footer of a page that contains configurable elements
- C. an ordered set of widgets specified in a tabular format
- D. a widget determined in real-time based on variable criteria
Answer: D
NEW QUESTION 40
......
Oracle 1Z0-1068-20 Dumps Cover Real Exam Questions: https://www.testinsides.top/1Z0-1068-20-dumps-review.html