Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

B2C-Commerce-Architect Practice Test


Page 2 out of 13 Pages

Northern Trail Outfitters uses an Order Management system (OMS), which creates an order tracking number for every order 24 hours after receiving it. The OMS provides only a web-service interface to getthis tracking number. There is a job that updates this tracking number for exported orders, which were last modified yesterday.

Part of this jobs code looks like the following:
Based on the above description and code snippet, which coding best practiceshould theArchitect enforce?


A. Post-processing of search results is a bad practice that needs to be corrected.


B. The transaction for updating of orders needs to be rewritten to avoid problems with transaction size.


C. Configure circuit breaker and timeout for theOMS web service call to prevent thread exhaustion.


D. Standard order import should be used instead of modifying multiple order objects with custom code.





C.
  Configure circuit breaker and timeout for theOMS web service call to prevent thread exhaustion.

The Client has requested an Architect’shelp 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.





C.
  Leverage B2C Commerce content slots and assets

D.
  Leverage B2C Commerce Page Designer with a dynamic layout.

A developer is remotely fetching thereviews 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. Cache the 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





A.
  Cache the HTTP service request

A new version of the Page Show controller is required for implementation of Page Deserter specific look. It requires implementation ofa specific, cache period for Page Designer pages, which b not currently available in the base Storefront Reference Architecture (SFRA) cache.js module

What two steps should the Architect instruct the developer to implement?

Choose 2 answers


A. Create new Page.js controller in client s cartridge. Copy code from base and modify the Page-Show route to include the new cache middleware function.


B. Create new ceche,js client's cartridge. Copy cache,js from app_storefront_base and add a function for the Page Designer caching.


C. Create new Page,js controller in client's cartridge. Extend the code from base and prepend the new cache middleware function to Page-Show route.


D. Create new cache,js in client's cartridge. Extend cache,js from app_storefront_baseand adda function for the Page Designer caching.





C.
  Create new Page,js controller in client's cartridge. Extend the code from base and prepend the new cache middleware function to Page-Show route.

D.
  Create new cache,js in client's cartridge. Extend cache,js from app_storefront_baseand adda function for the Page Designer caching.

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 accessedwith a parameter in the URL.
What should the Architect recommend to fix that issue?


A. Add dynamic catch-all rule to redirect to home page.


B. Add this snippet to the aliases configuration for the domain:


C. Add this snippet to the aliases configurationfor the domain


D. Add dynamicredirect 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:


Page 2 out of 13 Pages
Previous