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

Vce B2B-Commerce-Developer Questions Latest

Salesforce Accredited B2B Commerce Developer(SP23) Questions and Answers

Question 21

Which event should be triggered when user facing info, warning or error messages

need to be displayed on a Visualforce page?

Options:

A.

showMessage

B.

displayPageMessage

C.

displayMessage

D.

pageMessage

Question 22

How should a developer get the grand total amount, including shipping and tax, for items in the

cart and in the currency of the cart, when developing a new Lightning web component for an

Aura storefront cart page?

Options:

A.

{!Cart.Details.grandTotal}

B.

{ICart.Totals.grand Total}

C.

{ICart.Details.Fields.grandTotal}

D.

{!Cart.Fields.grandTotal}

Question 23

In checkout, what event should the developer's code listen for in order to help troubleshoot and respond to actions?

Options:

A.

CommerceBubbleEvents

B.

CommerceErrorEvents

C.

CommerceActionEvents

D.

CommerceDiagnosticEvents

Question 24

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?

Options:

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 list and 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.