Exam style questions across every Comm-Dev-101 domain
Last Update 2 days ago
Total Questions : 154
Start with our free Comm-Dev-101 practice questions, carefully crafted to mirror the domains, phrasing, and difficulty of the real Developers exam. Each Comm-Dev-101 exam question comes with a detailed rationale that explains not just which answer is correct but why the others fall short. That's how concepts stick. Use the free set to benchmark yourself: identify your Salesforce weak domains, see where you're losing marks, and build a focused study plan in minutes.
What is the correct format to use for embedding a link to a content page?
A developer wants to configure the following products so that same search results are returned regardless of the search term used. The search term can be bag, purse, pocketbook, and tote. How should the developer configure this?
Which is an appropriate use of the < isif > ISML tag that follows B2C Commerce and SFRA best practices?
The Home-Show route uses this middleware chain:
server.get( ' Show ' ,consentTracking.consent,cache.applyDefaultCache,
function(req,res,next) {
// base code here
}
);
The developer added Home.js in another cartridge, which is before the original cartridge in the cartridge path, to extend that route but it does not have the middleware chain:
server.append( ' Show ' ,function(req,res,next) {
// custom code here
});
Assuming the code is correct on both functions, what is the expected result?
Recent code changes to an existing cartridge do not appear correctly on a Storefront. The developer confirms that the code is uploaded in the IDE and ensures that the cartridge is associated with the sandbox.
After checking the Storefront site cartridge path, which step should the developer take to troubleshoot this problem?
A developer is configuring Payment Methods on a storefront. Which of the following considerations should be kept in mind while configuring payment methods?
Which item is appropriate content for custom logs implemented at checkout?
A merchant asks a developer to create a Cache Partition for the home page, so that when the home page is edited, only the home page cache is cleaned.
Given the above requirement, where should the developer create that partition in Business Manager?
The developer has been given the following business requirement:
The shipping method, " Free Standard Ground Shipping " has an exclusion for products with ' category equals or is child of electronics-televisions. '
The marketing department has scheduled a sale offering a " Free Standard Ground Shipping " method for brand XyzTv televisions for the next 3 months.
What method accomplishes this while following best practices?
