Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Inwhich three different ways can a theme be enabled in

Salesforce B2B Commerce? (3 answers)

A.

A Storefrontsetting

B.

An Account Group field value

C.

A per user setting

D.

Account

E.

Dynamically through a hook

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.

How can a developer introduce new screen behavior in a checkout flow step?

A.

Modify the property mappings in checkoutSteps.xml

B.

Edit the default subflow directly

C.

Clone the appropriate subflow and replace the Lightning web components in it

D.

Adjust next-state in previous subflow configuration

While in the process of gathering requirements from a customer abouthow they would like to set up their net new storefront checkout experience, a consultant learns that the customer needs the ability to add new shipping and billing addresses during checkout.

Which approach should a developer take to meet this requirement?

A.

Create a new shipping address checkout subflow that utilizes the Buyer Managed Contact Point Addresses component.

B.

Enable Buyer Managed Contact Point Addresses within the Shipping Address standard component in the Checkout subflow.

C.

Enable Buyer Managed Contact Point Addresses within Commerce Administration.

D.

Create a Lightning web component that enables this functionality and replaces the current shipping address screen within the Checkout subflow.

What isthe difference between Gross Layout Overrides and Subscriber Templates?

A.

Gross Layout Overrides allow modification to CSS of a page, whileSubscriber Templates allows for modification of the entire page including header and footer.

B.

Subscriber Templates allows for modification of the header, the footer and the content in between them. Gross Layout Overrides only allow for modification of the header and footer.

C.

Subscriber Templates allow for modification of the header and the footer, while Gross Layout Overrides allow for modification everything inside the header and footer.

D.

Gross Layout Overrides allow for the modification of the footer, while Subscriber Templates allow for modification of everything inside the header and footer.

A developer has written the logic to import products from an enterprise resource pi products are in Salesforce, but they arenot visible in the store.

What did the developer forget to assign to the imported products?

A.

Entitlement policy

B.

Storefront

C.

Account

D.

Promotion

Where are handlebar Templates defined in the Cloudcraze managed package?

A.

uiProperties file

B.

Configuration Setting configuration

C.

cc_hk_UserInterface extension

D.

Page Settings configuration

A developer needs to implement specific styling for a standard component on a single page of the B2B Commerce store using an Aura template. The component should use the default style on all other pages

How should the developer implement the required changes over multiple instances?

A.

Use a Custom CSS file in a static resource and add the import using the Edit Head Markup Editor in theExperience Builder.

B.

Create a Custom Content Layout Lightning web component that imports the custom CSS file. Set up the page to use this Content Layout.

C.

Create a Custom Theme Layout Aura component that imports the custom CSS file. Set up the page to use this Theme Layout.

D.

Use the Override CSR Editor in the Experience Builder and add the desired CSS to change the styles.

Which option is the correct syntax to render a property in a Lightning web component template?

A.

Surround the property with curly braces: {property}

B.

Surround the property withbrackets: [property]

C.

Surround the property with an exclamation point and curly braces: {property}

D.

Surround the property with curly braces and exclamation point: {{property}

Which two Salesforce B2B Commerce visualforce pages must be enabled at a Salesforce Community level to make the out of the box SEO functionality available? (2 answers)

A.

CCSizeIndex

B.

SizeMap

C.

CCCatSiteMap

D.

ProductMap