Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Salesforce B2B-Commerce-Developer - Salesforce Accredited B2B Commerce Developer (SP25)

Page: 1 / 7
Total 220 questions

Which two statement are true for Mass Order (2 answers)

A.

MassOrder pricing is done via a batch job.

B.

Mass order works with thedefault wishlists

C.

The variation product is leveraged for SKUs.

D.

Mass Order is mobile ready with the ccrz templates.

Which of these is a key pattern leveraged when buildingLightning Web Components? 39m 36s

A.

Composition

B.

Inventory

C.

Juggling

D.

Normalization

Northern Trail Outfitters (NTO) has a B2B Commerce store for its resellers. It has received many customer service calls involving questions about the delivery date of customer orders.

How should a developer exposedelivery time estimates to NTO's customers in the storefront to reduce call volume?

A.

Add the Expected Delivery Date field to the order confirmation email.

B.

Add a Desired Delivery Date input field during the checkout flow.

C.

Display the Expected Delivery Date on the order page with a Lightning web component.

D.

Configure an email alert to the customer when the Expected Delivery Date changes.

What is a valid way of referencing the CC Cart Object whose API name is E_Cart__c in a SOQL query?

A.

_Cart__c

B.

c.E_Cart__c

C.

ccrz__E_Cart__c

D.

cloudcraze__E_Cart__c

The ccrz.cc_hk_UserInterface apex class, HTMLHead Include Begin and HTML Head Include End Cloudcraze Page Include sections allow additional content to be addedto the HTML tag. What are two reasons that is it preferred to use the ccrz.cc_hk_UserInterface extension over the Cloudcraze Page Include sections? (2 answers)

A.

Salesforce apex:include is wrapped in tags.

B.

HTML does not support

tags inside the

C.

Salesforce apex:include is wrapped in tags.

D.

HTML does not support tags inside the

How can the display of CC Menu Items be customized for different users?

A.

cc_hk_Category extension to pre-process which category items are cached as menu items

B.

cc_hk_Menu extension to post-process any cached menu items

C.

cc_hk_Menu extension to pre-process which menu items are cached

D.

cc_hk_Category extension to post-process any cached menu items

A developer needs to implement a custom Lightning web component (LWC) for the storefront.

The LWC contains language-specific text values.

How should the developer translate the text values?

A.

Import static resources for the text values and add them into theLWC.

B.

Use a CustomLabel xml file in the LWC to add the text values there.

C.

Create custom labels for the text values and import them in the LWC.

D.

Create a custom Metadata object for the text values and query it in the LWC.

Northern Trail Outfitters (NTO) wants to be able to reference historical data in another system from the Salesforce user experience as read-only, but does not want to import the data into the

org or incur storage costs. What is one product feature that could accomplish this?

A.

Big Objects

B.

Lightning Out

C.

External Objects

D.

External SOQL queries in Apex code

Which HTML element can be used as a root tag for a Lightning Web Component's HTML file?

A.

B.

C.

D.