Pass Your Oracle 1Z0-1068-20 Exam with Correct 72 Questions and Answers [Q40-Q58]

Share

Pass Your  Oracle 1Z0-1068-20 Exam with Correct 72 Questions and Answers

Latest [Nov 17, 2021]  2021 Realistic Verified 1Z0-1068-20 Dumps


Oracle 1Z0-1068-20 Exam Syllabus Topics:

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

 

NEW QUESTION 40
The Commerce Cloud storefront extension framework provides a set of resources, templates and libraries that support the implementation of custom client-side store extensions.
What are two aspects of this framework? (Choose two.)

  • A. Commerce Cloud delivered libraries with resources that support client-side development
  • B. JavaScript code which provides client-side page logic
  • C. Integrated development environment for Commerce Cloud
  • D. Code management repository tools

Answer: A,B

Explanation:
Reference:
s4710restoreorupgradethestorefrontfra01.html

 

NEW QUESTION 41
What are two reasons to use the CC-Storage library to save data objects in local storage? (Choose two.)

  • A. to support Firefox browsers only
  • B. to support iOS devices using Safari
  • C. to support Chrome browsers only
  • D. to support browsers using private browsing mode

Answer: B,D

 

NEW QUESTION 42
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 provide links to 3rd party JavaScript libraries
  • D. to expose parameters that may vary between widget instances

Answer: A,B

 

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

  • A. Compile the configurations before the widget extension is uploaded
  • B. Update widget template and JavaScript code to use the configuration parameters as required
  • C. Add the widget configuration settings folders and files to the widget extension structure
  • D. Define the configuration settings string resources for all supported locales
  • E. Define the configuration settings in a config.json file

Answer: A

 

NEW QUESTION 44
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 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 an order that requires approval
  • B. Approve or reject a registration request for a contact
  • C. Set product pricing discounts for the Account contract per site
  • D. Create, edit, and delete contacts
  • E. Specify an order approval threshold value

Answer: A,C,E

Explanation:
Reference:
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. crop the image based on specified top, bottom, left and right parameters
  • D. alter image proportions after download so that it fits on the screen

Answer: A

Explanation:
Reference:
s0903resizeimagesusingtheccresizeimag01.html

 

NEW QUESTION 47
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 48
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 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 an order that requires approval
  • B. Approve or reject a registration request for a contact
  • C. Set product pricing discounts for the Account contract per site
  • D. Create, edit, and delete contacts
  • E. Specify an order approval threshold value

Answer: A,C,E

 

NEW QUESTION 50
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 51
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. Specify the option names using the Administration UI on the Setting Page
  • B. Configure three different Profile Navigation - Account Shoppers widget instances, one for each locale
  • C. Configure using Text Snippets on Design page after selecting the respective language
  • D. Type the names for each language directly into the field, using a comma delimited format

Answer: B

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

 

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

Answer: A,B

 

NEW QUESTION 54
Given this widget JavaScript snippet using the CCRestClient library:

What is the URL of the created request to Commerce Cloud?

  • A. GET /ccstore/v1/products/xprod2119
  • B. GET /ccstore/v1/products
  • C. POST /ccstore/v1/products
  • D. GET/ccstore/v1/products?getProduct=xprod2119
  • E. PUT /ccstore/v1/products/xprod2119

Answer: B

 

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

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

Answer: A,C,E,F

Explanation:
Reference:
s2901createacreditcardpaymentgatewayi01.html

 

NEW QUESTION 56
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 57
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 58
......

Get 2021 Updated Free Oracle 1Z0-1068-20 Exam Questions & Answer: https://pass4sure.test4cram.com/1Z0-1068-20_real-exam-dumps.html