Get Oracle 1Z0-1068-20 Dumps Questions [2021] To Gain Brilliant Result
1Z0-1068-20 dumps - DumpStillValid - 100% Passing Guarantee
NEW QUESTION 36
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 37
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 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. 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 39
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 40
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 41
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 42
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 43
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 44
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 45
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
Explanation:
Reference:
html
NEW QUESTION 46
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 47
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 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. 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 49
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 50
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 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 B
- C. Option A
- D. Option C
Answer: B
NEW QUESTION 52
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 53
......
Get 100% Passing Success With True 1Z0-1068-20 Exam: https://www.dumpstillvalid.com/1Z0-1068-20-prep4sure-review.html
