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

Loading demo links...

Showing 1–3 of 10 questions

Question 1

A B2C Commerce Developer has just finished implementing a new promotion code form on checkout. During review, an Architect notes that the form it not using CSRF validation correctly.

Which two options are best practice recommendations for dealing with CSRF validation? Choose 2 answers

Select all that apply, then click Submit answer.

  • Ensure the CSRF protection is validated on form submission.

  • Only use GET methods over HTTPS.

  • Automatically renew the CSRF Token if expired.

  • Only use POST methods over HTTPS.

Question 2

The Client wants to have a flash sate on a few products every day. These products are sold through B2C Commerce as well as an in store Point of Sale system that it tied to the same inventory.

An Architect analyzes the following proposed solution:

Inventory feed w*l continue to run daily but add a web-service call to compare and update B2C Commerce inventory in real time during checkout after a flash product's inventory reaches a threshold.

Which two risks should the Architect communicate to the Client about this solution?

Choose 2 answers

Select all that apply, then click Submit answer.

  • The default rate limiter configuration for the web-service could cause the web-service to return an exception during high traffic.

  • If the externals hosted web-service is unreliable. It could be a point of failure in the site s order placement flow.

  • If the product Inventory threshold that triggers the web service calls is reached too often. It will have a negative Impact on site performance.

  • Because the job would still be configured to run daily there will be a degrade in performance during non-flash sales periods

Question 3

An Architect is documenting the technical design for a single B2C Commerce storefront. The Client has a business requirement to provide pricing that is customized to specific groups:

• 50 different pricing groups of customers

• 30 different pricing groups of employees

• 10 different pricing groups of vendors

Which items should the Architect include in the design in order to set applicable price books based on these requirements''

Choose 2 answers

Select all that apply, then click Submit answer.

  • - 50 customer groups for customers
    - 30 customer groups for employees
    - 10 customer groups for vendors
     

  • - One customer group and SO subgroups for customers
    - One customer group and 30 subgroups for employees
    - One customer group and 10 subgroups for vendors
     

  • - One campaign and multiple promotions for each customer group
     

  • - One promotion and 50 campaigns for customers
    - One promotion and 30 campaigns for employees
    - One promotion and 10 campaigns for vendors