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

Ace Your B2B-Commerce-Developer Salesforce Developer Exam

Salesforce Accredited B2B Commerce Developer(SP23) Questions and Answers

Question 9

Northern Trail Outfitters (NTO) has a requirement to schedule a reusable data import across multiple orgs for customer demo purposes. NTO also has a requirement to seed data of related objects—ProductCatalog, ProductCategory, Product2, and ProductCategoryProduct— while preserving its relationships and without purchasing additional licenses or using thirdparty tools.

What is the recommended tool a developer should select to address the requirement?

Options:

A.

Dataloader.io

B.

Bulk Import Using Command Line Interface

C.

Commerce Product Data Import

D.

Data Import Wizard

Question 10

A developer is debugging a flow and needs to watch all the variables changing as the checkout process is executed, but nothing is displaying. Which two features did the developer forget to enable?

Options:

A.

Set up a debug tog to show the details of what is executed

B.

Show the details of what is executed and render flow in Lightning Runtime

C.

Run the latest version of each flow called by subtle w elements

D.

Show the details of what is executed and render flow in Lightning Experience.

Question 11

A configuration value, CO.NewOrder, is set to TRUE. What is one way of

preventing anexisting payment page from being shown on the checkout payment page?

Options:

A.

Delete the Visualforce page from the code base.

B.

Remove the value matching the page name from the pmt.whitelist configurationsetting, then rebuild and activate a new Configuration cache

C.

Remove the payment type associated with the payment page from CO.pmts, thenrebuild and activate a new cache.

D.

Override the front end template and modify the way the embedded payment page getsloaded from the payment list configuration.

Question 12

A developer is working on a storefront and is seeing unexpected Ul behavior in one of the custom Lightning web components (LWCs) their team has built.

How should the developer investigate the issue?

Options:

A.

Enable Debug Mode for a storefront user, log in to the storefront, and use Browser Inspection tools and debugger points.

B.

Enable Debug Mode for a storefront user, load the LWC in Visual Studio (VS) Code, attach to session, and view debug logs in VS Code.

C.

Enable debug logs for a storefront user, log in to storefront and perform action, and view debug logs in Setup.

D.

Identify the user, inputs, and failure, then ask Salesforce support to investigate the issue with the custom LWC.