Verified 1Z0-1068-20 Exam Dumps PDF [2021] Access using Fast2test
Try Best 1Z0-1068-20 Exam Questions from Training Expert Fast2test
NEW QUESTION 41
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 42
When working with the agent REST APIs, the site context is important. What are two ways the site context can be set? (Choose two.)
- A. the webhook's siteId property setting
- B. query parameter, such as POST /ccagent/v1/orders?siteId=siteA
- C. siteId property in the JSON request and response
- D. site request header, such as {"X-CCSite" : "siteA"}
Answer: C,D
NEW QUESTION 43
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. The Profile Navigation - Account Shoppers widget instance settings was not configured to include an option for Account Address Book
- C. By default, the account buyer needs to create an order before the Account Address Book is displayed
- D. The account buyer did not have the correct storefront role to access the Account Address Book
Answer: B
NEW QUESTION 44
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. In the Administration UI, click the Content Language icon and select French as the language.
- B. On the URL Patterns tab of the Setup menu, change the value for the collection page to /
{parentCategory}/categorie/{id} - C. For each separate site configured with the French language, update settings to use the new URL patterns
- D. On the URL Patterns tab of the Setup menu, change the value for the collection page to /
{parentCategory}/{seoUrlSlugDerived}/{id}
Answer: B,C
NEW QUESTION 45
Given the example custom widget JavaScript:
In this example, what does $ represent?
- A. Placeholder for anonymous Require.js content
- B. Null value until it is initialized
- C. Local function referring to the JQuery library
- D. Local function referring to the ccLogger library
Answer: B
NEW QUESTION 46
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 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. void
- D. authorization
- E. initiate
Answer: B,C,D
Explanation:
Reference:
s1602overviewofwebcheckoutsysteminteg01.html
NEW QUESTION 48
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 49
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 50
What are two examples of existing functionality provided with Commerce Cloud custom bindings? (Choose two.)
- A. save local data to disk
- B. format date and numbers
- C. publish messages to other websites
- D. connect to source control repositories
- E. display product images
Answer: D,E
NEW QUESTION 51
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 52
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 53
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 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. The two countries have different sales tax rate calculations
- C. Reports in Oracle Business Intelligence Enterprise Edition need to separate sales totals in US dollars by site
- D. Site Canada has two languages and two currencies, and therefore needs dedicated price groups to accurately display prices
Answer: B
NEW QUESTION 55
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. Other paymentMethodTypes options defined in the gateway.json file will appear in the Administration UI, even though not explicitly defined in config.json
- B. The generic option will appear as a checkbox in the Administration UI
- C. The property is public by default and can be used in a custom widget
- D. The default value is set to generic, which means that option will be selected in the Administration UI
Answer: A,C
NEW QUESTION 56
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 edit the products that need Spanish translations
- B. Import the translations by setting LOCALE=es in the CSV import file
- C. Select Spanish from the Content Language drop-down and create new products with Spanish entries in the relevant fields
- D. Select the site on the Catalog page and edit the products that need Spanish translations
Answer: A,B
NEW QUESTION 57
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. JavaScript code which provides client-side page logic
- B. Commerce Cloud delivered libraries with resources that support client-side development
- C. Integrated development environment for Commerce Cloud
- D. Code management repository tools
Answer: A,B
Explanation:
Reference:
s4710restoreorupgradethestorefrontfra01.html
NEW QUESTION 58
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. Set product pricing discounts for the Account contract per site
- C. Specify an order approval threshold value
- D. Approve or reject an order that requires approval
- E. Create, edit, and delete contacts
Answer: B,C,D
NEW QUESTION 59
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 60
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. Select Auto Redirect and click the Build URL Slugs button for the product page
- B. Deselect Auto Redirect and click the Build URL Slugs button for the collection page
- C. Select Auto Redirect for collections, deselect it for products, and click the Build URL Slugs buttons
- D. Deselect Auto Redirect and click the Build URL Slugs button for the product page
Answer: C
Explanation:
Reference:
s0802customizeurlpatterns01.html
NEW QUESTION 61
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 appear for all global pages only
- B. The widget will appear for all pages
- C. The widget will appear for all product pages only
- D. The widget will not appear for any pages
Answer: C
NEW QUESTION 62
What is the Commerce Cloud ccResizeImage custom binding used for?
- A. size image to the current viewport before it is downloaded
- B. update image borders and colors before download
- C. alter image proportions after download so that it fits on the screen
- D. crop the image based on specified top, bottom, left and right parameters
Answer: A
Explanation:
Reference:
s0903resizeimagesusingtheccresizeimag01.html
NEW QUESTION 63
Which two are required to communicate with an Order Management System (OMS) Integration Service when integrating with an OMS from Commerce Cloud? (Choose two.)
- A. Order Submit event webhook
- B. Shopper Profile Update event webhook
- C. Admin Orders REST API
- D. Custom order management widget
Answer: B,C
NEW QUESTION 64
......
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 |
|
Latest 100% Passing Guarantee - Brilliant 1Z0-1068-20 Exam Questions PDF: https://www.fast2test.com/1Z0-1068-20-premium-file.html