Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

Easy To Download Oracle 1Z0-1068-20 Exam Dumps Updated 72 Questions [Q43-Q62]

Share

Easy To Download Oracle 1Z0-1068-20 Exam Dumps Updated 72 Questions

New Updated 1Z0-1068-20 Exam Questions 2021


Oracle 1Z0-1068-20 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Describe the configuration capabilities and tasks of Oracle Commerce Cloud
  • Edit storefront components in the Administration UI
Topic 2
  • Explain typical custom integration projects in a store implementation
  • Manage languages and catalogs in a multisite environment
Topic 3
  • Describe the payment framework for OOTB and custom payment integrations
  • Configure widgets to support custom payment
Topic 4
  • Describe the provisioned environments provided to you
  • Support a web checkout model and split payments
Topic 5
  • Enter SEO metadata by language
  • Access store data from a widget
  • Build storefront extensions
Topic 6
  • Implement the B2B order process and approvals
  • Include configuration options on widgets
  • Implement custom payment gateway extensions
Topic 7
  • Multiple Sites in a Single Oracle Commerce Cloud (OCC) Instance
  • Manage site context with Agent endpoints
Topic 8
  • What's New in Storefront, Experiments, and Experience and Design 19D
  • Custom Payment Integration
Topic 9
  • Explain the capabilities of the extension framework
  • Implement communication via the Oracle Commerce Cloud payment webhooks
Topic 10
  • What's New in Search and Integration 19D
  • Manage sites in the Administration UI
  • Create and edit sites using REST APIs
Topic 11
  • Configure B2B features in the Administration UI
  • Customize URL Patterns by language
Topic 12
  • Implement the B2B storefront for account buyers
  • Manage storefront components in the Administration UI
Topic 13
  • Implement storefront account administration
  • Use storefront libraries in widget JavaScript
  • Use data bindings in storefront template code
Topic 14
  • Explain the features that support account-based commerce
  • Describe the storefront architecture

 

NEW QUESTION 43
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 createSite endpoint, using POST with the URI set to /ccadmin/v1/sites/siteB
  • B. The createSiteFromForm endpoint, using POST with the URI set to /ccadmin/v1/siteCreateForms/ siteB
  • C. The getSite endpoint, using GET with the URI set to /ccadmin/v1/sites/siteB
  • D. The updateSite endpoint, using PUT with the URI set to /ccadmin/v1/sites/siteB

Answer: C

 

NEW QUESTION 44
Why is it a best practice to use the ccLink binding in your custom widgets?

  • A. for ensuring the correct layout is displayed
  • B. for ensuring that your URL is correctly formatted
  • C. for ensuring images are sized for the current viewport
  • D. for ensuring a link does not cause a full page reload

Answer: B

 

NEW QUESTION 45
What does a storefront extension package contain?

  • A. A pointer to the location of the definition of the component
  • B. All the JavaScript, HTML template, CSS, localization resources, and configuration parameters that define, implement and support the component
  • C. A collection of the 3rd party JavaScript libraries that may be referenced by the component
  • D. A copy of the JavaScript, HTML template and CSS resources from the Commerce Cloud source code repository

Answer: B

 

NEW QUESTION 46
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 has stores in multiple countries and their stores only differ by the languages and currencies they support
  • C. A company operates three distinct brands operating as separate business units with different teams. The brands share no layouts, promotions, content, products, or shoppers
  • 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 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. Specify the option names using the Administration UI on the Setting Page
  • D. Configure using Text Snippets on Design page after selecting the respective language

Answer: A

Explanation:
:
Three layouts to the Profile Navigation - Account Shoppers widget, make sure you set Reference:
s0405usesecondarynavigationwidgets01.html

 

NEW QUESTION 48
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. By default, the account buyer needs to create an order before the Account Address Book is displayed
  • B. The Contact Login (for Managed Accounts) element is configured on the header widget which only supports B2C login
  • 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 49
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. You cannot have one layout used for both B2B and B2C shoppers.
  • B. Account-based orders are tied to an Account, and the Order History Layout for B2B needs a B2B Order History widget instance.
  • C. If implemented, delegated administrators can view a list of all previous orders placed from the account shopper.
  • D. Each layout will use different instances of the Secondary Navigation widget, depending if the shopper is account based or not.

