
SalesforceCertified B2C Commerce Developer
Domain 3Objective 6
Given a Performance Issue and Sample Code, Determine the Faulty Cache Configuration and Identify the Cause. B2C-COMMERCE-DEVELOPER Practice Questions (Page 1)
Part of the DATA MANAGEMENT/BUSINESS MANAGER USAGE domain, which accounts for 21% of the B2C-COMMERCE-DEVELOPER exam.
22questions here
5free pages
5concepts
21%of the exam
Questions 1–5
- 1
A B2C Commerce site fails to add a cache dependency on a product's price. What is the most likely consequence?
Select an answer first - 2
In Business Manager, which cache setting is used to group related cached objects so that a change to one object can invalidate the entire group?
Select an answer first - 3
A developer is reviewing code that caches a product's availability. The cache key is `'availability_' + product.ID`. The availability is updated by an external system that calls a webhook. The webhook does not invalidate the cache. What is the most likely result?
Select an answer first - 4
A developer notices that a product detail page (PDP) shows stale inventory counts for several hours after a warehouse update. The page uses a custom controller that calls a service to fetch inventory and caches the result using `CacheManager.getCache('inventory')`. The cache configuration in Business Manager has a default time-to-live (TTL) of 24 hours. What is the most likely cause of the stale inventory?
Select an answer first - 5
A developer is troubleshooting a performance issue on a product detail page. The page uses a custom controller that caches the product data with a TTL of 10 minutes. The site experiences high latency, and the developer suspects the cache is not being invalidated correctly. The developer adds logging to the controller and sees that the cache key is `'product_' + product.ID` and that the cache hit rate is high. What is the most likely cause of the high latency?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Salesforce. “B2C-COMMERCE-DEVELOPER” is a trademark of its owner, used for identification only.