[Q12-Q34] 2024 Verified B2C-Commerce-Architect dumps Q&As on your Salesforce Architect Exam Questions Certain Success!

Share

2024 Verified B2C-Commerce-Architect dumps Q&As on your Salesforce Architect Exam Questions Certain Success!

B2C-Commerce-Architect Exam Dumps - 100% Marks In B2C-Commerce-Architect Exam!

NEW QUESTION # 12
New client is going to migrate to the Salesforce Commerce Cloud. Website is ready to be live but just is missing the customers and previous orders. What should we do?

  • A. There are no blockers. If everything else is working, the site can go live.
  • B. Import at least orders before going live.
  • C. Change Site status from password protected to live and import missing data when ready.
  • D. Send a ticket to Salesforce to publish the new site and import later missing data.

Answer: B


NEW QUESTION # 13
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 request to the service provider.
  • B. By performing a signed SOAP Auth request using a certificate.
  • C. By disabling Basic Auth and executing the service authentication call.
  • D. By wrapping the authentication service call with Basic Auth.

Answer: C


NEW QUESTION # 14
A multi-brand company uses B2C Commerce, Service Cloud, and Marketing Cloud and is seeking an order management solution. They process 2,000 orders per hour across their brands. The company has one B2C Commerce realm, two Salesforce core orgs, and two Marketing Cloud business units. The company is choosing between these three options for an order management tool:
* Build an order management solution in B2C Commerce using order management APIs
* Purchase Salesforce Order Management
* Build a custom order management solution using their own development team Which three statements should a Solution Architect use to support using the Salesforce Order Management solution?
Choose 3 answers

  • A. Salesforce Order Management synchronizes orders to and from B2C Commerce, which essentially replaces the Service Cloud Connector.
  • B. Salesforce Order Management shares the same database with Service Cloud while other solutions need to build additional integration.
  • C. Salesforce Order Management is a productized connector solution between B2C Commerce and Service Cloud; orders will be synchronized from the client B2C Commerce realm to multiple Salesforce Orgs without the need for customization.
  • D. B2C Commerce order management does not support complex or advanced use cases.
  • E. The existing Service Cloud implementation team could extend the Salesforce Order Management product to the existing org.

Answer: C,D,E


NEW QUESTION # 15
The Client wants to offer custom made container products on its new B2C Commerce storefront. The Client provided two business requirements.
* Customer can specify container length, width, and height.
* Customer can specify the material that the container is made of.
The Client also provided the Architect a current data schema (shown below) for reference while preparing the technical documentation.

Which two gaps between the requirements and the data schema should the Architect discuss with the Client?
Choose 2 answers

  • A. The data schema includes unique identifiers for material and color fields, but neither are reflected in the business requirements.
  • B. The data schema includes an implied structure that the customer's choices should be captured as custom objects, but there isn't a business requirement to do so
  • C. The data schema includes a material Price_Markup field, but there Isn't a business requirement to factor the material cost Into the final price calculation.
  • D. The data schema includes a Color_ID field, but there isn't a business requirement to allow the customer to specify container color.

Answer: C,D


NEW QUESTION # 16
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

  • A. 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.
  • B. 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.
  • C. 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.
  • D. 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.

Answer: A,C


NEW QUESTION # 17
A Retailer has a single storefront site and a Product Management System (PIM). The Pin is Generating the master catalog and storefront categorization catalog every day and it uploading them to SFTP how should the Architect configure the import job flows following the best practices?

  • A. 1st flow is global to download the files from SFTP. 2nd flow is global to import the storefront catalog
    3rd flow K global to Import the master catalog.
  • B. 1st flow is assigned to the site to download the files from SFTP. 2nd flow is assigned to the site to Import the master catalog. 3rd flow K global to Import the storefront catalog.
  • C. 1st flow is assigned to the site to download the files from SFTP. 2nd flow is assigned to the sHe to Import the storefront catalog 3rd flow It global to Import the master catalog.
  • D. 1st flow is global to download the files horn SFTP. 2nd flow n global to import the master catalog. 3rd flow Is global to Import the storefront catalog.

Answer: B


NEW QUESTION # 18
The Client isCrowing and decided to migrate its ecommerce website to B2C Commerce. The Client provided the Architect with the f metrics for its existing website over the past 12 months and forecasted into the next year:

Noting these historical metrics and the forecasted growth of 300%, which load test targets meet best practices for testing the new B2C Commerce site?

  • A. 3000 visits per hour, 60000 page views per hour, and 750 orders per hour
  • B. 1500 visits per hour, 30000 page views per hour, and 375 orders per hour
  • C. 15000 visits per hour, 300000 page views per hour, and 3750 orders per hour
  • D. 150000 visits per hour, 3000000 page views per hour, and 37500 orders per hour

