A Digital Developer has been given a specification to integrate with a REST API for retrieving weather
conditions. The service expects parameters to be form encoded.
Which service type should the Developer register?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Explanation
:
Q: 2
A developer has a B2C site and a merchant requirement to add a new locale to it.
What are the steps to enable the locale in the Storefront?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Explanation
:
Q: 3
Which code sample is required to use a custom tag provided in SiteGenesis in an ISML template?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Explanation
:
Q: 4
Given the file structure below, which ISML method call renders the customLandingPage template?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Explanation
:
Q: 5
A Digital Developer is requesting product information for an external integration. The following Open
Commerce API (OCAPI) request is NOT functioning correctly:
How should the Developer change the request?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Explanation
:
Q: 6
A Digital Developer is inspecting the weekly service status report for a critical internally-hosted web
service used in the application and notices that there are too many instances of unavailability.
Which two solutions are possible options to reduce the unavailability of the service? (Choose two.)
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A, D
Explanation
:
Q: 7
Why should a Digital Developer use ProductSearchModel.getProducts() instead of
Category.getOnlineProducts() to access products?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Explanation
:
Q: 8
Universal Containers specifies a new category hierarchy for navigating the digital commerce
storefront. A Digital Developer uses Business Manager to manually create a catalog with the
specified category hierarchy, then uses the Products & Catalogs > Import & Export module to export
the catalog as a file.
How can other Developers with sandboxes on the same realm create the same catalog in their own
sandboxes?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Explanation
:
Q: 9
A client has a requirement to allow users on the Storefornt to filter by a newly created attribute.
Which is necessary to achieve this?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Explanation
:
Q: 10
A Digital Developer must give users the ability to choose an occasion (holiday, birthday, anniversary,
etc.) for which gifts are currently being selected. The data needs to be persistent throughout the
current shopping experience.
Which data store variable is appropriate, assuming there is no need to store the selection in any
system or custom objects?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Explanation
:
Q: 11
A Digital Developer added a file named MyBusinessController.js in the cartridge named app_project.
The project design calls for this new file to override MyBusinessController.js in client_project. The
client_project cartridge contains other necessary functionality. Additional functionality is also
included in the storefront_core and storefront_controllers cartridges.
Which cartridge path meets the project requirements?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Explanation
:
Q: 12
What happens if the log file size limit is reached in custom logging?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Explanation
:
Q: 13
A developer is implementing new Page Designer content on a merchant's Storefront and adds the
line shown below to the setupCsntentSearch function in the searchHelpers.Js file.
What does this achieve?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Explanation
:
Q: 14
Universal Containers wants to associate a region code value with an order to indicate the general
area of its destination. This region code must be accessible whenever the order history is displayed.
What is required to accomplish this?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Explanation
:
Q: 15
A developer working on a multi country site is asked to store country specific data that drives the
creation of a country selector. Examples of the data stored are:
Pricebook to be used
Image URL for country flag
The data used in staging also applies in production, but only for this site.
Which approach should the developer take to implement these requirements?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Explanation
:
Q: 16
A developer is asked to periodically create a CSB file in a WebDAV folder to hold the orders
information of the last 30 days.
What are the appropriate actions to implement such a requirement?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Explanation
:
Q: 17
A developer needs to display a products list of their "Women Dresses" category in a new web
application, independent of their main B2C Commerce site. This custom listing page needs to be
styled differently from the existing one, as per marketing requirements.
Which B2C Commerce tool should the developer use to collect the necessary information?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Explanation
:
Q: 18
A developer is implementing new Page Designer content on a merchant's Storefront and adds the
line below to
What does this achieve?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Explanation
:
Q: 19
Which three object types can a developer import using the Merchant Tools > Content > Import &
Export module in Business Manager? (Choose three.)
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A, C, D
Explanation
:
Q: 20
A developer needs to perform the same additional checks before completing multiple routes in a
custom controller, in order to decide whether to render a template or redirect the user to a different
page.
According to SFRA best practices, what is the correct approach to improve code reusability in this
scenario7