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: 7 / 7
Total 220 questions

A developer is creating a component to implement a custom Terms and Conditions checkbox at checkout in the Aura Commerce template.

Which method should the developer implement on the Lightning web component to ensure the user accepts the terms and conditions?

A.

ComponentValidity

B.

Validate

C.

SaveCheckout

D.

CheckValidity

What tool can a developer use to investigate errors during development? 07m 42s

A.

Streaming API Subscription Channel for Commerce Diagnostics Event Logging

B.

Commerce Diagnostics Event Logging JavaScript Console

C.

Lightning Web Component for Commerce Diagnostics Event Logging

D.

Custom Log Levels

Which format is the custom Salesforce field with the API name

"My_Fiels_Name__c" transformed onto by default in Salesforce B2B Commerce?

A.

MyFieldName

B.

myFieldName

C.

myfieldname

D.

My_Field_Name__c

How are variables bound when services use the ccSercviceDao classto execute queries?

A.

Global variables

B.

Apex local variables

C.

String substitution

D.

Apex class variables

A developer has just deployed a new Lightning Web Component to an authorized org. What should the developer do next to use the new component on apage?

A.

Go to "Deploy LWC" in Setup.

B.

Navigate 3 to the Page, Click on the "Custom Component Editor,’ Click "Publish" on the new component in the listand adjust the positioning.

C.

Create a Metadata API (MDAPI) conversion file with the Command Line interface (CLI) then go to the page and adjust the positioning.

D.

Go to the page, edit it, and drag the new component onto the page.

Which two statements are true regardingthe cc_CallContext class in Salesforce B2B Commerce? (2 answers)

A.

The Salesforce session is accessible via the getSession method

B.

The class can be used internally within Salesforce B2B Commerce and in subscriber code to access context level parameters

C.

The userLocale variable returns the current Locale for storefront.

D.

The current storefront is accessible via thisclass