Latest Oracle 1Z0-1068-20 First Attempt, Exam real Dumps Updated [Sep-2021]
Get the superior quality 1Z0-1068-20 Dumps Questions from Exam4Free. Nobody can stop you from getting to your dreams now. Your bright future is just a click away!
NEW QUESTION 36
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 37
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 38
A company has one site with English as the default language and German as an additional language. The German subsidiary needs to translate the site's name and description into German using the updateSite endpoint.
Which header and JSON combination must they pass to this endpoint to accomplish this task?

- A. Option A
- B. Option D
- C. Option B
- D. Option C
Answer: A
NEW QUESTION 39
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 40
An organization has implemented loyalty points as a payment currency by creating a payment gateway extension with loyaltyPoints as one of the paymentMethodTypes and configuring the Custom Curency Payment webhook.
What additional step does the organization need to do to add loyalty points as a payment option on the Payments Method widget?
- A. Nothing. The Payments Method widget already includes loyalty points as a payment option
- B. Create a custom widget extension called Loyalty Payment and add it to the checkout layout
- C. Create a new checkout layout with custom widgets for payment
- D. Add the baseline Loyalty Payment widget to the checkout layout on the Design page
Answer: B
Explanation:
Reference:
s1907useloyaltywidgets01.html
NEW QUESTION 41
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 42
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 43
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 44
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 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
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 47
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. The configType property must be set to the value payment
- C. The configuration must include a property with the ID paymentMethodTypes
- D. Valid values for the instances property are agent, preview, test, and storefront
Answer: B,D
Explanation:
Reference:
https://docs.oracle.com/en/cloud/saas/commerce-cloud/occ-developer/credit-card-payment-properties.html
NEW QUESTION 48
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 49
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 50
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 51
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 52
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 53
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 getSite endpoint, using GET with the URI set to /ccadmin/v1/sites/siteB
- B. The createSite endpoint, using POST with the URI set to /ccadmin/v1/sites/siteB
- C. The updateSite endpoint, using PUT with the URI set to /ccadmin/v1/sites/siteB
- D. The createSiteFromForm endpoint, using POST with the URI set to /ccadmin/v1/siteCreateForms/ siteB
Answer: A
NEW QUESTION 54
......
Guaranteed Success with Valid Oracle 1Z0-1068-20 Dumps: https://www.exam4free.com/1Z0-1068-20-valid-dumps.html
