A developer is remotely fetching the reviews for a product.
Assume that it's an HTTP GET request and caching needs to be implemented, what consideration should the developer keep in mind for building the caching strategy?
A. Cachethe HTTP service request
B. Remote include with caching only the reviews
C. Use custom cache
D. Cached remote include with cache of the HTTP service
Which two activities should an Architect encourage the replication team to follow based on S2C Commerce best practices? Choose 2 answers
A. Use the undo replication process to roll back to the previous replication if necessary.
B. Replicate the latest data to Production during periods of increased site use to ensure freshness.
C. Use the undo replication process to roll back code replications only, not data replications.
D. Wait 15 minutes after the recreation process completes forthe cache to dear automatically.
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. Option A
B. Option B
C. Option C
D. Option D
The Client has implemented a different category/search layout for mobile and desktop. The code uses a session attribute called deviceType to choose the corresponding layout. This attribute it populated from the browser user agent. After this implementation they have run into these problems:
1.
Sometimes desktop pages are being served to both desktop and mobile customers.
2.
Sometimes mobile pages ate being served to both desktop and mobile customers.
The page has cachingimplemented that depends; on promotions. SEC is very important and the site traffic is high.
Which solution should the Architect select to resolve the issue without impacting the existing requirements?
A. Create customer groups for desktop and mobile usersand uh remote includes based on these groups to render the mobile and desktop pages
B. Create customer groups for desktop and mobile users and empty promotions linked to these groups to ensure different cached versions of the page.
C. Disable caching forthese pages to ensure that the correct template is used to render the mobile and desktop pages.
D. Change the URL structure to include desktop and mobile as URL parameters to ensure different cached versions of the page
A client has a single site with multiple domains, locales, and languages. After launch, there is a need for the client to perform offline maintenance. The client would like to show the same maintenance page for each locale. Which version of aliases,Json file below will accomplish this task?

A. Option A
B. Option B
C. Option C
D. Option D
aclient uses an external marketing toot to manage promotions and coupons for its multiple brands. They currently have only one brand on B2C Commerce and thev get Import-ready feeds created by this tool on en SFTP location.
The marketing team completes thedata preparation by the end of the work day.
How should the Architect handle this import?
A. Create a Job and define three steps: one step uses ExecuteScriptModule to download the files from SFTP, end two standard steps to Import the promotion end coupons.
B. Create a Job and define three steps: one standard step to download files from sftp end two steps that use Execute Script Module to import the promotion end coupons.
C. Create a job and define three steps: one custom step to download the files from SFTP, and two standard steps to import the promotion and coupons.
D. Create a Job and define three custom steps: download the files from SFTP, import promotions, import coupons
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.
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.
During a load test the storefront shows steady but slow performanceon all the paces being tested. The Architect opens Pipeline Profiler and sorts the data by *total time" column. The following come as the top Ave items: Which controller should the Architect focus on to further investigate the performance issue?

A. Product-HitTile as it has the highest hits during the load test.
B. Search Show as this Is one of the key controllers that the customer uses
C. Product-Detail as It has the highest total time and highest maximum time.
D. Home-IncludeHeaderMenu as It has highestaverage time.
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:
1.
50 different pricing groups of customers
2.
30 different pricing groups of employees
3.
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. 1. 50 customer groups for customers
2.
30 customer groups for employees
3.
10 customer groups for vendors
B. 1. One customer group and SO subgroups for customers
2.
One customer group and 30 subgroups for employees
3.
Onecustomer group and 10 subgroups for vendors
C. One campaign and multiple promotions for each customer group
D. 1. One promotion and 50 campaigns for customers
2.
One promotion and 30 campaigns for employees
3.
One promotion and 10 campaigns for vendors