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

New Release B2B-Commerce-Developer Salesforce Developer Questions

Salesforce Accredited B2B Commerce Developer(SP23) Questions and Answers

Question 33

In what way can a developer's code subscribe to platform events?

Options:

A.

Flows and Apex Triggers

B.

Flows

C.

Apex Triggers

D.

Process Builder, Apex Triggers and Flows

Question 34

Northern Trail Outfitters (NTO) exports Order Summary data from its org. A developer launches Data Loader, selects Order Summary, clicks the Select All Fields button, and clicks Finish. Custom fields are defined in the Cart and Order Summary objects and successfully mapped from Cart to Order Summary during checkout. However, all three custom fields in the Order Summary are empty in the export file.

What is the most likely cause?

Options:

A.

There was a misspelling in one of the custom fields.

B.

The Cart to Order action does not support the mapping of custom fields.

C.

The developer does not have access to the fields.

D.

The developer can export Order Summary records only by using Data Export Service

Question 35

A user wants the pricing to reflect the price values stored in an external ERP during

the checkoutflow. In what way can this requirement be satisfied?

Options:

A.

Override the computePricingCart method in ccrz.cc_api_PriceAdjustoment and make the callout in this method.

B.

None of the above

C.

Override the computePricingReview method in ccrz.cc_CartExtension and make the callout in this method.

D.

Override the computePricingCart methos in ccrz.cc_api_CartExtension and make the callout in this method.

Question 36

Which wire adapter should a developer use to retrieve metadata about a specific picklist?

Options:

A.

getPicklistMetadataValues

B.

getPicklistMetadata

C.

getPicklistValues

D.

getPicklist