Answer: A


NEW QUESTION # 19
An Order Management System (OMS) handles orders from multiple brand specific sites, as part of the processing, the OMS sends the processing detail to be added at notes to the orders in B2C Commerce. These processing details are captured temporarily in custom objects, and are later processed by a batch Job that:
* Processes the custom object to extract the orderid and note data.
* Tries to load the order.
* If the order is not found, it deletes the custom object and moves on.
* If the order is found, it updates notes In the Order, upon successful update of this order, it deletes the custom object.
There is an Issue reportedthat the job isconstantly failing and customobjects are growingin number.On investigating the production look the message below is being logged on each failure:

What are three solution The Architect can take to fix this issue without losing meaningful data?
Choose 3 answers

  • A. Take the backup of the Order as XML and delete the Order to ensure on the next job run, the custom objects are getting processed.
  • B. Take the backup of the custom object and delete the custom object to ensure on the next job run the custom objects are getting processed.
  • C. Using BM site import/export, soften the
    <quota id=''object.orderPo.relation,notes''> <custom-action>warn<custom-action> </quots> to make sure that neither order notes are lost and custom object is processed.
  • D. Engage B2C Commerce Support Team to soften the quota limit for ''object.OrderPO,relation,notes''

Answer: B,D


NEW QUESTION # 20
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

  • A. - One promotion and SO campaigns for customers
    - One promotion and 30 campaigns for employees
    - One promotion and 10 campaigns for vendors
  • B. - 50 customer groups for customers
    - 30 customer groups for employees
    - 10 customer groups for vendors
  • C. - One campaign and multiple promotions for each customer group
  • D. - One customer group and SO subgroups for customers
    - One customer group and 30 subgroups for employees
    - One customer group and 10 subgroups for vendors

Answer: A,B


NEW QUESTION # 21
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. There are multiple hook.js Wes referring to the same hook.
  • B. The tax cat is being called multiple times.
  • C. The LINK cartridge Is Included multiple times in the cartridge path.
  • D. The checkout is designed to recursively refer to the same hook.

Answer: B


NEW QUESTION # 22
A Marketing team plans to support the launch of a new product line. In discussion with the Sales and IT teams, the Marketing team proposed introducing a leads-management process, along with a web-to-lead form for the landing page that supports the product launch.
The leads captured using the form are added to the new nurturing journey in Marketing Cloud and subsequently routed to the relevant sales team once they qualify at a certain threshold.
What are two implications that a Solution Architect should consider prior to implementing this solution? Choose 2 answers

  • A. Leads are unique contact records in Marketing Cloud
  • B. Engagement history from the lead record will be natively available for contact record in Marketing Cloud
  • C. Leads can have detrimental impact on quality of contact records in Sales Cloud
  • D. Need for additional handling of consent, preferences, and compliance for converted leads in Marketing Cloud

Answer: C,D


NEW QUESTION # 23
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

  • A. Document the custom Nations required on top of the LINK cartridge based on current commerce implementation and business needs.
  • B. Document the data objects, the interface, and data synchronization frequency between the systems.
  • C. Document the data mapping between commerce and customer service provider.
  • D. Document the design of implementing a new B2C Commerce cartridge following the Industry standard best practices
  • E. Document how the customer online journey flown from landing on the page to placing of the order

Answer: A,C,D


NEW QUESTION # 24
Northern Trail Outfitters (NTO) wants to migrate its online shoo from a custom ecommerce platform to B2C Commerce. NTO needs to migrate several thousands of customer records profile information, address book).
WTO can provide a B2C Commerce feed. It is currently using SHA-2S6 as an encryption mechanism for the customer passwords.
What approach can the Architect propose?

  • A. Import the customer records, with the hashed password as a custom attribute, and during the login compare the entered password with the hashed password and save it in the password field.
  • B. Do not import customer records and asks customers to create new accounts the first fame they try to log in to the B2C Commerce storefront.
  • C. Import the customer records, including the hashed password, as B2C Commerce supports SHA-2S6, and they will be able to login with their existing password.
  • D. Import the customer records, excluding the password field, and B2C Commerce will automatically require a password reset the first time a customer logs m to the storefront.

Answer: C


NEW QUESTION # 25
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:
* Multiple areas of static image content, some may need text shown at well
* The content page must be Realizable
* A carousel of featured products must be shown below a banner 101191
* 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 locales in Business Manager
  • B. Leverage B2C Commerce content slots and assets
  • C. Leverage B2C Commerce Content Management Service
  • D. Leverage B2C Commerce Pege Designer with a dynamic layout.

