Free Salesforce CCM-101 Practice Test & Real Exam Questions
A Digital Developer suspects a logical error in a script.
Which action will help locate the error?
Which action will help locate the error?
Correct Answer: B
Vote an answer
A client has a requirement to render different content on the homepage based on if the customer is logged in or guest user.
What should a developer implement to achieve this requirement?
What should a developer implement to achieve this requirement?
Correct Answer: D
Vote an answer
The Home-Show route uses this middleware chain:

The developer added Home.;s 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:

Assuming the code is correct on both functions, what is the expected result?

The developer added Home.;s 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:

Assuming the code is correct on both functions, what is the expected result?
Correct Answer: D
Vote an answer
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.
Which two additional steps should the developer take to troubleshoot this problem?
Choose 2 answers
Which two additional steps should the developer take to troubleshoot this problem?
Choose 2 answers
Correct Answer: A,D
Vote an answer
Given a NewsletterSubscription custom object that has a key attribute named email of type String, what is the correct syntax to create the NewsletterSubscription custom object and persist it to the database?
Correct Answer: C
Vote an answer
When exporting a price book from an external system, which file format or formats should a developer use so it can be imported into a B2C Commerce site?
Correct Answer: C
Vote an answer
Which two items are appropriate content of custom logs implemented at checkout?
Choose 2 answers:
Choose 2 answers:
Correct Answer: A,B
Vote an answer
A developer set up a new site with Taxation: Net. However, the business requirements changed and the site now needs to be Taxation:Gross. The Business Manager interface does not give this option.
Which sequence of steps is necessary to change the site to gross taxation?
Which sequence of steps is necessary to change the site to gross taxation?
Correct Answer: A
Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
A controller route in the SFRA base looks as follows:

In order to extend this route using prepared ( ), what should the developer consider?

In order to extend this route using prepared ( ), what should the developer consider?
Correct Answer: B
Vote an answer
Universal Containers recently completed updates to their storefront shopping cart page. A problem has been discovered since the update. Users are no longer able to submit coupon codes on this page. Additionally, authenticated users who try to add a coupon are logged out.
The following processing code is found in the Cart.js controller file:

What should the Developer verify to identify the issue?
The following processing code is found in the Cart.js controller file:

What should the Developer verify to identify the issue?
Correct Answer: D
Vote an answer
