B2C-COMMERCE-ARCHITECT Exam Details

  • Exam Code
    :B2C-COMMERCE-ARCHITECT
  • Exam Name
    :Salesforce Certified B2C Commerce Architect (Arch-303)
  • Certification
    :Salesforce Certifications
  • Vendor
    :Salesforce
  • Total Questions
    :65 Q&As
  • Last Updated
    :Jul 15, 2026

Salesforce B2C-COMMERCE-ARCHITECT Online Questions & Answers

  • Question 21:

    A client has just pushed a new site live to Production. However during smoketesting. It's found that some customers are not seeing the correct pricing on the Product Detail Page.

    What three places would the Architect begin to look for the cause of this Issue? Choose 3 answers

    A. Check Log Center
    B. Check the Quota Status page.
    C. Check the Global Preferences to be sure the settings are correct.
    D. Check that there was not an error during replication.
    E. Check that the cache is set correctly

  • Question 22:

    An integration cartridge implements communication between the B2C Commerce Storefront and a third-party service provider. The cartridge contains the localServiceRegistry code:

    How does this code sample accomplish authentication to the service provider?

    A. By Issuing a Basic Auth requestto the service provider.
    B. By performing a signed SOAP Auth request using a certificate.
    C. By wrapping the authentication service call with Basic Auth.
    D. By disabling Basic Auth and executing the service authentication call.

  • Question 23:

    An Architect isperforming an audit of production logs via Log Center and finds some potentially dangerous custom log output.

    In which two ways It this log output Improper In a production environment? Choose 2 answers

    A. The log information includes the customer s cardname as it appears along with the credit card number (PAN), which violates PCI.
    B. The log information includes the customer's card CW (card security code) and expiration date, which violates PCI.
    C. Information logs should not be used in a production environment
    D. The log information includes the order number and customer s email, which violates PCI.

  • Question 24:

    A client receives multiple feeds from third parties on the same SFTP location:

    1.

    Product prices (sftp: prod/prices)

    2.

    Stores information (sftp: prod/stores;

    3.

    Product information (sftp: prod/catalog)

    4.

    Categories information (sftp: prod/marketing)

    5.

    Content (sftp: prod/marketing)

    Some of the feeds are placed on sftp multiple times a day, as the information is updated in the source system.

    TheArchitect decides to have only two jobs:

    1.

    One that checks and downloads available feeds every hour

    2.

    One that imports the files from Webdav once a day before the data replication, using the standards steps available in the Job Framework

    Which designis correct for the import Job, taking the steps scope in consideration?

    A. 1. four sibling flows execute steps ki parallel: import products, stores, prices, content 2. fifth flow executes: import categories 3. last flow executes steps In sequence: reindex
    B. 1. four sibling flows execute steps in parallel: import products, stores, prices, content 2. last flow executes steps in sequence import categories, reindex
    C. 1. three siting flows Import steps In parallel: import products, stores, prices 2. fourthflow executes: import categories 3. last flow executes steps in sequece: reindex, Import content
    D. 1. Four sibling flows execute steps in parallel: import products, stores, price, content 2. last flow executes steps in sequence: import:categories, reindex

  • Question 25:

    The client provided these business requirements:

    1.

    The B2C Commerce storefront will integrate with the client's Order Management System (OMS).

    2.

    The storefront will providereel-time order export of successfully pieced orders The OMS supports both web service export end SFTP batch order export, but the client has expressed concern about the availability of the OMS. Which two solutions satisfy the requirements and address theOMS reliability concern? Choose 2 answers

    A. Implement a live export of orders during checkout vie web service, marking the processed order as exported when the AM returns successfully.
    B. Implement a batch export of orders to SFTP, excluding exported orders. This runs as a scheduled fc>b with a high-frequency run rate end marks processed orders as exported upon success.
    C. implement a batch export of orders via web service, excluding exported orders. This runs as a scheduled Job with an hourly run rate endmarks processed orders as exported upon success.
    D. Implement a Live export of orders during checkout via SFTP, marking the processed order as exported when it has completed successfully.

  • Question 26:

    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 27:

    The development team is building a complex LINK cartridge for a hosted checkout solution. The provider s database is used as a single source of truth, but the information in the Basket on B2C Commerce side needs to be synchronized. This

    is implemented asynchronously the back end when the customers interact will the hosted checkout page and change their shipping/biding details.

    As an Architect you have to advise the development team with how to implement the logging to ensure that there will be a mechanism available to allow troubleshooting in the case something goes wrong on production.

    Which solution should the Architect suggest?

    A. Report info level message for the back-end asynchronous communication between both systems Report all errors at errorlevel message.
    B. Report debug level message for the back-end asynchronous communication between both systems. Report al errors at error-level message.
    C. Get logger for cartridge specific category. Report debug level message for the back end asynchronouscommunication between both systems. Report all errors at error level message.
    D. Get logger for cartridge-specific category. Report Info level message for the back-end asynchronous communication between both systems. Report all errors at error level message.

  • Question 28:

    An Architect has been asked by the Business to integrate a newpayment LINK cartridge. As part of the integration, the Architect has created four new services to access various endpoints in the integration. How can the Architect move the new services to Production when the integration is ready for launch?

    A. The new services will be moved to Production with a Data Replication.
    B. The new services will be moved to production with a Site Import.
    C. The new services must be manually exported from staging and Imported into Production.
    D. The new services will be moved toProduction with a Code Replication.

  • Question 29:

    During a technical review, the Client raises a need to display product pricingon the Product Detail Page (PDP) with discounted values per promotion. The Client notes customers complained of bad user experiences in the past when they would add a product to the basket from the cached PDP and then see a higher price when they started checkout as the promotion had expired.

    What should the Architect suggest be implemented for this given that performance should be minimally impact?

    A. Remove caching of the product page during the promotion.
    B. Adjust the PDP to have a low caching period during the promotion.
    C. Modify the page to vary the cache by price and promotion.
    D. Create a separate template or view based on the promotion.

  • Question 30:

    The client provided these business requirements:

    1.

    The B2C Commerce platform will integrate with the client's Order Management System (OMS).

    2.

    The OMS supports Integration us-no legacy RPC style SOAP services.

    3.

    The OMS is hosted on client s infrastructure.

    What is the right cartridge folder to place the WSDL provided for the OMS service?

    A. /cartridge/webreferences2
    B. /cartridge/webreferences
    C. /cartridge
    D. /cartridge/services

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.