Salesforce CCD-102 Exam
B2C Commerce Developer with SFRA (Page 7 )

Updated On: 1-Feb-2026

A Digital Developer needs to check for product inventory in a specific inventory list using the Open Commerce API.
An example request URL is:

Which resource_id value enables the appropriate resource?

  1. /inventory_lists/*
  2. /inventory_lists/**
  3. /inventory_list_search
  4. /products/*

Answer(s): D



Which three techniques improve client-side performance in production while following documented best practices? (Choose three.)

  1. Use one style sheet for each ISML decorator template.
  2. Place CSS outside of templates.
  3. Compress CSS.
  4. Use inline Javascript.
  5. Combine several images into a single image.

Answer(s): A,C,D



A Digital Developer needs to add logging to the following code:

Which statement logs the HTTP status code to a debug-level custom log file?

  1. logger.getLogger(‘profile’).debug("Error retrieving profile email, Status Code: ", http.statusCode);
  2. logger.debug("Error retrieving profile email, Status Code: {0} was returned.", http.statusCode);
  3. Logger.getLogger().debug("Error retrieving profile email, Status Code: {0} was returned.", http.statusCode);
  4. Logger.getLogger(‘profile’).debug("Error retrieving profile email, Status Code: {0} was returned.", http.statusCode);

Answer(s): B



Which three object types can a developer import using the Merchant Tools > Content > Import & Export module in Business Manager? (Choose three.)

  1. Content slots
  2. Images and other static assets
  3. Products
  4. Folders
  5. Content assets

Answer(s): A,C,D



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?

  1. The CSRF cartridge is included in the site’s cartridge path.
  2. The form group has the secure attribute set to true.
  3. The CSRF token is present in the form and is being submitted in the request.
  4. The CSRF settings in Business Manager are properly configured.

Answer(s): C



Viewing page 7 of 42
Viewing questions 31 - 35 out of 207 questions



Post your Comments and Discuss Salesforce CCD-102 exam prep with other Community members:

Join the CCD-102 Discussion