Questions for the B2C COMMERCE DEVELOPER were updated on : Nov 14 ,2024
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?
C
What happens if the log file size limit is reached in custom logging?
C
Explanation:
References:
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?
D
Which line of code creates a content slot that can be included on homepage.isml to display on the
home page?
C
Explanation:
References:
A Digital Developer selects Show Orderable Products Only in the Search > Search Preferences
Business Manager module.
Which business goal does this accomplish?
A
Explanation:
References:
Universal Containers created a site export file from staging in the global export directory.
How should the Digital Developer update their sandbox using this staging site export file?
B
Explanation:
References:
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?
C
A Digital Developer has detected storefront pages being rendered with an error message. After
inspecting the log files, the Developer discovered that an enforced quota is being exceeded.
What action should the Developer take to stop the quota violation?
B
Explanation:
References:
Universal Containers wants to add a model field to each product. Products will have locale-specific
model values.
How should the Digital Developer implement the requirement?
C
A Digital Developer must resolve a performance issue with product tiles. The Developer determines
that the product tiles are NOT being cached for a long enough period.
Which two methods can the Developer use to verify the cache settings for the product tiles? (Choose
two.)
A,C
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?
B
A Digital Developer creates a B2C Commerce server connection in their UX Studio workspace. The
Developer adds new cartridges to the workspace, but the cartridges do NOT execute as the
Developer expects.
Which three things should the Digital Developer verify to ensure the cartridges are uploaded?
(Choose three.)
A,D,E
Explanation:
References:
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?
C
Explanation:
References:
The following code ensures that an address ID CANNOT be used if it is already in use by another
address in the customers 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?
C
Given the file structure below, which ISML method call renders the customLandingPage template?
D
Explanation:
References: