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

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

Page: 4 / 7
Total 220 questions

A user wants to have a Contact Us page in the storefront. This page will be a web-tolead form and it should have the header and footer, essentially the same look and feel as

all the pages in the application. How can this requirement be fulfilled?

A.

Page Include

B.

Subscriber Page (CC Page)

C.

Subscriber Template

D.

Body Include Begin

A developer is writing custom code to compare External Prices and Sales Prices for cart items. What should be returned if the External Prices are the same as Sales Prices for Products in the Cart? ~.

A.

sfdc_checkout.IntegrationStatus.Status.SUCCESS

B.

sfdc_checkout.IntegrationStatus.Status.SUCCEEDED

C.

sfdc_checkout.IntegrationStatus.Status.ERROR

D.

sfdc_checkout.IntegrationStatus.Success.FAILED

How is a price group dynamically set?

A.

By overriding the ccLogicProductPrice class

B.

By using contract pricing

C.

By extending the ccApiPriceList API

D.

By extending the cc_hk_priceing hook

How are version related upgrades passed on to subscriber API extensions/overrides?

A.

APIs callback with specific versions specified; the user must know which version number to use.

B.

Copy and paste of specific code is "built-in"

C.

Extensions and overridden APIs don't support-related upgrades.

D.

The "delegate" allows inherited method calls access to the most recentlyspecified service version

A user wants to leverage a three columnlayout on a page. The user also wants to move the mini-cart widget from the right to the center column. How can this requirement be fulfilled?

A.

Gross Layout Override

B.

Subscriber Template

C.

Page Include

D.

HandleBar Template Override

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 has made a component with a lightning combobox in the follow! markup. To handle changes on the combobox, what should replace?

A.

{event:handleChange}

B.

javascript:void(0);handleChange();

C.

{handleChange()}

D.

{handleChange}

Which three data types are supported for custom fields while using CSV file format for importing data for a store?

A.

Text Area(Long)

B.

Picklist (Multi-Select)

C.

Lookup Relationship

D.

Address

E.

Currency

A developer used slots to pass content from one Lightning Web Component toanother. How can they access the.

DOM for what was passed to those slots?

A.

Call this.template.querySelector() and this.template.querySelectorAll()

B.

Call this.querySelector() passing an id

C.

Call this.querySelector() and this.querySelectorAll()

D.

Call this.template.querySelector() passing an id

A developer is working in Visual Studio Codeon a previously deployed project which is rather large and deployments are time consuming. The developer wants to deploy some small CSS changes without waiting for the entire project deployment. What are two ways this can be accomplished?

A.

Right-click the folder for the component and choose Deploy Source to Org

B.

Right-click the CSS file that was edited and select Deploy Single File

C.

Right-click the CSS file and choose Deploy Source to Org

D.

Click the Tools menu and select Deploy styles

E.

Deploy theentire project. Only the change will be copied