Answer: B

 

NEW QUESTION 50
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 is only valid for global widgets and is not relevant
  • B. The imports attribute should contain the value "cart"
  • C. The imports attribute can be empty because the Cart view model is global
  • D. The imports attribute should contain the value "user" because the cart view model belongs to the user

Answer: A

 

NEW QUESTION 51
Given the example snippet of custom widget JavaScript:

What are two correct statements about this code? (Choose two.)

  • A. Runs the inline function when the subscribed event fires
  • B. Changes the page when the inline function runs
  • C. Creates a new PAGE_CHANGED topic available for subscription
  • D. Uses the PubSub library to subscribe to a topic
  • E. Uses the PubSub library to publish to a topic

Answer: C,E

 

NEW QUESTION 52
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 is only displayed when the order status is PENDING_PAYMENT
  • B. The layout is of type Checkout and is displayed to account shoppers only
  • C. The layout allows the buyer to modify the order details and input payment information
  • D. This is an out-of-the-box layout that provides payment options for orders requiring approval

Answer: A,D

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 53
What are two use cases for employing widget configuration settings? (Choose two.)

  • A. to determine whether a widget can be placed on a layout
  • B. to provide an increased level of merchandiser control over widget behavior and display
  • C. to expose parameters that may vary between widget instances
  • D. to provide links to 3rd party JavaScript libraries

Answer: A,B

 

NEW QUESTION 54
What are two examples of existing functionality provided with Commerce Cloud custom bindings? (Choose two.)

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

Answer: B,E

 

NEW QUESTION 55
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. At any time, because updates to shared configuration to the default site alter the child sites.
  • B. Create the additional sites before configuring anything on the default site.
  • C. Configure the Oracle integrations for the default site and then create additional sites.
  • D. Configure the default site fully and then add the additional sites.

Answer: A

 

NEW QUESTION 56
Which four statements describe the Commerce Cloud payment webhooks? (Choose four.)

  • A. The Custom Currency Payment webhook is used for loyalty points
  • B. The Credit Card Payment webhook is used for most credit cards, except 3D Secure cards and stored cards
  • C. Webhooks can be configured in the Administration UI or using REST APIs
  • D. The Generic Payment webhook is used for most payment types
  • E. Webhooks can be created for your custom integration
  • F. The Secure Credit Card Payment webhook is used for 3D Secure cards and stored cards

Answer: A,B,C,E

Explanation:
Reference:
s2901createacreditcardpaymentgatewayi01.html

 

NEW QUESTION 57
What are the three main technologies employed in widget development? (Choose three.)

  • A. HTML 5
  • B. React
  • C. JavaScript
  • D. Node.js
  • E. CSS/Less

Answer: A,B,E

 

NEW QUESTION 58
Consider the widget template snippet, which uses Knockout's containerless control flow syntax based on comment tags:

Under what condition will <li>Item #2</li> be displayed?

  • A. Item #2 will always be displayed
  • B. If the shopper has a product in his/her cart
  • C. Item #2 will never be displayed
  • D. if the Product view model is available on the page

Answer: B

 

NEW QUESTION 59
In the Commerce Cloud implementation of the Model-View-ViewModel architecture pattern, what does the View represent?

  • A. Store data, encapsulated in JSON
  • B. Widget JavaScript
  • C. Widget HTML template
  • D. Widget localization string resources

Answer: C

Explanation:
Reference:
s0103modelviewviewmodelmvvm01.html

 

NEW QUESTION 60
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. 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.
  • 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. Commerce Cloud does not understand locale codes when used as a subfolder, leading to 404 not found messages in the shopper browser.
  • 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 61
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. Deselect Auto Redirect and click the Build URL Slugs button for the collection page
  • B. Select Auto Redirect for collections, deselect it for products, and click the Build URL Slugs buttons
  • C. Select Auto Redirect and click the Build URL Slugs button for the product page
  • D. Deselect Auto Redirect and click the Build URL Slugs button for the product page

Answer: B

Explanation:
Reference:
s0802customizeurlpatterns01.html

 

NEW QUESTION 62
......

Updated Free Oracle 1Z0-1068-20 Test Engine Questions with 72 Q&As: https://www.vce4dumps.com/1Z0-1068-20-valid-torrent.html