Oracle Commerce Cloud 1Z0-1068-20 Real Exam Questions and Answers FREE Updated on Oct 11, 2021
1Z0-1068-20 Ultimate Study Guide - Exam4Free
NEW QUESTION 16
What are two operational parameters that are configurable by merchants in the Commerce Cloud Administration UI? (Choose two.)
- A. URL patterns for products and collections
- B. Site enablement
- C. SSO configuration
- D. Tax processor
Answer: C,D
NEW QUESTION 17
A company has two sites. Site A is the default site and has English as the default language and German as an additional language. Site B has German as the default language. The company needs to provide metadata in both languages.
After creating the products in English, which action can the company take to have metadata in both German and English?
- A. Create a duplicate set of the products and collections in German
- B. On the Metadata tab, overwrite the English metadata with the German translations
- C. Select German as the content language and enter the German translations for product and collection names and descriptions
- D. Switch to Site B to add the German translations for product and collection names and descriptions
- E. On the Metadata tab, add the German translations in addition to the English metadata
Answer: E
Explanation:
Reference:
s0707addmetadatatoproductsandcollecti01.html
NEW QUESTION 18
Consider the widget template snippet, which uses Knockout's containerless control flow syntax based on comment tags:
Under what condition will <li>Item #2</li> be displayed?
- A. If the shopper has a product in his/her cart
- B. Item #2 will never be displayed
- C. if the Product view model is available on the page
- D. Item #2 will always be displayed
Answer: A
NEW QUESTION 19
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. As long as the user is logged in; the status of the cart does not matter
- C. 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
- D. Only when there is at least one item in the cart and the cat subtotal is less than the value of minSpend
Answer: C
NEW QUESTION 20
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 21
A company has multiple country stores and wants the collection page URL to reflect the language and format specific to the country store. For the site configured with French as the default language, the URL should appear in the following example format: /femmes/chemises/cat1234, where Chemises is the name of the collection, its ID is cat1234, and the Chemises collection appears under the Femmes collection.
What are two of the steps they need to do to accomplish this? (Choose two.)
- A. For each separate site configured with the French language, update settings to use the new URL patterns
- B. On the URL Patterns tab of the Setup menu, change the value for the collection page to /
{parentCategory}/categorie/{id} - C. In the Administration UI, click the Content Language icon and select French as the language.
- D. On the URL Patterns tab of the Setup menu, change the value for the collection page to /
{parentCategory}/{seoUrlSlugDerived}/{id}
Answer: A,B
NEW QUESTION 22
Which three statements describe webhooks in Commerce Cloud? (Choose three.)
- A. Webhooks use the POST HTTP method for the outgoing call
- B. Webhooks can be defined separately for Storefront, Preview, and Agent instances
- C. Webhooks are only configured using the Server Extensions REST API
- D. Event webhooks support asynchronous, event-triggered outbound calls to custom integration endpoints
- E. Function webhooks support synchronous calls to external applications
Answer: A,D,E
Explanation:
Reference:
s0302understandwebhooks01.html
NEW QUESTION 23
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. Deselect Auto Redirect and click the Build URL Slugs button for the product page
- C. Select Auto Redirect and click the Build URL Slugs button for the product page
- D. Select Auto Redirect for collections, deselect it for products, and click the Build URL Slugs buttons
Answer: D
Explanation:
Reference:
s0802customizeurlpatterns01.html
NEW QUESTION 24
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 25
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 26
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. a widget determined in real-time based on variable criteria
- C. the header of footer of a page that contains configurable elements
- D. an ordered set of widgets specified in a tabular format
Answer: B
NEW QUESTION 27
A developer is customizing the payment methods widget to enable the shopper to store a credit card when checking out. The widget needs to add three properties to the payments object of the JSON authorization request when creating the order:
saveCard(Boolean)
nickname(String)
setAsDefault(Boolean)
Each of the properties needs to be bound to a particular view model for the properties to be added to the payments object.
Which is the correct view model?
- A. widgetPaymentViewModel
- B. paymentViewModel
- C. cartViewModel
- D. orderViewModel
Answer: A
NEW QUESTION 28
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 29
A company has Site A as its default site. It has created and enabled Site B and is ready to make Site B the default site and delete Site A.
Which statement describes the steps involved in deleting Site A?
- A. It is not possible to delete a site. You can disable it using the updateSite endpoint
- B. When you delete Site A, Site B will be set as the new default site automatically
- C. Disable the default Site A first and then delete it
- D. You must first make Site B the default site and then you can delete Site A
Answer: A
NEW QUESTION 30
Given the example custom widget template code:
Where will the value of displayName be read from?
- A. Widget observable attributes
- B. Product view model
- C. The widget locale resources
- D. The widget $data variable
Answer: B
Explanation:
Reference:
configure-web-widgets.html#getDataRestApi_Other
NEW QUESTION 31
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. Create a new layout instance by cloning an existing layout instance
- B. Upload a new storefront extension that defines the new layout instance
- C. Determine the type of layout and create a new blank instance
- D. You cannot create a new layout instance since there is a fixed number of layouts that cannot be updated
Answer: B
NEW QUESTION 32
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 33
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 a registration request for a contact
- B. Specify an order approval threshold value
- C. Create, edit, and delete contacts
- D. Set product pricing discounts for the Account contract per site
- E. Approve or reject an order that requires approval
Answer: B,D,E
NEW QUESTION 34
If your storefront has both B2B and B2C implementations, you will need to have one Order History Layout for B2B as well as a different Order History Layout for B2C.
What is the reason for this?
- A. Account-based orders are tied to an Account, and the Order History Layout for B2B needs a B2B Order History widget instance.
- B. You cannot have one layout used for both B2B and B2C shoppers.
- C. Each layout will use different instances of the Secondary Navigation widget, depending if the shopper is account based or not.
- D. If implemented, delegated administrators can view a list of all previous orders placed from the account shopper.
Answer: A
NEW QUESTION 35
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 36
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 37
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 38
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 pointer to the location of the definition of the component
- C. A copy of the JavaScript, HTML template and CSS resources from the Commerce Cloud source code repository
- D. A collection of the 3rd party JavaScript libraries that may be referenced by the component
Answer: A
NEW QUESTION 39
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 the Profile Navigation - Account Shoppers widget instance supports Registration Requests on My Account for storefront administrators
- B. Add the Contact Login with Self Registration element to support B2B Contact Registration Requests in the Header Widget instance
- C. Configure the Contact Registration Requests widget settings to specify the storefront role of admin
- D. Ensure that generated emails for registration requests are enabled to allow the administrator to accept or reject the request directly from the email
Answer: A,C
NEW QUESTION 40
......
Ultimate Guide to Prepare 1Z0-1068-20 Certification Exam for Oracle Commerce Cloud: https://www.exam4free.com/1Z0-1068-20-valid-dumps.html
