[Sep-2021] Updated Oracle Commerce Cloud 1Z0-1068-20 Exam Questions BUNDLE PACK [Q30-Q52]

Share

[Sep-2021] Updated Oracle Commerce Cloud 1Z0-1068-20 Exam Questions BUNDLE PACK

Master The Oracle Content 1Z0-1068-20 EXAM DUMPS WITH GUARANTEED SUCCESS!

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

What are two correct statements about this code? (Choose two.)

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

Answer: B,D

 

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

Answer: B,D

 

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

Answer: B,D

Explanation:
Reference:
s4710restoreorupgradethestorefrontfra01.html

 

NEW QUESTION 33
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 34
What are two examples of existing functionality provided with Commerce Cloud custom bindings? (Choose two.)

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

Answer: A,B

 

NEW QUESTION 35
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}/categorie/{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}/{seoUrlSlugDerived}/{id}

Answer: A,B

 

NEW QUESTION 36
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. Nothing needs to be configured. The account Addresses widget will automatically provide additional create, edit, and delete privileges for delegated administrators.
  • 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. Create an additional Account Address Book layout that allows delegated administrators the privilege to perform the tasks.

Answer: D

 

NEW QUESTION 37
Given the example custom widget template code:

Where will the value of displayName be read from?

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

Answer: B

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

 

NEW QUESTION 38
Given the example widget configuration definition:

Which two statements are correct? (Choose two.)

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

Answer: B,C

 

NEW QUESTION 39
Which three data items can be imported using the bulk import feature? (Choose three.)

  • A. promotions
  • B. catalog data
  • C. catalog media content
  • D. shopper profiles
  • E. email templates

Answer: B,C,D

 

NEW QUESTION 40
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 a shared 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 41
Consider the following code from the gateway.json file 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. card, only for 3D-Secure card support
  • B. physicalGiftCard, only for debit card support
  • C. cash, physicalGiftCard
  • D. card, for both regular and 3D-Secure cards
  • E. card, cash, physicalGiftCard

Answer: A

 

NEW QUESTION 42
Consider the following code from the widget.json for a sample custom widget:

For which pages will the widget appear in the Component library in the Design page in the Administration UI?

  • A. The widget will not appear for any pages
  • B. The widget will appear for all global pages only
  • C. The widget will appear for all pages
  • D. The widget will appear for all product pages only

Answer: D

 

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

Answer: A,D

 

NEW QUESTION 44
What does a storefront extension package contain?

  • A. All the JavaScript, HTML template, CSS, localization resources, and configuration parameters that define, implement and support the component
  • B. A pointer to the location of the definition of the component
  • C. A copy of the JavaScript, HTML template and CSS resources from the Commerce Cloud source code repository
  • D. A collection of the 3rd party JavaScript libraries that may be referenced by the component

Answer: A

 

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

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

Answer: B,C,E

 

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

Answer: B,D,E

Explanation:
Reference:
html

 

NEW QUESTION 47
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

Explanation:
Reference:
s0401fragmentawidgetintoelements01.html

 

NEW QUESTION 48
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. It is not possible to delete a site. You can disable it using the updateSite endpoint
  • B. When you delete Site A, Site B will be set as the new default site automatically
  • C. Disable the default Site A first and then delete it
  • D. You must first make Site B the default site and then you can delete Site A

Answer: A

 

NEW QUESTION 49
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. Placeholder for anonymous Require.js content
  • D. Local function referring to the JQuery library

Answer: A

 

NEW QUESTION 50
Oracle Commerce Cloud allows developers and business users to change the shopper 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. Create a new layout instance by cloning an existing layout instance
  • B. Upload a new storefront extension that defines the new layout instance
  • C. Determine the type of layout and create a new blank instance
  • D. You cannot create a new layout instance since there is a fixed number of layouts that cannot be updated

Answer: B

 

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

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

Answer: A,C,D

 

NEW QUESTION 52
......

Pass Oracle 1Z0-1068-20 Exam – Experts Are Here To Help You: https://www.realvce.com/1Z0-1068-20_free-dumps.html