Get New 2021 Oracle 1Z0-1068-20 Exam Dumps Bundle On flat Updated Dumps! [Q38-Q62]

Share

Get New 2021 Oracle exam 1Z0-1068-20 Dumps Bundle On flat Updated Dumps!

Full 1Z0-1068-20 Practice Test and 72 unique questions with explanations waiting just for you, get it now!

NEW QUESTION 38
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 39
You need to develop an integration with an analytics platform that tracks shopper activity across all Commerce Cloud pages and provides its own JavaScript library.
Which statement describes how you can implement this use case in Commerce Cloud?

  • A. Create a custom non-global widget that includes the analytics JavaScript library and upload to Commerce Cloud as a Storefront extension which will automatically apply to all layouts.
  • B. Create a custom global widget that includes the analytics JavaScript library and upload to Commerce Cloud as a Storefront extension.
  • C. Create a custom global widget with a display template that includes an inline script reference to the analytics JavaScript library and upload to Commerce Cloud as a Storefront extension.
  • D. On the "Application-Level JavaScript" tab on the Settings Page, add the URL for the analytics JavaScript library so that it will automatically apply to all layouts.

Answer: C

 

NEW QUESTION 40
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 41
A developer would like to pass two custom properties called interestRate and remainingPayments from the custom payment integration service to Commerce Cloud in the JSON response payload. The remainingPayments property should be returned to the storefront to be used in a custom widget.
Which code snippet included in the JSON response accomplishes this?

  • A. Option A
  • B. Option B
  • C. Option C

Answer: A

 

NEW QUESTION 42
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 43
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 44
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 45
Which two statements describe benefits of the custom payment framework for merchants? (Choose two.)

  • A. Merchants can store credit cards on the Commerce Cloud server in its PCI-compliant zone
  • B. Merchants can change the underlying payment service provider without affecting their integration
  • C. Merchants can apply their own business rules on top of each transaction
  • D. Merchants can leverage the provided payment webhooks or create their own custom webhooks

Answer: C,D

Explanation:
Reference:
https://www.bigcommerce.com/blog/pci-compliance/#what-is-the-pci-dss

 

NEW QUESTION 46
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 47
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 48
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 not appear for any pages
  • B. The widget will appear for all global pages only
  • C. The widget will appear for all pages
  • D. The widget will appear for all product pages only

Answer: D

 

NEW QUESTION 49
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. Enable the Order Payment Initiated Email to send the order ID when the order is created
  • B. Select the Payment Settings option to notify anonymous shoppers of partial payment
  • C. Enable the Order Placed Email to send the order ID when the payment goes through.
  • D. No default configurations exist to help with this problem. This can only be handled in the custom payment integration system.

Answer: C

 

NEW QUESTION 50
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. site request header, such as {"X-CCSite" : "siteA"}
  • B. the webhook's siteId property setting
  • C. siteId property in the JSON request and response
  • D. query parameter, such as POST /ccagent/v1/orders?siteId=siteA

Answer: A,C

 

NEW QUESTION 51
Which use case does NOT require the use of multiple sites or multiple instances?

  • A. A company wants to expand their brand to multiple countries with multiple languages and currencies. The stores sell different products and have different promotions, but share shoppers
  • B. A company operates three distinct brands operating as separate business units with different teams. The brands share no layouts, promotions, content, products, or shoppers
  • C. A company has stores in multiple countries and their stores only differ by the languages and currencies they support
  • D. A company has two brands with mostly different products. The brand stores have separate carts, payment gateways, and tax providers, with a unique look and feel

Answer: D

 

NEW QUESTION 52
Given the example custom widget Javascript:

In order to employ the Cart view model, what should the custom widget's widget.json descriptor contain for the imports attribute?

  • A. The imports attribute can be empty because the Cart view model is global
  • B. The imports attribute should contain the value "user" because the cart view model belongs to the user
  • C. The imports attribute should contain the value "cart"
  • D. The imports attribute is only valid for global widgets and is not relevant

Answer: D

 

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. 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 54
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 55
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 56
What are two examples of existing functionality provided with Commerce Cloud custom bindings? (Choose two.)

  • A. display product images
  • B. connect to source control repositories
  • C. save local data to disk
  • D. format date and numbers
  • E. publish messages to other websites

Answer: A,B

 

NEW QUESTION 57
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 58
Your customer has a B2B Storefront instance designed to have three English language sites: North America, European Union, and Asia.
What two components will the storefront developers need to configure to support one or more sites? (Choose two.)

  • A. The layout components to include branding, images, and page content that are specific for the site
  • B. Associated component text snippets that are valid for each site
  • C. The settings for each layout to specify one or more sites valid for that layout
  • D. The profile Navigation - Account Shoppers widget instance settings to specify a URL entry for each layout per site

Answer: A,D

 

NEW QUESTION 59
Given the example element.json element configuration:

What does the inline attribute determine?

  • A. the display characteristic of the element
  • B. whether the element can be included in another element
  • C. whether the element should be inserted as an HTML span or as a div
  • D. whether the translation text is inserted into the element source

Answer: B

 

NEW QUESTION 60
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 61
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. Custom order management widget
  • B. Admin Orders REST API
  • C. Order Submit event webhook
  • D. Shopper Profile Update event webhook

Answer: B,D

 

NEW QUESTION 62
......

Reduce Your Chance of Failure in 1Z0-1068-20 Exam: https://www.passtestking.com/Oracle/1Z0-1068-20-practice-exam-dumps.html