Get 2022 Updated Free Oracle 1z0-1068-22 Exam Questions & Answer [Q32-Q49]

Share

Get 2022 Updated Free Oracle 1z0-1068-22 Exam Questions and Answer

1z0-1068-22 Dumps PDF and Test Engine Exam Questions

NEW QUESTION 32
A company has created and configured a new site with the ID 10012 and is ready to enable it.
What step dothey need to do to enable the site?

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

Answer: B

 

NEW QUESTION 33
A company has many anonymous shopperswho 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 orderswhen 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 thePayment 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 34
A merchant has two country sites, US and France. The Site Base URL for the US site iswww.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 thefrlocate code as the subfolder for the French site's URL, such aswww.example.com/fr, instead?

  • A. 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.
  • B. If the US site is configured to have French as an additional language, the systemcannot tell if www.example.com/fris the French site or the French translation of the English site.
  • C. Commerce Cloud does not understand locale codes when used as a subfolder, leading to 404 not found messages in the shopper browser.
  • D. 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.

Answer: A

 

NEW QUESTION 35
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. Each Shopper Profile layout should contain ashared Profile Navigation - Account Shoppers widget instance
  • B. 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
  • C. Each entry in the Profile Navigation - Account Shoppers widget instance settings can only have one corresponding layout specified by the URL
  • D. On the My Account page, account contacts will always see all options defined in the Profile Navigation
    - Account Shoppers widget instance

Answer: B,D

 

NEW QUESTION 36
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 thegenericpayment method are needed for web checkout using redirect? (Choose three.)

  • A. initiate
  • B. retrieve
  • C. void
  • D. refund
  • E. authorization

Answer: C,D,E

 

NEW QUESTION 37
When working with the agent REST APIs, the site context is important. What are twoways the site context can be set? (Choose two.)

  • A. site request header, such as{"X-CCSite" : "siteA"}
  • B. siteIdproperty in the JSON request and response
  • C. query parameter, such as POST/ccagent/v1/orders?siteId=siteA
  • D. the webhook'ssiteIdproperty setting

Answer: A,B

 

NEW QUESTION 38
Given the example widget configurationdefinition:

Which two statements are correct? (Choose two.)

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

Answer: A,B

 

NEW QUESTION 39
Which three design elements are provided in each baseline provisioned environment? (Choose three.)

  • A. sample catalog data including product collections and SKUs
  • B. storefront template called Cloud Lakewith a set of default layouts
  • C. storefront style templates with a set of pre-defined sample themes
  • D. a basic collection of component instances that include widgets, stacks, and slots
  • E. provisioned data used for sample shopper profiles

Answer: A,D,E

 

NEW QUESTION 40
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 organizationneed to do to add loyalty points as a payment option on the Payments Method widget?

  • A. Add the baseline Loyalty Payment widget to the checkout layout on the Design page
  • B. Nothing. ThePayments Method widget already includes loyalty points as a payment option
  • C. Create a custom widget extension called Loyalty Payment and add it to the checkout layout
  • D. Create a new checkout layout with custom widgets for payment

Answer: C

 

NEW QUESTION 41
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 developersneed 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. The profile Navigation - Account Shoppers widget instance settings to specify a URL entry for each layout per site
  • C. Associated component text snippets that are valid for each site
  • D. The settings for each layout to specify one or more sites valid for that layout

Answer: A,B

 

NEW QUESTION 42
What are two use cases for fragmenting widgets into elements? (Choose two.)

  • A. Reduce the page load times and improve performance
  • B. Allow greater control over the position of widget functionally on the storefront
  • C. Improve reusability and extensibility of widget code
  • D. Separate the HTML display template and JavaScript files

Answer: A,B

 

NEW QUESTION 43
Given the example custom widget JavaScript:

In this example, what does $ represent?

  • A. Local function referring to the ccLogger library
  • B. Placeholder for anonymous Require.js content
  • C. Local function referring to the JQuery library
  • D. Null value until it is initialized

Answer: D

 

NEW QUESTION 44
A company has multiple country storesand 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 thelanguage.
  • B. On the URL Patterns tab of the Setup menu, change the value for the collection page to/
    {parentCategory}/categorie/{id}
  • C. On the URL Patterns tab of the Setup menu, change the value for the collection page to/
    {parentCategory}/{seoUrlSlugDerived}/{id}
  • D. For each separate site configured with the French language, update settings to use the new URL patterns

Answer: B,D

 

NEW QUESTION 45
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? (Choosethree.)

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

Answer: C,D,E

 

NEW QUESTION 46
A company currently has two sites. The ID of the default site is siteA. 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 defaultsiteA.
Which endpoint, method, and URI do they use to accomplish this?

  • A. ThegetSiteendpoint, using GET with the URI set to/ccadmin/v1/sites/siteB
  • B. ThecreateSiteFromFormendpoint, using with the URI set to/ccadmin/v1/siteCreateForms/ siteB
  • C. TheupdateSiteendpoint, using PUT with the URI set to/ccadmin/v1/sites/siteB
  • D. ThecreateSiteendpoint, using POST with the URI set to/ccadmin/v1/sites/siteB

Answer: A

 

NEW QUESTION 47
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. Integrated developmentenvironment for Commerce Cloud
  • B. JavaScript code which provides client-side page logic
  • C. Code management repository tools
  • D. Commerce Cloud delivered libraries with resources that support client-side development

Answer: B,D

 

NEW QUESTION 48
Given the configuration:

US Catalog and Mexican Catalog share some of the products.
Which two methods enable a merchandiser to enter Spanish translations in the products? (Choose two.)

  • A. Select Spanish from the Content Language drop-down and edit the products that need Spanish translations
  • B. Selectthe site on the Catalog page and edit the products that need Spanish translations
  • C. Import the translations by settingLOCALE=esin the CSV import file
  • D. Select Spanish from the Content Language drop-down and create new products with Spanish entries in the relevant fields

Answer: A,C

 

NEW QUESTION 49
......


Oracle 1z0-1068-22 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Explain the features that support account-based commerce
  • Edit storefront components in the Administration UI
Topic 2
  • Describe the payment framework for OOTB and custom payment integrations
  • Store Implementation Requirements and Design
Topic 3
  • What’s New in Commerce: Promotions Limit Use Promotions with Coupons 22A
  • Customize URL Patterns by language
Topic 4
  • Configure B2B features in the Administration UI
  • Use storefront libraries in widget JavaScript
Topic 5
  • Describe the configuration capabilities and tasks of Oracle Commerce Cloud
  • Implement storefront account administration
Topic 6
  • Implement communication via the Oracle Commerce Cloud payment webhooks
  • Manage sites in the Administration UI
Topic 7
  • Manage languages and catalogs in a multisite environment
  • What’s New in Commerce: Publishing Save Conflicts 22A
Topic 8
  • Explain the capabilities of the extension framework
  • Configure widgets to support custom payment

 

Verified 1z0-1068-22 exam dumps Q&As with Correct 72 Questions and Answers: https://www.dumpstorrent.com/1z0-1068-22-exam-dumps-torrent.html