Salesforce Certified B2C Commerce Developer Practice Test - Questions Answers, Page 3

List of questions
Question 21

Universal Containers has expanded its implementation to support German with a locale code of de. The current resource bundle is checkout.properties.
To which file should the developer add German string values?
Question 22

A Digital Developer has a new requirement to disable the "Discover" credit card type for all checkouts.
What does the Developer need to change in Business Manager to fulfill this requirement?
Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp
Question 23

A Digital Developer needs to store information temporarily and decides to create a custom object.
Which code creates a custom object?
Question 24

The following sample code is NOT providing the desired results. The Digital Developer needs to add an entry to the logs to debug the problem.
Which statement correctly adds a log entry?
Question 25

Universal Containers wants to give customers the ability to refine product search results by a product custom attribute, weightCapacity.
Which series of steps should a Digital Developer take to show this refinement on the storefront?
Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2FSearchandNavigation%2FConfiguringCataloglevelSearchRefinementDefinitions.html
Question 26

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?
Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2FOCAPI%2F15.6%2Fusage%2FOCAPISettings.html
Question 27

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

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?
Question 29

Which three object types can a developer import using the Merchant Tools > Content > Import & Export module in Business Manager? (Choose three.)
Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC2/index.jsp?topic=%2Fcom.demandware.dochelp%2FImportExport%2FImportExportObjectCheatsheet.html
Question 30

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?
Question