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

Salesforce Developer B2B-Commerce-Developer Syllabus Exam Questions Answers

Salesforce Accredited B2B Commerce Developer(SP23) Questions and Answers

Question 5

A developer has made some changes to the products of an existing storefront, but they are unable to see the changes in the products from the store.

Which action did the developer forget to take?

Options:

A.

Activate the product list.

B.

Publish the storefront.

C.

Rebuild the search index.

D.

Publish the catalog

Question 6

What is a valid way of referencing the global cc_api_CartExtentsion apex class via

subscriber code?

Options:

A.

ccrz__cc_api_CartExtension

B.

c__cc_api_CartExtension

C.

cloudcraze.cc_api_CartExtension

D.

ccrz.cc_api_CartExtension

Question 7

Which two statements are true about Global API's in Salesforce B2B Commerce? (2 answers)

Options:

A.

Each globalAPI method takes in a Map as a single parameter and returns a Map

B.

Global APIs are versioned.

C.

Global APIs will catch any Exceptions that are thrown as part of missing parameters.

D.

Global APIs will handle Transaction scope, and the Subscriber calling it does not need to handle scope.

Question 8

Which two statements are accurate?

Options:

A.

A Lightning Web Component cannot contain an Aura component

B.

A Lightning Web Component can contain an Aura component

C.

An Aura component can contain a Lightning Web Component which contains an Aura component

D.

An Aura component can contain a Lightning Web Component