Online Questions - Valid Practice To your 1Z0-1068-20 Exam (Updated 72 Questions)
Practice To 1Z0-1068-20 - Remarkable Practice On your Oracle CX Commerce 2020 Implementation Essentials Exam
NEW QUESTION 43
The following code snippet shows the customProperties subobject included in the payments object in the payments object in a sample JSON request payload:
Which two statements describe how the custom properties were included in the request? (Choose two.)
- A. Custom properties are included in the gateway extension's JavaScript
- B. Custom properties are specified in the createOrder REST request
- C. Custom properties can be added via a custom widget
- D. Custom properties are specified in the config.json file for the gateway extension
Answer: B,D
NEW QUESTION 44
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. Configure using Text Snippets on Design page after selecting the respective language
- D. Specify the option names using the Administration UI on the Setting Page
Answer: A
Explanation:
:
Three layouts to the Profile Navigation - Account Shoppers widget, make sure you set Reference:
s0405usesecondarynavigationwidgets01.html
NEW QUESTION 45
Given this widget JavaScript snippet using the CCRestClient library:
What is the URL of the created request to Commerce Cloud?
- A. PUT /ccstore/v1/products/xprod2119
- B. GET /ccstore/v1/products/xprod2119
- C. POST /ccstore/v1/products
- D. GET/ccstore/v1/products?getProduct=xprod2119
- E. GET /ccstore/v1/products
Answer: E
NEW QUESTION 46
Why is it a best practice to use the ccLink binding in your custom widgets?
- A. for ensuring a link does not cause a full page reload
- B. for ensuring images are sized for the current viewport
- C. for ensuring the correct layout is displayed
- D. for ensuring that your URL is correctly formatted
Answer: D
NEW QUESTION 47
The following code from a sample gateway.json file shows the configuration for a web checkout payment gateway extension without the transaction types filled in:
What three of the valid transaction types for the generic payment method are needed for web checkout using redirect? (Choose three.)
- A. retrieve
- B. refund
- C. authorization
- D. initiate
- E. void
Answer: B,C,E
Explanation:
Reference:
s1602overviewofwebcheckoutsysteminteg01.html
NEW QUESTION 48
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. Promotions widget instance
- B. Order Details widget instance
- C. Payment Methods widget instance
- D. Purchase List widget instance
- E. Account-Address Selector widget instance
Answer: B,E
NEW QUESTION 49
In the Commerce Cloud implementation of the Model-View-ViewModel architecture pattern, what does the View represent?
- A. Widget HTML template
- B. Widget localization string resources
- C. Widget JavaScript
- D. Store data, encapsulated in JSON
Answer: A
Explanation:
Reference:
s0103modelviewviewmodelmvvm01.html
NEW QUESTION 50
What are two use cases for fragmenting widgets into elements? (Choose two.)
- A. Reduce the page load times and improve performance
- B. Separate the HTML display template and JavaScript files
- C. Allow greater control over the position of widget functionally on the storefront
- D. Improve reusability and extensibility of widget code
Answer: A,C
Explanation:
Reference:
s0401fragmentawidgetintoelements01.html
NEW QUESTION 51
Given the example snippet of custom widget JavaScript:
What are two correct statements about this code? (Choose two.)
- A. Uses the PubSub library to subscribe to a topic
- B. Creates a new PAGE_CHANGED topic available for subscription
- C. Changes the page when the inline function runs
- D. Uses the PubSub library to publish to a topic
- E. Runs the inline function when the subscribed event fires
Answer: B,D
NEW QUESTION 52
An account buyer logs into the storefront, but does not see the addresses associated with their account on the My Account page.
What is the reason for this behavior?
- A. The Contact Login (for Managed Accounts) element is configured on the header widget which only supports B2C login
- B. By default, the account buyer needs to create an order before the Account Address Book is displayed
- C. The Profile Navigation - Account Shoppers widget instance settings was not configured to include an option for Account Address Book
- D. The account buyer did not have the correct storefront role to access the Account Address Book
Answer: C
NEW QUESTION 53
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. Configure the default site fully and then add the additional 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. At any time, because updates to shared configuration to the default site alter the child sites.
Answer: D
NEW QUESTION 54
When configuring sites, you have two properties related to price groups: the default price group and additional price groups. Consider the following scenario:
Site US has the US Dollar price group set as its default price group.
Site Canada has the Canadian Dollar price group as its default price group, but needs a second price group for US dollars.
It can either share the US Dollar price group with Site US or have a separate US Dollars2 price group.
Under what condition should Site Canada use the separate US Dollars2 as its additional price group?
- A. US dollar prices differ between Site US and Site Canada
- B. Reports in Oracle Business Intelligence Enterprise Edition need to separate sales totals in US dollars by site
- C. Site Canada has two languages and two currencies, and therefore needs dedicated price groups to accurately display prices
- D. The two countries have different sales tax rate calculations
Answer: D
NEW QUESTION 55
Given the configuration:
US Catalog and Mexican Catalog share some of the products.
Which two methods enable a merchandiser to enter Spanish translations in the products? (Choose two.)
- A. Select Spanish from the Content Language drop-down and create new products with Spanish entries in the relevant fields
- B. Import the translations by setting LOCALE=es in the CSV import file
- C. Select Spanish from the Content Language drop-down and edit the products that need Spanish translations
- D. Select the site on the Catalog page and edit the products that need Spanish translations
Answer: B,C
NEW QUESTION 56
What are two types of assets that can be included in a storefront extension? (Choose two.)
- A. Images
- B. Locale strings
- C. REST endpoint specifications
- D. Java code
Answer: B,D
NEW QUESTION 57
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 B
- C. Option A
- D. Option C
Answer: B
NEW QUESTION 58
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 entry in the Profile Navigation - Account Shoppers widget instance settings can only have one corresponding layout specified by the URL
- C. Each Shopper Profile layout should contain a shared Profile Navigation - Account Shoppers widget instance
- D. 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
Answer: A,D
NEW QUESTION 59
What are the three main technologies employed in widget development? (Choose three.)
- A. Node.js
- B. CSS/Less
- C. React
- D. JavaScript
- E. HTML 5
Answer: B,C,E
NEW QUESTION 60
Your client company has created a seasonal site that shares layouts with the default site, but has a different design theme that they have created on the Design page.
What do they need to do in the Administration UI to associate the new theme the seasonal site?
- A. They cannot do this in the Administration UI. They must use the /ccadmin/v1/sites endpoint
- B. On the Settings page, navigate to the seasonal site and select the new theme in the Theme property
- C. On the Design page, select the site and create a new theme under that site
- D. Edit the theme's JavaScript code to limit it to the seasonal site
Answer: C
NEW QUESTION 61
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. One of the supported payment methods used on the order requires shopper action during payment processing
- B. The storefront uses standard payment widgets
- C. If one payment of a partial payment fails, the successful payments are voided immediately and the order stays incomplete
- D. All payment methods used on the order can be processed at the same time
Answer: A
Explanation:
Reference:
s3202understandthepaymentoptionssetti01.html
NEW QUESTION 62
Which is NOT a step involved in creating widget configuration settings?
- A. Add the widget configuration settings folders and files to the widget extension structure
- B. Define the configuration settings in a config.json file
- C. Update widget template and JavaScript code to use the configuration parameters as required
- D. Compile the configurations before the widget extension is uploaded
- E. Define the configuration settings string resources for all supported locales
Answer: D
NEW QUESTION 63
Which four statements describe the Commerce Cloud payment webhooks? (Choose four.)
- A. The Custom Currency Payment webhook is used for loyalty points
- B. Webhooks can be configured in the Administration UI or using REST APIs
- C. The Secure Credit Card Payment webhook is used for 3D Secure cards and stored cards
- D. The Credit Card Payment webhook is used for most credit cards, except 3D Secure cards and stored cards
- E. Webhooks can be created for your custom integration
- F. The Generic Payment webhook is used for most payment types
Answer: A,B,D,E
Explanation:
Reference:
s2901createacreditcardpaymentgatewayi01.html
NEW QUESTION 64
Which two describe the assets contained in a storefront extension .zip archive? (Choose two.)
- A. a hierarchy of folders and files that are specific to the extension type
- B. configurations for function and event webhooks related to the extension
- C. language translation resources for each language used on the storefront
- D. the defined format of expected JSON request and response payloads
Answer: A,D
NEW QUESTION 65
Consider the following code snippet from the config.json file for a custom payment gateway extension's properties:
Which two statements describe the paymentMethodsTypes property configuration? (Choose two.)
- A. The default value is set to generic, which means that option will be selected in the Administration UI
- B. Other paymentMethodTypes options defined in the gateway.json file will appear in the Administration UI, even though not explicitly defined in config.json
- C. The property is public by default and can be used in a custom widget
- D. The generic option will appear as a checkbox in the Administration UI
Answer: B,C
NEW QUESTION 66
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. A B2B Storefront implementation can include B2B-specific widgets as well as standard widgets that support both B2B and B2C implementations.
- B. "Display layout to account shoppers only" must be selected in the layout settings in order to restrict the layout to account-based shoppers only.
- C. A B2B storefront implementation can only support one site per Account.
- D. Out-of-the-box B2B-specific storefront layouts and associated components must be used for the accountbased implementation and cannot be customized.
Answer: B,C
NEW QUESTION 67
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. Commerce Cloud does not understand locale codes when used as a subfolder, leading to 404 not found messages in the shopper browser.
- 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. 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.
Answer: D
NEW QUESTION 68
......
True 1Z0-1068-20 Exam Extraordinary Practice For the Exam: https://www.actualtests4sure.com/1Z0-1068-20-test-questions.html

