Free Salesforce CCD-102 Practice Test & Real Exam Questions
Which is an appropriate use of the <isif> ISML tag that follows B2C Commerce and SFRA best practices?
Correct Answer: A
Vote an answer
A developer has a requirement to display a banner in two different category pages.
Which snippet of code should the developer add to a template to allow the merchant to configure each independently?
A)

B)

C)

Which snippet of code should the developer add to a template to allow the merchant to configure each independently?
A)

B)

C)

Correct Answer: B
Vote an answer
A Digital Developer is working on a multi-site realm. A new site requires a different layout for the account landing page. The business logic and data model remain the same. The existing code is in AccountControl.js and accountlanding.isml in the app_storefront cartridge. The app_storefront cartridge contains code for all other business functions. The cartridge path for the new site is currently int_cybersource:int_paypal:app_storefront.
The Developer creates a new cartridge named app_newsite that contains only the accountlanding.isml template for the new site.
Which modification should be made to the new cartridge path?
The Developer creates a new cartridge named app_newsite that contains only the accountlanding.isml template for the new site.
Which modification should be made to the new cartridge path?
Correct Answer: A
Vote an answer
A merchant has a requirement to render personalized content to n a category page via a Content Slot that targets VIP high-spending customers during a specific promotional period.
Which two items should the developer create to achieve the specified requirements?
Choose 2 answers:
Which two items should the developer create to achieve the specified requirements?
Choose 2 answers:
Correct Answer: B,C
Vote an answer
Reference the following code snippets that allow a form to function correctly.

Which code should a developer insert at the EXPRESSION placeholder m the ISML template snippet above to have the form work as expected?

Which code should a developer insert at the EXPRESSION placeholder m the ISML template snippet above to have the form work as expected?
Correct Answer: A
Vote an answer
A developer must configure permissions for an Open Commerce API resource on a sandbox instance that currently does not have any permissions configured.
Which two configuration properties are required to enable Access to the resource?
Choose 2 answers
Which two configuration properties are required to enable Access to the resource?
Choose 2 answers
Correct Answer: A,D
Vote an answer
A client has a requirement to allow users on the Storefornt to filter by a newly created attribute.
Which is necessary to achieve this?
Which is necessary to achieve this?
Correct Answer: C
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?
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
The following code ensures that an address ID CANNOT be used if it is already in use by another address in the customer's address book. There is a problem with the code. The error message for an invalid address ID is never shown to the user on the form field.

How should the Digital Developer resolve this issue so that the error message is displayed on the address ID form field?

How should the Digital Developer resolve this issue so that the error message is displayed on the address ID form field?
Correct Answer: D
Vote an answer
