1.
The design of a particular B2B storefront implementation has three supported locales.
When configuring the Profile Navigation
2.
Given this widget JavaScript snippet using the CCRestClient library:
What is the URL of the created request to Commerce Cloud?
3.
A developer is customizing the payment methods widget to enable the shopper to store a credit card when checking out. The widget needs to add three properties
to the payments object of the JSON authorization request when creating the order:
saveCard(Boolean)
nickname(String)
setAsDefault(Boolean)
Each of the properties needs to be bound to a particular view model for the properties to be added to the payments object.
Which is the correct view model?
4.
Which is NOT a step involved in creating widget configuration settings?
5.
A merchant has two country sites, US and France. The Site Base URL for the US site is www.example.com. They plan to use a subfolder to differentiate the
French site's URL. For example, they could set it to www.example.com/france.
What is a potential consequence of using the fr locate code as the subfolder for the French site's URL, such as www.example.com/fr, instead?
6.
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?
7.
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?
8.
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?
9.
In the Commerce Cloud implementation of the Model-View-ViewModel architecture pattern, what does the View represent?
10.
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?