Oracle 1Z0-1068-20 Premium Exam Engine pdf - Download Free Updated 72 Questions [Q21-Q39]

Share

Oracle 1Z0-1068-20 Premium Exam Engine pdf - Download Free Updated 72 Questions

Verified 1Z0-1068-20 Bundle Real Exam Dumps PDF

NEW QUESTION 21
An account buyer receives an email notification that their order has been approved and they can pay for the order. Once they click the associated link, it brings them to the B2B Checkout Payment After Approval layout.
Which two are valid statements regarding the B2B Checkout Payment After Approval layout? (Choose two.)

  • A. The layout allows the buyer to modify the order details and input payment information
  • B. This is an out-of-the-box layout that provides payment options for orders requiring approval
  • C. The layout is only displayed when the order status is PENDING_PAYMENT
  • D. The layout is of type Checkout and is displayed to account shoppers only

Answer: B,C

Explanation:
Orders that meet the criteria for requiring approval are sent back to OCC and put into the out-of-the-box order approvals workflow. Set the layout to be displayed when the Order Status is PENDING_PAYMENT Reference:
https://blogs.oracle.com/occs/whats-new-in-174-release
https://docs.oracle.com/cd/E97801_04/Cloud.19B/ExtendingCC/html/
s1806checkoutflowforpaymentafterappro01.html

 

NEW QUESTION 22
A storefront developer has just logged into the Commerce Cloud Administration UI and selects the Design page to begin configuring layouts and components for their account-based implementation.
What two key concepts must they understand? (Choose two.)

  • A. A B2B Storefront implementation can include B2B-specific widgets as well as standard widgets that support both B2B and B2C implementations.
  • B. "Display layout to account shoppers only" must be selected in the layout settings in order to restrict the layout to account-based shoppers only.
  • C. Out-of-the-box B2B-specific storefront layouts and associated components must be used for the accountbased implementation and cannot be customized.
  • D. A B2B storefront implementation can only support one site per Account.

Answer: B,D

 

NEW QUESTION 23
A company is setting up multiple country-specific sites that have unique emails, separate payment gateways and shipping methods by country, and other site-specific settings. They share Oracle integrations (e.g. Oracle Retail Order Management System Cloud, Oracle Loyalty Cloud, Oracle Customer Experience Cloud). They plan to add sites in the Administration UI.
Based on their use case, when should they create the additional sites to minimize the changes they need to make?

  • A. Create the additional sites before configuring anything on the default site.
  • B. At any time, because updates to shared configuration to the default site alter the child sites.
  • C. Configure the default site fully and then add the additional sites.
  • D. Configure the Oracle integrations for the default site and then create additional sites.

Answer: B

 

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

What does the inline attribute determine?

  • A. whether the element can be included in another element
  • B. the display characteristic of the 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: A

 

NEW QUESTION 25
Given the example widget configuration definition:

Which two statements are correct? (Choose two.)

  • A. The widget configuration setting will appear as a dropdown
  • B. You can reference the configuration in the widget JavaScript as site.enabled()
  • C. The value can be either true or false
  • D. The widget configuration setting does not have a default value
  • E. You can reference the configuration in the widget JavaScript as widget.enabled()

Answer: A,C

 

NEW QUESTION 26
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. Create a custom widget extension called Loyalty Payment and add it to the checkout layout
  • B. Create a new checkout layout with custom widgets for payment
  • C. Nothing. The Payments Method widget already includes loyalty points as a payment option
  • D. Add the baseline Loyalty Payment widget to the checkout layout on the Design page

Answer: A

Explanation:
Reference:
s1907useloyaltywidgets01.html

 

NEW QUESTION 27
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 28
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 createSiteFromForm endpoint, using POST with the URI set to /ccadmin/v1/siteCreateForms/ 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 getSite endpoint, using GET with the URI set to /ccadmin/v1/sites/siteB

Answer: D

 

NEW QUESTION 29
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}/{seoUrlSlugDerived}/{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}/categorie/{id}

Answer: A,D

 

NEW QUESTION 30
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. Account-Address Selector widget instance
  • B. Purchase List widget instance
  • C. Order Details widget instance
  • D. Promotions widget instance
  • E. Payment Methods widget instance

Answer: A,C

 

NEW QUESTION 31
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. 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.
  • C. Create a custom global widget that includes the analytics JavaScript library and upload to Commerce Cloud as a Storefront extension.
  • D. 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.

Answer: D

 

NEW QUESTION 32
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. query parameter, such as POST /ccagent/v1/orders?siteId=siteA
  • D. siteId property in the JSON request and response

Answer: A,D

 

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

  • A. A company operates three distinct brands operating as separate business units with different teams. The brands share no layouts, promotions, content, products, or shoppers
  • B. A company has stores in multiple countries and their stores only differ by the languages and currencies they support
  • C. 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
  • D. 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

Answer: C

 

NEW QUESTION 34
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. No default configurations exist to help with this problem. This can only be handled in the custom payment integration system.
  • 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. Enable the Order Payment Initiated Email to send the order ID when the order is created

Answer: C

 

NEW QUESTION 35
Which two statements describe benefits of the custom payment framework for merchants? (Choose two.)

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

Answer: A,D

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

 

NEW QUESTION 36
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. Valid values for the instances property are agent, preview, test, and storefront
  • D. The configuration must include a property with the ID paymentMethodTypes

Answer: B,C

Explanation:
Reference:
https://docs.oracle.com/en/cloud/saas/commerce-cloud/occ-developer/credit-card-payment-properties.html

 

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 JavaScript
  • C. Widget localization string resources
  • D. Store data, encapsulated in JSON

Answer: A

Explanation:
Reference:
s0103modelviewviewmodelmvvm01.html

 

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 B
  • C. Option D
  • D. Option C

Answer: A

 

NEW QUESTION 39
......

Pass Your Oracle Exam with 1Z0-1068-20 Exam Dumps: https://www.exams4sures.com/Oracle/1Z0-1068-20-practice-exam-dumps.html