Exam Details

  • Exam Code
    :B2C-COMMERCE-ARCHITECT
  • Exam Name
    :Salesforce Certified B2C Commerce Architect
  • Certification
    :Commerce Cloud Digital Developer
  • Vendor
    :Salesforce
  • Total Questions
    :65 Q&As
  • Last Updated
    :

Salesforce Commerce Cloud Digital Developer B2C-COMMERCE-ARCHITECT Questions & Answers

  • Question 11:

    A developer is checking for Cross Site Scripting (XSS) and found that the quick search is not escaped (allows inclusion of Javascript) in the following script:

    How would the developer resolve this issue?

    A. Replace' with double Quote*

    B. Use

    D. Use

  • Question 12:

    The Client currently manages Customers, Inventory, and Product Information with dedicated backend systems as shown In the Systems Diagram below. There is also an external Email Marketing System (EMS) in place. The EMS needs order data toemail recommendations to customers using an existingemail campaign. These recommendations should be to only send for products that are in stock. The EMS has no access to the backend systems so this data should come from the Salesforce B2C Commerce site.

    Which relationships should be added to the Systems Diagram to complete it and fulfill the chant requirements necessary for the email campaign?

    A. Order, Customer, and Product data should be exported from Staging. Inventory data should be exported from Production.

    B. Order, Customer, and Inventory data should be exported from Production. Product data should be exported from staging.

    C. Order and Customer data should be exported from Production. Product and Inventory data should be exported from Staging.

    D. Order and Inventory should be exported from Production. Products should be exported from Staging. Customers should be exported from the external Customer Management System.

  • Question 13:

    An ecommerce site has dynamic shipping cost calculation. it allows the customers to see their potential shipping costs on the Product Detail Page before adding an item to the cart. For this feature, shipping touts are calculated using the following logic:

    1.

    Set the shipping method on the Basket

    2.

    Add the item to the basket, calculate the basket total and get the shipping cost for this method

    3.

    Remove the item from the Basket to restore the original state

    4.

    The above process is repeated for each shipping method

    During the testing it was discovered that the above code violates the spi.basket.addResolveInSameResquest quota.

    What should the Architect do to resolve this issue and maintain the business requirement?

    A. Omit the removal of the Item and speed up the process for the customer by adding the product to the basket for them.

    B. Omit the calculation of shipping cost until the customer is ready to check out and has chosen the shipping method they want to

    C. Wrap each Individual step of the process its own transaction Instead of using one transaction for all steps.

    D. Wrap the adding of product and shipping cost calculation in a transaction which Is then rolled back to restore the original state

  • Question 14:

    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?

    A. The tax cat is being called multiple times.

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

    C. There are multiple hook.js Wes referring to the samehook.

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

  • Question 15:

    An existing B2C Commerce site has the following aliases configuration: Which statement related to this configuration is incorrect?

    A. Hostname www example.co.uk will redirect to www.example.com/uk.

    B. Hostnamewww.example.comwill redirect to www example com/us

    C. Hostname www.example.de will redirect to www.example.com/de.

    D. Site supports multiple hostnames and locates.

  • Question 16:

    The client provided these business requirements:

    1.

    The B2C Commerce platform will integratewith the Client s Order Management System (OMS).

    2.

    The OMS supports Integration using REST services.

    3.

    The OMS is hosted on the Clients infrastructure. Whet configurations are needed for this integration with the OMS?

    A. A service configuration, ahostname alias configuration, and a user credential configuration.

    B. A service profile configuration, a WAF configuration, and a service credential configuration.

    C. A service configuration, a service profile configuration, and a user credential configuration.

    D. A service configuration, a service profile configuration, and a service credential configuration.

  • Question 17:

    During code review, the Architect found that there is a service call on every visit of the product detail woe (PDP).

    What best practices should the Architect ensure are followed for the service configuration? Choose 2 answers

    A. Circuit breaker is enabled.

    B. Service timeout is set.

    C. Service mock up call is configured.

    D. Service logging is disabled.

  • Question 18:

    A company manages its regional operations as separate businesses. The regional sites (Site A and Site B) operate with:

    1.

    Separate realms

    2.

    Deferent code bates

    3.

    Different category navigation menus

    4.

    Frequent updates on category structure

    The requirement from the business is to providehreflang link tags on category pages pointing to the same category on the other regional site. Example MTML for one of these links as displayed on Site A is:

    Which solution should the Architect choose while keeping performance in mind?

    A. Create a newcustom attribute on the Category. Populate the attribute with the other entire site URLs corresponding to locales In JSON Format. Use the attribute to display the hreflang link tag.

    B. Create a new custom object type Populate the hreflang mapping for eachcategory and locale in this custom object. Use the custom object to display the hreflang link tag.

    C. Create additional locales in al realms create a new custom attribute on the category that is localized. Populate the attribute with the other site URLs and use it to display the hreflang tag.

    D. Create a custom Business Manager module. Ask the business to maintain the hreflang link tags for each regional site in this Business Manager module.

  • Question 19:

    The Architect has been presented with a requirement from thebusiness to implement a new LINK cartridge. The current site is built on the Storefront Reference Architecture, and the LINK cartridge is certified for Pipelines and Controllers. On review, the Architect notes that the Jobs are all created in Pipelines.

    How should the Architect implement that cartridge to make sure the required jobs runs property?

    A. The Job Pipelines must be updated to use SiteGenesis Controllers.

    B. The job Pipelines must be removed and recreated with scripts.

    C. The job Pipelines must beupdated to use SFRA Controllers.

    D. The job Pipelines must be updated to work as custom job steps.

  • Question 20:

    The Client has requested an Architect's help in documenting the architectural approach to a new home page. The requirements provided by the business are:

    1.

    Multiple areas of static image content, some may need text shown at well

    2.

    The content page must be Realizable

    3.

    A carousel of featured products must be shown below a banner 101191

    4.

    Recommended categories will be featured based on the time of year Which two solutions would fulfil these requirements? Choose 2 answers

    A. Leverage B2C Commerce ContentManagement Service

    B. Leverage B2C Commerce locales in Business Manager

    C. Leverage B2C Commerce content slots and assets

    D. Leverage B2C Commerce Page Designer with a dynamic layout.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Salesforce exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your B2C-COMMERCE-ARCHITECT exam preparations and Salesforce certification application, do not hesitate to visit our Vcedump.com to find your solutions here.