B2C-Commerce-Architect Salesforce Certified B2C Commerce Architect (WI23)

Loading demo links...

Showing 4–6 of 10 questions

Question 4

Northern Trail Outfitters (NTO) operate 200 physical stores. NTO has products that are available in some of the physical stores and not available in others. The closest physical store is determined based on customer s post zip code when they are shopping online. Only the products that are available in the customer's closest physical store should be presented to the customer to the search results.

What are the two feasible technical approaches to meet these requirements?

Choose 2 answers

Select all that apply, then click Submit answer.

  • Create a separate shipping method per physical store. Use post/zip code to determine the applicable shipping method. Show only the products that are not excluded from the shipping method.

  • Create a separate category per physical store use post/Tip code with a mapping to determine the relevant category. Show only the products from this category.

  • Create a separate site per physical store. Use post/zip code to redirect the customer to the relevant site. Show the products from the site navigation catalog.

  • Create a separate pricebook per physical store. Use post/zip code to activate this pricebook through a customer group. Show only the products with price by applying price refinement.

Question 5

A business wants to migrate its customer service provider from provider A to provider B. Provider e offers a LINK cartridge to integrate with its commerce solution.

Which three artifacts need to be created by the Architect? Choose 3 answers

Select all that apply, then click Submit answer.

  • Document the design of implementing a new B2C Commerce cartridge following the Industry standard best practices

  • Document the data objects, the interface, and data synchronization frequency between the systems.

  • Document the data mapping between commerce and customer service provider.

  • Document the customizations required on top of the LINK cartridge based on current commerce implementation and business needs.

  • Document how the customer online journey flown from landing on the page to placing of the order

Question 6

A B2C Commerce developer has recently completed a tax service link cartridge integration into a new SHU site. During review, the Architect notices the basket calculation hook is being run multiple times during a single tax call.

What is the reason for the duplicate calculations being run?

Select an option, then click Submit answer.

  • The tax cat is being called multiple times.

  • The LINK cartridge Is Included multiple times in the cartridge path.

  • There are multiple hook.js Wes referring to the same hook.

  • The checkout is designed to recursively refer to the same hook.