Answer: A,D


NEW QUESTION # 26
During implementation, the team found that there is a notification controller exposed for an external service that marks the order as paid when notification is received. The notification URL is sent to the service together with the payment request and contains only the URL with orderlD as the parameter.
What should the Architect recommend to the team in order to prevent the unauthorized usage of the controller to mark the orders as paid?

  • A. Add a session attribute and validate it on the callback.
  • B. Add a customer number in the callback URL and match the customer number against the one stored on the order.
  • C. Add an order token in the callback URL and match the token against the one stored on the order.
  • D. Add HTTPS restriction to the controller start node.

Answer: C


NEW QUESTION # 27
There Is an Issue with the site when the domain Is opened from Google search results. After researching the problem. It turns out that the site returns * 404 page error when accessed with a parameter in the URL.
What should the Architect recommend to fix that issue?

  • A. Add dynamic redirect if the URL contains parameter to Home Show.
    Add this snippet to the aliases configuration for the domain
  • B. Add this snippet to the aliases configuration for the domain:
  • C. Add dynamic catch-all rule to redirect to home page.
  • D. Add this snippet to the aliases configuration for the domain

Answer: B


NEW QUESTION # 28
An Architect is configuring a data replication schedule.
Which task(s) can be removed In order to reduce replication times?

  • A. Static content
  • B. Campaign
  • C. Storefront URLs
  • D. Search Indexes

Answer: D


NEW QUESTION # 29
The Client wants to have a flash sate on a few products every day. These products aresold through B2C Commerce as wellas an in store Point of Sale system that it tied to the same inventory.
AnArchitect analyzes the followingproposed solution:
Inventory feed w*l continue to run dailybut 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

  • A. If the externals hosted web-service is unreliable. It could be a point of failure in the site s order placement flow.
  • B. The default rate limiter configuration for the web-service could cause the web-service to return an exception during high traffic.
  • C. Because the job would still be configured to run daily there will be a degrade in performance during non-flash sales periods
  • D. If the product Inventory threshold that triggers the web service calls is reached too often. It will have a negative Impact on site performance.

Answer: A,D


NEW QUESTION # 30
A developer has a sandbox with code to log a message during execution, and the following code:

After the code executes, the developer does not see any log file with the message in the WebDAV folder. Which two tasks does the developer need to perform to correct this issue?
Choose 2 answers

  • A. Request that the developer's account be given permission to the Log Center of the current realm.
  • B. Set the logging global preference to true.
  • C. Check the box for Info under Log Files.
  • D. Set the root log level to debug.

Answer: A,C


NEW QUESTION # 31
Northern Trail Outfitters (NTO) wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process. When an opportunity is closed or won, an order must be created in the ERP, which manages orders. The organization has an Enterprise Service Bus (ESB) that supports the CometD protocol.
Which two integration approaches or steps should a Solution Architect recommend for this scenario?
Choose 2 answers

  • A. Enable ESB to publish to the platform event using the CometD protocol and notify the back-end ERP system to create the order synchronously.
  • B. Define a new platform event in Salesforce and then create a Process Builder process to publish a platform event when the opportunity status changes to Closed-Won.
  • C. Define a new platform event in the back-end system for the order details and then create a Process Builder process to initiate the platform event when the opportunity status changes to Closed-Won.
  • D. Enable ESB to subscribe to the platform event using the CometD protocol and notify the back-end ERP system to create the order asynchronously.

Answer: A,D


NEW QUESTION # 32
As a Commerce Architect you should ensure that the cache hit ratio for your storefront is over 70%. During your investigation you realize that a significant number of pages are not cached. From which tool can you get this information?

  • A. Reports & Dashboard
  • B. Page Speed
  • C. Google Lighthouse
  • D. Pipeline Profiler
  • E. Code Profiler

Answer: A


NEW QUESTION # 33
An Architect tonotifyby the Business that order conversion dramatically dropped a few hours after go live.
Further investigation points out that customers cannot proceed to checkout anymore. The Architect is aware that a custom inventory checks with a third-party API is enforced at the beginning of checkout, and that customers are redirected to the basket page when items are no longer in stock Which tool can dearly confirm that the problem is indeed caused by the inventory check?

  • A. Sales Dashboard from Reports and Dashboards
  • B. Service Status from Business Manager
  • C. Realtime Report from Reports and Dashboards
  • D. Pipeline Profiler from Business Manager

Answer: B


NEW QUESTION # 34
......

Pass Your B2C-Commerce-Architect Exam Easily With 100% Exam Passing Guarantee: https://pass4sure.exam-killer.com/B2C-Commerce-Architect-valid-questions.html