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

Online B2B-Commerce-Developer Questions Video

Salesforce Accredited B2B Commerce Developer(SP23) Questions and Answers

Question 57

Northern Trail Outfitters (NTO) has a B2B Commerce store for its resellers. It has received many customer service calls involving questions about the delivery date of customer orders.

How should a developer expose delivery time estimates to NTO's customers in the storefront to reduce call volume?

Options:

A.

Add the Expected Delivery Date field to the order confirmation email.

B.

Add a Desired Delivery Date input field during the checkout flow.

C.

Display the Expected Delivery Date on the order page with a Lightning web component.

D.

Configure an email alert to the customer when the Expected Delivery Date changes.

Question 58

What isthe difference between Gross Layout Overrides and Subscriber Templates?

Options:

A.

Gross Layout Overrides allow modification to CSS of a page, while Subscriber Templates allows for modification of the entire page including header and footer.

B.

Subscriber Templates allows for modification of the header, the footer and the content in between them. Gross Layout Overrides only allow for modification of the header and footer.

C.

Subscriber Templates allow for modification of the header and the footer, while Gross Layout Overrides allow for modification everything inside the header and footer.

D.

Gross Layout Overrides allow for the modification of the footer, while Subscriber Templates allow for modification of everything inside the header and footer.

Question 59

A developer needs to bulk export all of the Product data from an org and does not have access to Data Loader or Workbench. However, the Command Line Interface (CLI) is available. Which command allows the developer to accomplish this task?

Options:

A.

sfdx force:data:treeiexport -q -x export-demo -d /tmp/sfdx-out -p

B.

sfdx force:data:tree:export -Product2 -all

C.

sfdx force:data:tree:export -o Product?

D.

sfdxforce:data:tree:export -h

Question 60

What are three advantages of using ccLog over the Salesforce

standard System.debug class? (3 answers)

Options:

A.

There is no need to use string concatenation to easily tag log statements with a subject.

B.

ccLog can debug syntax errors found in the JavaScript.

C.

There is no need to create a User Trace Flag.

D.

Append #ccLog= to the end of the storefront URL in order to get logs in the inspector console.

E.

There is no need to manually set a cookie to debug with the Site Guest User.