Real Oracle 1z0-1068-22 Exam Dumps with Correct 72 Questions and Answers [Q36-Q60]

Share

Real Oracle 1z0-1068-22 Exam Dumps with Correct 72 Questions and Answers

Valid 1z0-1068-22 Test Answers & Oracle 1z0-1068-22 Exam PDF

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

Answer: A,D

 

NEW QUESTION 37
What are two types of assets that can be included in a storefront extension? (Choose two.)

  • A. Locale strings
  • B. REST endpoint specifications
  • C. Java code
  • D. Images

Answer: A,C

 

NEW QUESTION 38
Given the example custom widget Javascript:

In order to employ the Cart view model, what should the custom widget'swidget.jsondescriptor contain for theimportsattribute?

  • A. The imports attributecan be empty because the Cart view model is global
  • B. The imports attribute should contain the value "cart"
  • C. The imports attribute should contain the value "user" because the cart view model belongs to the user
  • D. The imports attribute is only valid for global widgets and is not relevant

Answer: D

 

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

Answer: D

 

NEW QUESTION 40
Oracle Commerce Cloud allows developers and business users to change theshopper experience to suit their needs by modifying components within page layouts via the REST APIs or via the Administration UI.
How can you create a new page layout instance?

  • A. You cannot create a new layout instance since there is a fixed number of layouts that cannot be updated
  • B. Upload a new storefront extension that defines the new layout instance
  • C. Create a new layout instance by cloning an existing layout instance
  • D. Determine the type of layout and create a new blank instance

Answer: B

 

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

Answer: B,D

 

NEW QUESTION 42
What three tasks, if implemented, can a contact with the storefront role ofAdministrator perform on a B2B Storefront? (Choose three.)

  • A. Approve or reject an order that requires approval
  • B. Approve or reject a registration request fora contact
  • C. Specify an order approval threshold value
  • D. Create, edit, and delete contacts
  • E. Set product pricing discounts for the Account contract per site

Answer: A,C,E

 

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

  • A. 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
  • B. 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
  • 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 stores in multiple countries and their stores only differ by the languages and currencies they support

Answer: A

 

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

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

Answer: A,D

 

NEW QUESTION 45
Consider the following code from the gateway.jsonfile for a sample payment gateway extension:

For which paymentMethodTypes is the processors property (not shown in the code example) required to be defined in your descriptors file?

  • A. physicalGiftCard, only for debit card support
  • B. card, cash, physicalGiftCard
  • C. card, for both regular and 3D-Secure cards
  • D. card, only for3D-Secure card support
  • E. cash, physicalGiftCard

Answer: D

 

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

Answer: B,C,D

 

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

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

Answer: A,B

 

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

Answer: C

 

NEW QUESTION 49
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?getProduct=xprod2119
  • C. PUT /ccstore/v1/products/xprod2119
  • D. POST /ccstore/v1/products
  • E. GET /ccstore/v1/products

Answer: E

 

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

What are two correctstatements about this code? (Choose two.)

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

Answer: D,E

 

NEW QUESTION 51
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. A B2B Storefront implementation can include B2B-specific widgets as well as standard widgets that support both B2B and B2C implementations.
  • B. A B2B storefront implementation can only support one site per Account.
  • 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: B,D

 

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

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

Answer: A,B,E

 

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

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

Answer: A,B,D

 

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

Answer: C

Explanation:
Explanation
Three layouts to the Profile Navigation - AccountShoppers widget, make sure you set

 

NEW QUESTION 55
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. The two countries have different sales tax rate calculations
  • C. Reports in Oracle Business Intelligence Enterprise Edition need to separate sales totals in US dollars by site
  • D. US dollar prices differ between Site US and Site Canada

Answer: B

 

NEW QUESTION 56
What are two use cases for employing widget configuration settings? (Choose two.)

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

Answer: B,D

 

NEW QUESTION 57
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 profile Navigation - Account Shoppers widget instance settings to specify a URL entry for each layout per 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. Associated component text snippets that are valid for each site

Answer: A,C

 

NEW QUESTION 58
What is the Commerce Cloud ccResizeImage custom binding used for?

  • A. alter image proportions after download so that it fits on the screen
  • B. size image to the current viewport before it is downloaded
  • C. update image borders and colors before download
  • D. crop the image based on specified top, bottom, left and right parameters

Answer: B

 

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

Answer: C

 

NEW QUESTION 60
......

1z0-1068-22 Exam Questions and Valid PMP Dumps PDF: https://www.itexamdownload.com/1z0-1068-22-valid-questions.html

Oracle 1z0-1068-22 Certification Real 2023 Mock Exam: https://drive.google.com/open?id=1x93VaG-MmxViWaoJixgBIW36hU3kYD7z