B2C-Commerce-Developer Exam Questions

Total 149 Questions

Last Updated Exam : 22-Oct-2024

The developer created a new Storefront category in storefront-catalog-m-en, but when viewing the
Storefront site, the category is not visible.
What are two possible reasons?


A.

The Storefront catalog is offline


B.

The category does not contain available products


C.

The category is not sorted


D.

The category is offline.





B.
  

The category does not contain available products



D.
  

The category is offline.



A developer has the following files in template/resources:
account.proierties
weight.unit=kilos
account_en.propierties
weight.unit=stones
account_en_US.propierties
weight.unit= pounds
Using the default locale configuration, what is the current outcome of the page that renders the
account.isml template snippet below when visiting the Sofrefront with the English for Canada(en_CA) locale=
Your parcel weighs 10 ${Resource.msg(‘weight.unit’,’account’)}


A.

Your parcel weighs 10 stones.


B.

Your parcel weighs 10 pounds


C.

Your parcel weighs 10 undefined.


D.

Your parcel weighs 10 kilos





A.
  

Your parcel weighs 10 stones.



A Digital Developer adds the following line of code to a script. 
The code executes without error; however, the log file on disk does NOT contain the log message.
Which two actions should be completed to write the log message to disk? (Choose two.)


A.

Ensure that the debug log level is enabled to write to file in the Custom Log Settings Business Manager module.


B.

Archive old log files to make room in the log directory.


C.

Ensure that the “login” category is added to the Custom Log Filters in the Log Settings Business
Manager module.


D.

Ensure that the debug log level has been added to the custom log level types in the Global Preferences business manager module.





B.
  

Archive old log files to make room in the log directory.



D.
  

Ensure that the debug log level has been added to the custom log level types in the Global Preferences business manager module.



A Digital Developer is working on a project to convert a pipeline to a JavaScript controller. UX Studio has a functioning pipeline debugger configured for the site. Assume the Developer will add a breakpoint to the controller when it is written. What must be done in order to use the debugger with the new controller when it is written?


A.

Create and use a new script debug configuration.


B.

Use the existing pipeline debugger.


C.

Modify the debugger configuration and use the existing pipeline debugger.


D.

Create and use a new controller debug configuration.





C.
  

Modify the debugger configuration and use the existing pipeline debugger.



Given the code snippet aboce, what should be added after this code so it can be used for page
component display?


A.

Base.render = render;


B.

Module.exports.render = render;


C.

Module.exports = render;


D.

Module.exports = server.exports();





D.
  

Module.exports = server.exports();



A client has custom object definition and requirement that occasional data changes in staging also need to
exist in production,
Which task should the developer perform to meet these requirements when setting up the custom object?


A.

Create two copies of the custom object in staging and set Sharing = True.


B.

Create the custom object definition in staging as Shared


C.

Create the custom object definition in production as Replicable


D.

Create the custom object definition in staging as Replicable





D.
  

Create the custom object definition in staging as Replicable



A Digital Developer needs to add a new form to the shopping cart page to allow customers to enter their rewards pass ID. There is already an existing Cart.js controller that handles processing of the other cart forms. In addition, a form field node is in the form XML and the necessary form input is present in the ISML template. The code below is the submit button for the ISML markup.




A.

Option A


B.

Option B


C.

Option C


D.

Option D





C.
  

Option C



A developer needs to show only car accessories when shoppers use the search term car accessories and exclude technology accessories and household accessories.Given the above requirement, what is the recommended approach using the Search Dictionaries
Dashboard?


A.

Create a Synonym Dictionary entry: car accessories, household, technology.
Use search mode Exact Match


B.

Create a Common Phrase Dictionary entry: car accessories, NOT household, NOT technology.
Use search mode Exact Match.


C.

Create a Synonym Dictionary entry: car accessories, household, technology.
Use search mode First Word.


D.

Create a Common Phrase Dictionary entry: car accessories.
Use search mode Exact Match.





D.
  

Create a Common Phrase Dictionary entry: car accessories.
Use search mode Exact Match.



A client sells its product in single-brand stores as well as in multi-brand stores. When shown in the store
locator list, the client wants the single-brand stores to have a particular background color to highlight them.
Which Business Manager action should be completed to allow the developer to apply different styling to the single-brand stores?


A.

Add a Boolean custom attribute to the Store system object


B.

Configure the existing Store custom object type definition


C.

Create a new SingleBrandStore custom object configuration.


D.

Adjust the relevant Site Preference in the Stores group





A.
  

Add a Boolean custom attribute to the Store system object



A developer is given a task to implement a new Page Designer layout component that doesn’t accept
certain asset components.How should the developer achieve the above task?
.


A.

Add component_type_inclusion in the layout json configuration


B.

Add component_type_Exclusions in the layout json configuration


C.

Add layout_type_inclusion in the target components json configurations.


D.

Add layout_type_exclusion in the other asset components json configuration





B.
  

Add component_type_Exclusions in the layout json configuration




Page 3 out of 15 Pages
Previous