Free Comm-Dev-101 Questions for Salesforce Certified B2C Commerce Cloud Developer Comm-Dev-101 Exam as PDF & Practice Test Engine

  • Exam Code/Number: Comm-Dev-101
  • Exam Name/Title: Salesforce Certified B2C Commerce Cloud Developer
  • Certification Provider: Salesforce
  • Corresponding Certification: Salesforce Developer
  • Exam Questions: 210
  • Updated On: Jul 04, 2026
A Digital Developer needs to store information temporarily and decides to create a custom object.
Which code creates a custom object?
Correct Answer: C Vote an answer
A developer is configuring Payment Methods on a storefront. Which of the following considerations should be kept in rmnd while configuring payment methods,
Correct Answer: A Vote an answer
A developer needs to check for product inventory in all inventory lists using the Open Commerce API.
An example request URL is:

Which properly should the developer check in the OCAPI settings to confirm the appropriate resource is enabled?
Correct Answer: C Vote an answer
A retailer notices that the Account Addresses page is showing the wrong shopper's address.
Which tool should the developer start with to identify the issue?
Correct Answer: B 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
Correct Answer: B,D Vote an answer
Universal Containers sells physical gift cards for the holidays.
What needs to occur to guarantee the cards will always be available?
Correct Answer: A Vote an answer
Given the following ISML example, how should a developer reference the product object in the current iteration of the basket?
<isloop Items ="${pdict.Basket.products}" var="product" status= "loopstatus">
...
</isloop>
Correct Answer: D Vote an answer
Given the customer basket described below:
A customer has an existing basket that consists of multiple items.
One of the items is identified as a gift item by an attribute at the product line item.
The developer needs to write custom code to fetch the customer basket and then modify the basket based upon the items in the cart. If the basket contains any gift items, modify the basket and create a separate shipment for the gift item.
Four hooks are required to make the modification, beginning with modifyGETRespone and ending with validatebasket.
Dw.ocapi.shop.basket.modifyGETResponse
-- missing hook -
-- missing hook --
dw.ocapi.shop.basket.validateBasket
What are the two missing hooks in the middle?
Correct Answer: A,C Vote an answer
A developer has configured the following log levels for categories & sub categories as WARN logging is enabled for 'product' and DEBUG for "product.import" What will be the log level used for various categories and sub-categories?
Correct Answer: A Vote an answer
A Digital Developer needs to add a new form to the shopping cart page to allow customers to enter their rewards pass ID. There is already an existing Cart.js controller that handles processing of the other cart forms. In addition, a form field node is in the form XML and the necessary form input is present in the ISML template.
The code below is the submit button for the ISML markup.

What additional steps must occur before the Digital Developer can begin writing the processing code for this request?
Correct Answer: D Vote an answer
Given the requirements:
* To show the washing instructions for a clothing product on a dedicated section the detail page
* Washing instructions come from the product information manager(PIM)
* To have this attribute available to localize in the Storefront.
Which action meets these requirements?
Correct Answer: D 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?
Correct Answer: C Vote an answer
A developer cannot create a custom object in Business Manager because the attributes do not show. The developer can view the object but not the attributes.
Which action should the developer take to resolve the problem?
Correct Answer: C Vote an answer
0
0
0
10