| PDF + Test Engine |
|
||
| Test Engine |
|
||
|
|
Here are Salesforce B2C-Commerce-Architect PDF available features:
| 64 questions with answers | Updation Date : 16 Jul, 2026 |
| 1 day study required to pass exam | 100% Passing Assurance |
| 100% Money Back Guarantee | Free 3 Months Updates |
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.
A. Replace' with double Quote*
B. Use <isprint value="${searchPhrase}* encoding-'jshtmr />
C. Use <isprint value='${searchPhrase} encoding-'jsblock" />
D. Use <toprint value="${searchPhrase}" />
The client provided these business requirements:
• The B2C Commerce platform will integratewith the Client s Order Management System
(OMS).
• The OMS supports Integration using REST services.
• 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.
An existing B2C Commerce site has the following aliases configuration:
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.
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.
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:
• Set the shipping method on the Basket • Add the item to the basket, calculate the basket total and get the shipping cost for this
method
• Remove the item from the Basket to restore the original state
• 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
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 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.
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.
A company manages its regional operations as separate businesses. The regional sites
(Site A and Site B) operate with:
• Separate realms
• Deferent code bates
• Different category navigation menus
• 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:
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.
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.