Official Bank 0/207

Salesforce Certified B2C Commerce Developer  Exam (Comm-Dev-101) - Salesforce Exam Questions

Last updated on June 20, 2026

97% Exam Compliance
207 Total Questions
1
Question
A developer has a specification to integrate with a REST API for retrieving traffic conditions. The
service expects parameters to be form encoded.

Which service type should the developer register?
Options
A HTTP Form
B HTML Form
C POST Form
D SOAP Form
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
A merchant has reported that customers are seeing low stock items at the top of their search results, giving them a subpar customer experience and impacting conversion.

How might this issue be resolved to ensure a better customer journey?
Options
A Create a job that sets all unavailable products to be hidden. Schedule the job to run hourly to clean up the catalog on a regular basis.
B In Business Manager, select Show Orderable Products Only at the root level to hide any products that are currently out of stock.
C In Business Manager, set an availability low ranking threshold in Search Preferences.
D In Business Manager, enter a higher boost factor for availability in Searchable Attributes.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
Given the code snippet aboce, what should be added after this code so it can be used for page component display?
Options
A Module.exports = server.exports();
B Base.render = render;
C Module.exports = render;
D Module.exports.render = render;
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
A Digital Developer suspects a logical error in a script.

Which action will help locate the error?
Options
A Print all values in the script node called before the current script.
B Submit a support ticket to B2C Commerce.
C Put breakpoints in the code, debug, and examine variable values.
D Check request logs for evidence of the logical error.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
A Digital Developer has been given a requirement to add fault tolerance to an existing web service integration that uses Service Framework. Administrators at Universal Containers need to be able to configure the timeout and rate limiting.

Which approach should the Developer use to implement the requirement?
Options
A Use the setTimeout method to execute fallback code if the request has NOT completed.
B Implement a ServiceUnavailableException exception handler to execute fallback code.
C Create a site preference to store timeout settings and implement an IOException handler to execute fallback code.
D Implement a condition that checks to see if the response was empty and execute fallback code if true.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.