[Aug-2022] The Best CX Commerce 1z0-1068-22 Professional Exam Questions [Q21-Q46]

Share

[Aug-2022] The Best CX Commerce 1z0-1068-22 Professional Exam Questions

Try 100% Updated 1z0-1068-22 Exam Questions [2022]

NEW QUESTION 21
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. Associated component text snippets that are valid for each site
  • B. The settings for each layout to specify one or more sites valid for that layout
  • C. The layout components to include branding, images, and page content that are specific for the site
  • D. The profile Navigation - Account Shoppers widget instance settings to specify a URL entry for each layout per site

Answer: C,D

 

NEW QUESTION 22
Your client company has created a seasonal site that shares layouts with the default site, but has a different design themethat they have created on the Design page.
What do they need to do in the Administration UI to associate the new theme the seasonal site?

  • A. On the Settings page, navigate to the seasonal site and select the new theme in the Theme property
  • B. On the Design page, select the site and create a new theme under that site
  • C. They cannot do this in the Administration UI. They must use the/ccadmin/v1/sitesendpoint
  • D. Edit the theme's JavaScript code to limit it to the seasonal site

Answer: B

 

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

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

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

Answer: B

 

NEW QUESTION 24
A company is setting up multiple country-specific sites that have unique emails, separatepayment 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. Configure the default site fully and then add the additional sites.
  • B. Create the additional sites before configuring anything on the default site.
  • C. At any time, because updates to shared configuration to the default site alter the child sites.
  • D. Configure the Oracle integrations for the default site and then create additional sites.

Answer: C

 

NEW QUESTION 25
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. The widget locale resources
  • D. Widget observable attributes

Answer: B

 

NEW QUESTION 26
Consider the following code snippet from the config.json file for a custom payment gateway extension'sproperties:

Which two statements describe thepaymentMethodsTypesproperty configuration? (Choose two.)

  • A. The generic option will appear as a checkbox in the Administration UI
  • B. The property is public by default and can be used in a custom widget
  • C. Other paymentMethodTypes options defined in the gateway.json file will appear in the Administration UI, even though not explicitly defined in config.json
  • D. The default value is set to generic, which means that option will be selected in the Administration UI

Answer: B,C

 

NEW QUESTION 27
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 C
  • B. Option A
  • C. Option B

Answer: B

 

NEW QUESTION 28
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. 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 29
A company has one sitewith 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 thisendpoint to accomplish this task?

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

Answer: B

 

NEW QUESTION 30
Which three features are supported in a B2B Storefront implementation? (Choose three.)

  • A. sharing a purchase list with a contact from another account
  • B. managing account buyers and addresses on the storefront by contacts with account specified storefront roles
  • C. simultaneously logging into multiple accounts in order to compare product items and prices
  • D. A displaying products and prices that are specific to the logged in contact's account
  • E. requiring an order approval based on a specified price threshold associated with the account

Answer: B,C,E

 

NEW QUESTION 31
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. Create a custom widget extension called Loyalty Payment and add it to the checkout layout
  • C. Create a new checkout layout with custom widgets for payment
  • D. Nothing. ThePayments Method widget already includes loyalty points as a payment option

Answer: B

 

NEW QUESTION 32
A company has Site A as its default site. It has created and enabled Site B and is ready to make Site B the default site and delete Site A.
Which statement describes the steps involved in deleting Site A?

  • A. You must first make Site B the default site and then you can delete Site A
  • B. It is not possible to delete a site. You can disable it using the updateSite endpoint
  • C. When you delete Site A, Site B will be set as the new default site automatically
  • D. Disable the default Site Afirst and then delete it

Answer: B

 

NEW QUESTION 33
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. authorization
  • B. retrieve
  • C. void
  • D. initiate
  • E. refund

Answer: A,C,E

 

NEW QUESTION 34
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 widgetinstances
  • D. to provide links to 3rdparty JavaScript libraries

Answer: A,B

 

NEW QUESTION 35
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 36
Given the example custom widget JavaScript:

In this example, what does $ represent?

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

Answer: A

 

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

Answer: B,D

 

NEW QUESTION 38
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 C
  • B. Option B
  • C. Option A
  • D. Option D

Answer: B

 

NEW QUESTION 39
When configuring sites, you have two properties related toprice groups: the default price group and additional price groups. Consider the following scenario:
* Site UShas theUS Dollarprice group set as its default price group.
* Site Canadahas theCanadian Dollarprice group as its default price group, but needsa second price group for US dollars.
* It can either share theUS Dollarprice group withSite USor have a separateUS Dollars2price group.
Under what condition shouldSite Canadause the separateUS Dollars2as its additional price group?

  • A. Site Canada has two languages and two currencies, and therefore needs dedicated price groups to accurately display prices
  • B. US dollar prices differ between Site US and Site Canada
  • C. Reports in Oracle Business Intelligence Enterprise Edition need to separate sales totals in US dollars by site
  • D. The two countries have different sales tax rate calculations

Answer: D

 

NEW QUESTION 40
Why is it a best practice to use the ccLink binding in your customwidgets?

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

Answer: D

 

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

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

Answer: A,C

 

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

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

Answer: D

 

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

Answer: A,B

 

NEW QUESTION 44
Which isNOTa step involved in creating widget configuration settings?

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

Answer: C

 

NEW QUESTION 45
If your storefronthas 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. Each layout will use different instances of the Secondary Navigation widget, depending if the shopper is account based or not.
  • C. Account-based orders are tied to an Account, and the Order History Layout for B2B needsa B2B Order History widget instance.
  • D. You cannot have one layout used for both B2B and B2C shoppers.

Answer: C

 

NEW QUESTION 46
......


Oracle 1z0-1068-22 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Multiple Sites in a Single Oracle Commerce Cloud (OCC) Instance
  • Multisite Implementation- Site Setup and management using REST API
Topic 2
  • Manage languages and catalogs in a multisite environment
  • What’s New in Commerce: Publishing Save Conflicts 22A
Topic 3
  • Explain the capabilities of the extension framework
  • Configure widgets to support custom payment
Topic 4
  • Implement communication via the Oracle Commerce Cloud payment webhooks
  • Manage sites in the Administration UI
Topic 5
  • Describe the payment framework for OOTB and custom payment integrations
  • Store Implementation Requirements and Design
Topic 6
  • Configure B2B features in the Administration UI
  • Use storefront libraries in widget JavaScript
Topic 7
  • Explain typical custom integration projects in a store implementation
  • Describe the provisioned environments provided to you
Topic 8
  • Describe the configuration capabilities and tasks of Oracle Commerce Cloud
  • Implement storefront account administration
Topic 9
  • Explain the features that support account-based commerce
  • Edit storefront components in the Administration UI

 

1z0-1068-22 Exam Questions Get Updated [2022] with Correct Answers: https://www.exam4docs.com/1z0-1068-22-study-questions.html