Salesforce
(Arch-303)
105 Minutes
64
Salesforce Certified B2C Commerce Architect
A: Customize the Storefront Co use a hidden search refinement that if the user Is In the customer group then the result Includes those products with a new custom attribute.
B: Customize the Storefront to use separate storefront catalogs with the same navigation that If the customer Is In the customer group gets assign products appropriately.
C: Customize the Storefront to modify the search result that if the user is in the customer group thenthe result includes those products appropriately.
D: Customize the Storefront to use a hidden search refinement and modify the customer group to be qualified for by a new product custom attribute
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 performance during non-flash sales periods
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
A: Job Schedules
B: Custom Log Settings
C: Analytics Conversion Reports
D: Pipeline Profiler
E: Quota Status
A: Implement a live export of orders during checkout vie web service, marking the processed order as exported when the AM returns successfully.
B: Implement a batch export of orders to SFTP, excluding exported orders. This runs as a scheduled fc>b with a high-frequency run rate end marks processed orders as exported upon success.
C: implement a batch export of orders via web service, excluding exported orders. This runs as a scheduled Job with an hourly run rate end marksprocessed orders as exported upon success.
D: Implement a Live export of orders during checkout via SFTP, marking the processed order as exported when it has completed successfully.