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.

Best Quality 1Z0-1068-20 Exam Questions Oracle Test To Gain Brilliante Result! [Q36-Q57]

Share

Best Quality 1Z0-1068-20 Exam Questions  Oracle Test To Gain Brilliante Result!

Preparations of 1Z0-1068-20 Exam 2021 Oracle Commerce Cloud Unlimited 72 Questions


Oracle 1Z0-1068-20 Exam Syllabus Topics:

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

 

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

Answer: A,D

 

NEW QUESTION 37
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 38
Given the example custom widget template code:

Where will the value of displayName be read from?

  • A. The widget $data variable
  • B. Product view model
  • C. Widget observable attributes
  • D. The widget locale resources

Answer: B

Explanation:
Reference:
configure-web-widgets.html#getDataRestApi_Other

 

NEW QUESTION 39
The business team has decided to add order approvals into the B2B storefront.
What three things do you need to configure in order to implement this functionality? (Choose three.)

  • A. Set the frequency of the Order Cancellation service
  • B. Configure B2B Storefront administrative privileges for account shoppers to request an order approval
  • C. Ensure that an invoice payment type is configured in the Payment Methods widget instance
  • D. Add order approval functionality into the B2B Checkout Layout
  • E. Specify a Price Hold Period for an approved order

Answer: A,B,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
A company has two sites. Site A is the default site and has English as the default language and German as an additional language. Site B has German as the default language. The company needs to provide metadata in both languages.
After creating the products in English, which action can the company take to have metadata in both German and English?

  • A. Switch to Site B to add the German translations for product and collection names and descriptions
  • B. Create a duplicate set of the products and collections in German
  • C. Select German as the content language and enter the German translations for product and collection names and descriptions
  • D. On the Metadata tab, overwrite the English metadata with the German translations
  • E. On the Metadata tab, add the German translations in addition to the English metadata

Answer: E

Explanation:
Reference:
s0707addmetadatatoproductsandcollecti01.html

 

NEW QUESTION 42
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 43
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. If implemented, delegated administrators can view a list of all previous orders placed from the account shopper.
  • 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. Account-based orders are tied to an Account, and the Order History Layout for B2B needs a B2B Order History widget instance.

Answer: D

 

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

Answer: B

 

NEW QUESTION 45
Which two statements describe the gateway configuration definition in the config.json file? (Choose two.)

  • A. Valid values for the instances property are agent, preview, test, and storefront
  • B. No additional properties are needed to enable a payment method for scheduled orders
  • C. The configType property must be set to the value payment
  • D. The configuration must include a property with the ID paymentMethodTypes

Answer: A,C

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

 

NEW QUESTION 46
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 47
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 48
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. The Generic Payment webhook is used for most payment types
  • D. The Secure Credit Card Payment webhook is used for 3D Secure cards and stored cards
  • E. Webhooks can be created for your custom integration
  • F. Webhooks can be configured in the Administration UI or using REST APIs

Answer: A,B,E,F

Explanation:
Reference:
s2901createacreditcardpaymentgatewayi01.html

 

NEW QUESTION 49
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 50
In the Commerce Cloud implementation of the Model-View-ViewModel architecture pattern, what does the View represent?

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

Answer: A

Explanation:
Reference:
s0103modelviewviewmodelmvvm01.html

 

NEW QUESTION 51
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 specified in the config.json file for the gateway extension
  • B. Custom properties can be added via a custom widget
  • C. Custom properties are included in the gateway extension's JavaScript
  • D. Custom properties are specified in the createOrder REST request

Answer: A,D

 

NEW QUESTION 52
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 53
You need to display a message to a logged in shopper about a relevant promotion, based on the number of products in the cart and the total value of the items. You develop a custom widget that uses the User, Cart and Site view models as displayed in this example Javascipt:

Under what condition is the showCartMsg() function true?

  • A. If either a user is logged in or there is at least one item in the cart or the cart subtotal is less than the value of minSpend
  • B. Only when there is at least one item in the cart and the cat subtotal is less than the value of minSpend
  • C. When a user is logged in and there is at least one item in the cart and the cart subtotal is less than the value of minSpend
  • D. As long as the user is logged in; the status of the cart does not matter

Answer: A

 

NEW QUESTION 54
The Profile Navigation - Account Shoppers widget instance settings specifies the storefront role of buyer for the Account Address Book.

Note that the storefront role for the /accountaddressbook URL is specified as buyer.
Which configuration step is needed to allow a delegated administrator the privilege to create, edit, and delete account addresses?

  • A. Create an additional Account Address Book layout that allows delegated administrators the privilege to perform the tasks.
  • B. Modify the settings for the Account Address Book and specify the storefront role of admin.
  • C. The Account Addresses widget will need to be customized to perform this functionality.
  • D. Nothing needs to be configured. The account Addresses widget will automatically provide additional create, edit, and delete privileges for delegated administrators.

Answer: A

 

NEW QUESTION 55
Which is NOT a step involved in creating widget configuration settings?

  • A. Define the configuration settings in a config.json file
  • B. Add the widget configuration settings folders and files to the widget extension structure
  • 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 56
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 57
......

Focus on 1Z0-1068-20 All-in-One Exam Guide For Quick Preparation: https://www.dumptorrent.com/1Z0-1068-20-braindumps-torrent.html