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 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.
B. 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.
C. 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.
D. Create a separate pricebook per physical store. Use post/zip code to activate this pricebook through a customer group. Show only the productswith price by applying price refinement.
An Architect is configuring a data replication schedule.
Which task(s) can be removed In order to reduce replication times?
A. Campaign
B. Static content
C. Storefront URLs
D. Search Indexes
An Architect to notify by 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 Architectis 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. Pipeline Profiler from Business Manager
D. Realtime Report from Reports and Dashboards
The Client wants to have a flash sate on a few products every day. These products are sold through B2C Commerce as well as an in store Point of Sale system that it tied to the same inventory.
An Architect analyzes the following proposed solution:
Inventory feed w*l continue torun daily but 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. The default rate limiter configuration for the web-service could cause the web-service to return an exception during high traffic.
B. If the externals hosted web-service is unreliable. It could be a point of failure in the site s order placement flow.
C. If the product Inventory threshold that triggers the web service calls is reached too often. It will have a negative Impact on site performance.
D. Because the job would still be configured to run daily there will be a degrade in performanceduring non-flash sales periods
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.
The Client is creating a new Storefront and their requirements include:
1.
ApplePay support
2.
Log -n through a standard OAuth2 social media account
3.
One Okie checkout process
4.
Ay Btesting for promotions Which two items require technical documentation for customizing the Storefront Reference Architecture? Choose 2 answers
A. One Click checkout process
B. ApplePay support
C. log in through a standard OAuth2 social media account
D. A/B testing for promotions
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.
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
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.
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.