[Jan 12, 2022] Valid 1Z0-1068-20 Test Answers & 1Z0-1068-20 Exam PDF
Valid Oracle Commerce Cloud 1Z0-1068-20 Dumps Ensure Your Passing
NEW QUESTION 22
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 23
Given the example widget configuration definition:
Which two statements are correct? (Choose two.)
- A. The widget configuration setting does not have a default value
- B. You can reference the configuration in the widget JavaScript as site.enabled()
- C. The widget configuration setting will appear as a dropdown
- D. The value can be either true or false
- E. You can reference the configuration in the widget JavaScript as widget.enabled()
Answer: C,D
NEW QUESTION 24
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 25
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 26
What three tasks, if implemented, can a contact with the storefront role of Administrator perform on a B2B Storefront? (Choose three.)
- A. Approve or reject an order that requires approval
- B. Approve or reject a registration request for a contact
- C. Specify an order approval threshold value
- D. Set product pricing discounts for the Account contract per site
- E. Create, edit, and delete contacts
Answer: A,C,D
Explanation:
Reference:
html
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. Configure three different Profile Navigation - Account Shoppers widget instances, one for each locale
- B. Type the names for each language directly into the field, using a comma delimited format
- C. Specify the option names using the Administration UI on the Setting Page
- D. Configure using Text Snippets on Design page after selecting the respective language
Answer: A
Explanation:
:
Three layouts to the Profile Navigation - Account Shoppers widget, make sure you set Reference:
s0405usesecondarynavigationwidgets01.html
NEW QUESTION 28
A company is setting up multiple country-specific sites that have unique emails, separate payment gateways and shipping methods by country, and other site-specific settings. They share Oracle integrations (e.g. Oracle Retail Order Management System Cloud, Oracle Loyalty Cloud, Oracle Customer Experience Cloud). They plan to add sites in the Administration UI.
Based on their use case, when should they create the additional sites to minimize the changes they need to make?
- A. At any time, because updates to shared configuration to the default site alter the child sites.
- B. Create the additional sites before configuring anything on the default site.
- C. Configure the Oracle integrations for the default site and then create additional sites.
- D. Configure the default site fully and then add the additional sites.
Answer: A
NEW QUESTION 29
What does a slot component reserve space in a layout to display?
- A. a widget determined in real-time based on variable criteria
- B. an ordered set of widgets specified in a tabular format
- C. the header of footer of a page that contains configurable elements
- D. a group of related widgets that constitute a composite shopper-based function
Answer: A
NEW QUESTION 30
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 31
A company currently has two sites. The ID of the default site is site A.
The ID of the second site is siteB. They
want to create a third site, but have it copy the configurations of siteB rather than the default siteA.
Which endpoint, method, and URI do they use to accomplish this?
- A. The createSite endpoint, using POST with the URI set to /ccadmin/v1/sites/siteB
- B. The createSiteFromForm endpoint, using POST with the URI set to /ccadmin/v1/siteCreateForms/ siteB
- C. The getSite endpoint, using GET with the URI set to /ccadmin/v1/sites/siteB
- D. The updateSite endpoint, using PUT with the URI set to /ccadmin/v1/sites/siteB
Answer: C
NEW QUESTION 32
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 33
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 34
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 Firefox browsers only
- D. to support Chrome browsers only
Answer: A,B
NEW QUESTION 35
A storefront developer has just logged into the Commerce Cloud Administration UI and selects the Design page to begin configuring layouts and components for their account-based implementation.
What two key concepts must they understand? (Choose two.)
- A. Out-of-the-box B2B-specific storefront layouts and associated components must be used for the accountbased implementation and cannot be customized.
- B. A B2B Storefront implementation can include B2B-specific widgets as well as standard widgets that support both B2B and B2C implementations.
- C. "Display layout to account shoppers only" must be selected in the layout settings in order to restrict the layout to account-based shoppers only.
- D. A B2B storefront implementation can only support one site per Account.
Answer: C,D
NEW QUESTION 36
What does a storefront extension package contain?
- A. A pointer to the location of the definition of the component
- B. All the JavaScript, HTML template, CSS, localization resources, and configuration parameters that define, implement and support the component
- C. A collection of the 3rd party JavaScript libraries that may be referenced by the component
- D. A copy of the JavaScript, HTML template and CSS resources from the Commerce Cloud source code repository
Answer: B
NEW QUESTION 37
Given the example custom widget template code:
Where will the value of displayName be read from?
- A. The widget locale resources
- B. Widget observable attributes
- C. The widget $data variable
- D. Product view model
Answer: D
Explanation:
Reference:
configure-web-widgets.html#getDataRestApi_Other
NEW QUESTION 38
Which two statements describe the gateway configuration definition in the config.json file? (Choose two.)
- A. No additional properties are needed to enable a payment method for scheduled orders
- B. Valid values for the instances property are agent, preview, test, and storefront
- C. The configType property must be set to the value payment
- D. The configuration must include a property with the ID paymentMethodTypes
Answer: B,C
Explanation:
Reference:
https://docs.oracle.com/en/cloud/saas/commerce-cloud/occ-developer/credit-card-payment-properties.html
NEW QUESTION 39
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 40
What is the Commerce Cloud ccResizeImage custom binding used for?
- A. size image to the current viewport before it is downloaded
- B. crop the image based on specified top, bottom, left and right parameters
- C. alter image proportions after download so that it fits on the screen
- D. update image borders and colors before download
Answer: A
Explanation:
Reference:
s0903resizeimagesusingtheccresizeimag01.html
NEW QUESTION 41
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 42
Which three data items can be imported using the bulk import feature? (Choose three.)
- A. catalog data
- B. catalog media content
- C. shopper profiles
- D. email templates
- E. promotions
Answer: A,B,C
NEW QUESTION 43
Consider the following code from the widget.json for a sample custom widget:
For which pages will the widget appear in the Component library in the Design page in the Administration UI?
- A. The widget will not appear for any pages
- B. The widget will appear for all pages
- C. The widget will appear for all global pages only
- D. The widget will appear for all product pages only
Answer: D
NEW QUESTION 44
......
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 |
|
1Z0-1068-20 Dumps Real Exam Questions Test Engine Dumps Training: https://www.prepawaypdf.com/Oracle/1Z0-1068-20-practice-exam-dumps.html