Commerce Cloud

Commerce Cloud

University

71 Qs

quiz-placeholder

Similar activities

Auditing 2: UAS-Remedial

Auditing 2: UAS-Remedial

1st Grade - Professional Development

68 Qs

Test 1 Programming principles

Test 1 Programming principles

University - Professional Development

68 Qs

TRY OUT P3K 5

TRY OUT P3K 5

5th Grade - University

75 Qs

TRY OUT 2

TRY OUT 2

12th Grade - University

75 Qs

Latihan Soal Orientasi BPK (II)

Latihan Soal Orientasi BPK (II)

KG - University

74 Qs

UTS PCD Im

UTS PCD Im

University

70 Qs

Respiratory Therapy 1010 study

Respiratory Therapy 1010 study

University

72 Qs

Twkk 7

Twkk 7

5th Grade - University

69 Qs

Commerce Cloud

Commerce Cloud

Assessment

Quiz

Professional Development

University

Easy

Created by

Carolina Hernandez

Used 153+ times

FREE Resource

71 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

15 mins • 1 pt

An account buyer receives an email notification that their order has been approved and they can pay for the order. Once they click the associated link, it brings them to the B2B Checkout Payment After Approval layout.

Which two are valid statements regarding the B2B Checkout Payment After Approval layout? (Choose two.)

This is an out-of-the-box layout that provides payment options for orders requiring approval

The layout is of type Checkout and is displayed to account shoppers only

The layout allows the buyer to modify the order details and input payment information

The layout is only displayed when the order status is PENDING_PAYMENT

2.

MULTIPLE SELECT QUESTION

15 mins • 1 pt

An account buyer receives an email notification that their order has been approved and they can pay for the order. Once they click the associated link, it brings them to the B2B Checkout Payment After Approval layout. <br />Which two are valid statements regarding the B2B Checkout Payment After Approval layout? (Choose two.) <br />

This is an out-of-the-box layout that provides payment options for orders requiring approval

The layout is of type Checkout and is displayed to account shoppers only

The layout allows the buyer to modify the order details and input payment information

The layout is only displayed when the order status is PENDING_PAYMENT

3.

MULTIPLE SELECT QUESTION

15 mins • 1 pt

Given the example widget configuration definition:<br /> {…properties: [{ <br /> "id": "enable",<br /> "type":"booleanType",<br /> "helpTextResourcedId": "enabledTextHelp", "labelResourcedId":"enabledLabel", "defaultValue":true} ..]}<br /><br />Which two statements are correct? (Choose two.) <br />

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

The widget configuration setting does not have a default value

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

The value can be either true or false

The widget configuration setting will appear as a dropdown

4.

MULTIPLE SELECT QUESTION

15 mins • 1 pt

Given the example snippet of custom widget JavaScript: <br /> $.Topic(pubsub.topicNames.PAGE_CHANGED).Suscribe(function(value){widget.isDisplayErrorPins(false);});<br />What are two correct statements about this code? (Choose two.) <br />

Creates a new PAGE_CHANGED topic available for subscription

Uses the PubSub library to publish to a topic

Changes the page when the inline function runs

Runs the inline function when the subscribed event fires

Uses the PubSub library to subscribe to a topic

5.

MULTIPLE SELECT QUESTION

15 mins • 1 pt

The design of a particular B2B storefront implementation has three supported locales. <br />When configuring the Profile Navigation – Account Shoppers settings, which statement describes how to configure the option name to handle the different languages? <br />
Type the names for each language directly into the field, using a comma delimited format
Configure three different Profile Navigation – Account Shoppers widget instances, one for each locale
Specify the option names using the Administration UI on the Setting Page
Configure using Text Snippets on Design page after selecting the respective language

6.

MULTIPLE SELECT QUESTION

15 mins • 1 pt

A company is setting up multiple country-specific sites that have unique emails, separate payment 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. <br />Based on their use case, when should they create the additional sites to minimize the changes they need to make? <br />
At any time, because updates to shared configuration to the default site alter the child sites.
Create the additional sites before configuring anything on the default site.
Configure the Oracle integrations for the default site and then create additional sites.
Configure the default site fully and then add the additional sites.

7.

MULTIPLE SELECT QUESTION

15 mins • 1 pt

Given this widget JavaScript snippet using the CCRestClient library: <br /> ccRestClient.request("getProduct",null,successFunction(widget),errorFunction(widget),"xprod2119");<br />What is the URL of the created request to Commerce Cloud? <br />
GET /ccstore/v1/products
GET /ccstore/v1/products/xprod2119
POST /ccstore/v1/products
PUT /ccstore/v1/products/xprod2119
GET/ccstore/v1/products?getProduct=xprod2119

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?