72 Exam Questions for 1Z0-1068-21 Updated Versions With Test Engine [Q28-Q47]

Share

72 Exam Questions for 1Z0-1068-21 Updated Versions With Test Engine

Pass 1Z0-1068-21 Exam with Updated 1Z0-1068-21 Exam Dumps PDF 2022

NEW QUESTION 28
Given the configuration:

US Catalog and MexicanCatalog share some of the products.
Which two methods enable a merchandiser to enter Spanish translations in the products? (Choose two.)

  • A. Select Spanish from the Content Language drop-down and create new products with Spanish entries in the relevant fields
  • B. Select Spanish from the Content Language drop-down and edit the products that need Spanish translations
  • C. Import the translations by settingLOCALE=esin the CSV import file
  • D. Select the site on the Catalog page and edit the products that need Spanish translations

Answer: B,C

 

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

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

Answer: A,D

 

NEW QUESTION 30
A developer would like to pass two custom properties called interestRateand remainingPayments from the custom payment integration service to Commerce Cloud in the JSON response payload. The remainingPayments property should be returned to the storefront to be used in a custom widget.
Which code snippet included in the JSON response accomplishes this?

  • A. Option B
  • B. Option A
  • C. Option C

Answer: B

 

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

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

Answer: A,D

 

NEW QUESTION 32
Whichfour statements describe the Commerce Cloud payment webhooks? (Choose four.)

  • A. The Secure Credit Card Payment webhook is used for 3D Secure cards and stored cards
  • B. Webhooks can be created for your custom integration
  • C. The Generic Payment webhook is used for most payment types
  • D. Webhooks can be configured in the Administration UI or using REST APIs
  • E. The Custom Currency Payment webhook is used forloyalty points
  • F. The Credit Card Payment webhook is used for most credit cards, except 3D Secure cards and stored cards

Answer: B,D,E,F

 

NEW QUESTION 33
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?

  • A. If implemented, delegated administrators can view a list of all previous orders placed from the account shopper.
  • B. You cannot have one layout used for both B2B and B2C shoppers.
  • C. Account-based orders are tied to an Account, and the Order History Layout for B2B needsa B2B Order History widget instance.
  • D. Each layout will use different instances of the Secondary Navigation widget, depending if the shopper is account based or not.

Answer: C

 

NEW QUESTION 34
Which isNOTa step involved in creating widget configuration settings?

  • A. Compile the configurations before the widget extension is uploaded
  • B. Define the configuration settings in a config.json file
  • C. Define the configuration settings string resources for all supported locales
  • D. Update widget template and JavaScript code to use the configuration parameters as required
  • E. Add the widget configuration settings folders and files to the widget extension structure

Answer: A

 

NEW QUESTION 35
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. Associated component text snippets that are valid for each site
  • B. The layout components to include branding, images, and page content that are specific for the 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: B,D

 

NEW QUESTION 36
What does a storefront extension package contain?

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

Answer: D

 

NEW QUESTION 37
Given the example custom widget JavaScript:

In this example, what does $ represent?

  • A. Local function referring to the ccLogger library
  • B. Placeholder for anonymous Require.js content
  • C. Null value until it is initialized
  • D. Local functionreferring to the JQuery library

Answer: C

 

NEW QUESTION 38
You need to display a message to a logged in shopper about a relevant promotion, based on the number of products in thecart and the total value of the items. You develop a custom widget that uses the User, Cart and Site view models as displayed in this example Javascipt:

Under what condition is theshowCartMsg()function true?

  • A. Only when there is at least one itemin the cart and the cat subtotal is less than the value ofminSpend
  • B. As long as the user is logged in; the status of the cart does not matter
  • C. If either a user is logged in or there is at least oneitem in the cart or the cart subtotal is less than the value ofminSpend
  • D. When a user is logged in and there is at least one item in the cart and the cart subtotal is less than the value ofminSpend

Answer: C

 

NEW QUESTION 39
Given the example widget configurationdefinition:

Which two statements are correct? (Choose two.)

  • A. The widget configuration setting will appear as a dropdown
  • 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. You can reference the configuration in the widget JavaScript aswidget.enabled()

Answer: A,D

 

NEW QUESTION 40
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 ofthe 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. Onthe URL Patterns tab of the Setup menu, change the value for the collection page to/
    {parentCategory}/{seoUrlSlugDerived}/{id}
  • C. On the URL Patterns tab of the Setup menu, change the value for the collection page to/
    {parentCategory}/categorie/{id}
  • D. In the Administration UI, click the Content Language icon and select French as the language.

Answer: A,C

 

NEW QUESTION 41
Given the example custom widget template code:

Where will the value of displayName be read from?

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

Answer: A

 

NEW QUESTION 42
Which two statements describebenefits of the custom payment framework for merchants? (Choose two.)

  • A. Merchants can leverage the provided payment webhooks or create their own custom webhooks
  • B. Merchants can store credit cards on the Commerce Cloud server in its PCI-compliant zone
  • C. Merchants can apply their own business rules on top of each transaction
  • D. Merchants can change the underlying payment service provider without affecting their integration

Answer: A,C

 

NEW QUESTION 43
Given the exampleelement.jsonelement configuration:

What does theinlineattribute determine?

  • A. whether the element can be included in another element
  • B. whether the translation text is inserted into the element source
  • C. whether the element should be inserted as an HTML span or as a div
  • D. the display characteristic of the element

Answer: A

 

NEW QUESTION 44
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 isneeded 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 delegatedadministrators.
  • 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 thatallows delegated administrators the privilege to perform the tasks.

Answer: D

 

NEW QUESTION 45
A company has many anonymous shoppers who pay fororders with split payments. In their prior system, they ran into issues when one of the payment methods failed and the order was in a pending state waiting for the rest of the payment. In those cases, the shoppers could not retrieve the orders when theyreturned to the site because they did not have access to the order number?
The company plans to configure Commerce Cloud to avoid this situation where the anonymous shopper does not know the order ID.
What step can the company take in Commerce Cloud to avoid this happening?

  • A. No default configurations exist to help with this problem. This can only be handled in the custom payment integration system.
  • B. Enable the Order Placed Email to send the order ID when the payment goes through.
  • C. Enable the Order Payment Initiated Email to send the order ID when the order is created
  • D. Select the Payment Settings option to notify anonymous shoppers of partial payment

Answer: B

 

NEW QUESTION 46
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 pages
  • C. The widget will appear for all product pages only
  • D. The widget willappear for all global pages only

Answer: C

 

NEW QUESTION 47
......

1Z0-1068-21 Exam Dumps - Free Demo & 365 Day Updates: https://www.latestcram.com/1Z0-1068-21-exam-cram-questions.html