A developer is validating the pipeline cache and noticed that the PDP page is very low cached. The one parameter is snowing the position on the product fisting page upon checking the site and code.
What should the developer adjust in order to improve the page cache hit ratio, keeping in mind that the client is Insisting on the parameter for their analytics?
A. Rework the implementation so it reads the parameter on client-side, passesit to the analytics and exclude It from cache parameters.
B. Add the key to the cache exclude parameters.
C. Rework the Implementation so it doesn’t depend on that parameter.
D. Rework the Implementation so the parameter is not passed In the URL and isread from the URLhash.
A client receives multiple feeds from third parties on the same SFTP location:
• Product prices (sftp: prod/prices)
• Stores information (sftp: prod/stores;
• Product information (sftp: prod/catalog)
• Categories information (sftp: prod/marketing)
• Content (sftp: prod/marketing)
Some of the feeds are placed on sftp multiple times a day, as the information is updated in the source system.
The Architect decides to have only two jobs:
• One that checks and downloads available feeds every hour
• One that imports the files from Webdav once a day before the data replication, using the standards steps available in the Job Framework
Which design is correctfor the import Job, taking the steps scope in consideration?
A. - four sibling flows execute steps ki parallel: import products, stores, prices, content- fifth flow executes: import categories- last flow executes steps In sequence: reindex
B. - foursibling flows execute steps in parallel: import products, stores, prices, content- last flow executes steps in sequence import categories, reindex
C. - three siting flows Import steps In parallel: import products, stores, prices- fourth flow executes: import categories- last flow executes steps in sequece:reindex, Import content
D. -Four sibling flows execute steps in parallel: import products, stores, price, content-last flow executes steps in sequence: import:categories, reindex
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 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. Pipeline Profiler from Business Manager
D. Realtime Report from Reports and Dashboards
An Architect has been approached by the Business with a request to create a custom product finder. The finder would initially be available ononly one site, and would eventually be extended to be available on all sites the Business maintains. There is a requirement that these wrings art also available to be used in a Job context for export to other systems.
Each site will have a differentcategory avertable for use by the product finder.
Where should the Architect store the custom settings for use on both the storefront and in a job context?
A. Custom Object with a Site Scope
B. Jobs Framework parameters
C. Category custom attributes
D. Custom Object with an Organizational Scope
A B2C Commerce Developer has just finished implementing a new promotion code form on checkout. During review, an Architect notes that the form it not using CSRF validation correctly.
Which two options are best practice recommendations for dealing with CSRF validation? Choose 2 answers
A. Ensure the CSRF protection is validated on form submission.
B. Only use GET methods over HTTPS.
C. Automatically renew the CSRF Token if expired.
D. Only use POSTmethods over HTTPS.
Page 4 out of 13 Pages |
Previous |