Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Pearson B2B-Commerce-Developer New Attempt

Salesforce Accredited B2B Commerce Developer(SP23) Questions and Answers

Question 61

How do the REST APIs in Salesforce B2B Commerce support pass-through parameter handling

Options:

A.

An exception is generated for unknown API keys

B.

Parameters are passed through the service handlers

C.

Parameters are filtered out before the request is processed

D.

Parameters are separated, but unused

Question 62

What target does a developer need to set in the js-meta.xml file when creating a custom LWC component for use in the Checkout Flow?

Options:

A.

lightning_FlowScreen

B.

lightning__CheckoutFlow

C.

Iwe__FlowComponent

D.

lwe__flow

Question 63

What is a best practice when passing query parameters from user interface to an apex controller?

Options:

A.

Query parameters should be properly sanitized by using JSINHTMLENCODE within the VisualForce Page or Component.

B.

String parameters should be trimmed using String.trim().

C.

Query parameters should be passed only to Salesforce B2B Commerce classes that you are extending.

D.

Query parameters should be stored on a backbone model prior to passing them to the server

Question 64

While in the process of gathering requirements from a customer about how 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?

Options:

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.