Winter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

1z0-1068-22 Sample Questions Answers

Questions 4

What are twoexamples of existing functionality provided with Commerce Cloud custom bindings? (Choose

two.)

Options:

A.

display product images

B.

save local data to disk

C.

connect to source control repositories

D.

format date and numbers

E.

publish messages to other websites

Buy Now
Questions 5

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?

Options:

A.

The Profile Navigation – Account Shoppers widget instance settings was not configured to include an

option for Account Address Book

B.

By default, the account buyer needs to create an order before the Account Address Book is displayed

C.

The account buyer did not have the correct storefront role to access the Account Address Book

D.

The Contact Login (for Managed Accounts) element is configured on the header widget which only

supports B2C login

Buy Now
Questions 6

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

Options:

A.

shopper profiles

B.

promotions

C.

email templates

D.

catalog data

E.

catalog media content

Buy Now
Questions 7

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

Options:

A.

A displaying products and prices that are specific to the logged in contact’s 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.

requiring an order approval based on a specified price threshold associated with the account

E.

sharing a purchase list with a contact from another account

Buy Now
Questions 8

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?

Options:

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

Buy Now
Questions 9

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?

Options:

A.

Type the names for each language directly into the field, using a comma delimited format

B.

Configure three different Profile Navigation – Account Shoppers widget instances, one for each locale

C.

Specify the option names using the Administration UI on the Setting Page

D.

Configure using Text Snippets on Design page after selecting the respective language

Buy Now
Questions 10

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?

Options:

A.

Each layout will use different instances of the Secondary Navigation widget, depending if the shopper is

account based or not.

B.

If implemented, delegated administrators can view a list of all previous orders placed from the account

shopper.

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.

Buy Now
Questions 11

Given the example widget configurationdefinition:

Which two statements are correct? (Choose two.)

Options:

A.

You can reference the configuration in the widget JavaScript aswidget.enabled()

B.

The widget configuration setting does not have a default value

C.

You can reference the configuration inthe widget JavaScript assite.enabled()

D.

The value can be either true or false

E.

The widget configuration setting will appear as a dropdown

Buy Now
Questions 12

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

Options:

A.

React

B.

JavaScript

C.

Node.js

D.

HTML 5

E.

CSS/Less

Buy Now
Questions 13

What three tasks, if implemented, can a contact with the storefront role ofAdministrator perform on a B2B

Storefront? (Choose three.)

Options:

A.

Set product pricing discounts for the Account contract per site

B.

Create, edit, and delete contacts

C.

Specify an order approval threshold value

D.

Approve or reject a registration request fora contact

E.

Approve or reject an order that requires approval

Buy Now
Questions 14

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.)

Options:

A.

The generic option will appear as a checkbox in the Administration UI

B.

The default value is set to generic, which means that option will be selected in the Administration UI

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 property is public by default and can be used in a custom widget

Buy Now
Questions 15

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.)

Options:

A.

A B2B Storefront implementation can include B2B-specific widgets as well as standard widgets that

support both B2B and B2C implementations.

B.

Out-of-the-box B2B-specific storefront layouts and associated components must be used for the accountbased

implementation and cannot be customized.

C.

“Display layout to account shoppers only”must be selected in the layout settings in order to restrict the

layout to account-based shoppers only.

D.

A B2B storefront implementation can only support one site per Account.

Buy Now
Questions 16

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?

Options:

A.

At any time, because updates to shared configuration to the default site alter the child sites.

B.

Create the additional sites before configuring anything on the default site.

C.

Configure the Oracle integrations for the default site and then create additional sites.

D.

Configure the default site fully and then add the additional sites.

Buy Now
Questions 17

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?

Options:

A.

They cannot do this in the Administration UI. They must use the/ccadmin/v1/sitesendpoint

B.

On the Design page, select the site and create a new theme under that site

C.

Edit the theme’s JavaScript code to limit it to the seasonal site

D.

On the Settings page, navigate to the seasonal site and select the new theme in the Theme property

Buy Now
Questions 18

Which two statements describe the gateway configuration definition in the config.json file? (Choose two.)

Options:

A.

TheconfigTypeproperty must beset to the value payment

B.

Valid values for theinstancesproperty areagent,preview,test, andstorefront

C.

No additional properties are needed to enable a payment method for scheduled orders

D.

The configuration must include a property with the IDpaymentMethodTypes

Buy Now
Questions 19

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?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 20

A company has two sites. Site A is the default site and has English as the default language and German as an additional language. Site B has German as the default language. The company needs to provide metadata in both languages.

After creating the products in English, which action can the company take to have metadata in both German and English?

Options:

A.

On the Metadata tab, add the German translations in addition to the English metadata

B.

On the Metadata tab, overwrite the English metadata with the German translations

C.

Create a duplicate set of the products and collections in German

D.

Switch to Site B to add the German translations for product and collection names and descriptions

E.

Select German as the content language and enter the Germantranslations for product and collection names and descriptions

Buy Now
Questions 21

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

Options:

A.

Locale strings

B.

REST endpoint specifications

C.

Images

D.

Java code

Buy Now
Exam Code: 1z0-1068-22
Exam Name: Oracle CX Commerce 2022 Implementation Essentials
Last Update: Nov 15, 2024
Questions: 70
$64  $159.99
$48  $119.99
$40  $99.99
buy now 1z0-1068-22