B2C-Commerce-Developer Exam Questions

Total 202 Questions


Last Updated On : 28-Mar-2025



Preparing with B2C-Commerce-Developer practice test is essential to ensure success on the exam. This Salesforce test allows you to familiarize yourself with the B2C-Commerce-Developer exam questions format and identify your strengths and weaknesses. By practicing thoroughly, you can maximize your chances of passing the Salesforce certification exam on your first attempt.

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?


A.

checkout_de.properties in resources folder


B.

checkout.properties in the de locale folder


C.

checkout.properties in the default locale folder


D.

de_checkout.properties in resources folder





D.
  

de_checkout.properties in resources folder



Which three configuration does a developer need to ensure to have a new product visible in the
Storefront? Choose 3 answers


A.

The product has a Price


B.

The Storefront catalog that contains the product is assigned to a site


C.

The product has a master product


D.

The product is online and searchable


E.

The search index is built.
Tengo dudas con el A. REVISAR





B.
  

The Storefront catalog that contains the product is assigned to a site



D.
  

The product is online and searchable



E.
  

The search index is built.
Tengo dudas con el A. REVISAR



A Digital Developer is asked to optimize controller performance by lazy loading scripts as needed instead of loading all scripts at the start of the code execution.
Which statement should the Developer use to lazy load scripts?


A.

importPackage () method


B.

$.ajax () jQuery method


C.

local include


D.

require () method





D.
  

require () method



A job executes a pipeline that makes calls to an external system. Which two actions prevent performance issues in this situation? (Choose two.)


A.

Use synchronous import or export jobs


B.

Configure a timeout for the script pipelet.


C.

Disable multi-threading.


D.

Use asynchronous import or export jobs





B.
  

Configure a timeout for the script pipelet.



C.
  

Disable multi-threading.



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:


A.

VIP Customer Group


B.

Page Template


C.

Slot Configuration


D.

Rendering Template





C.
  

Slot Configuration



D.
  

Rendering Template



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?


A.

Utilize resource bundles for translatable values.


B.

Set the model field as a localizable attribute.


C.

Store translated model values in different fields; one field for each locale.


D.

Add model to a new custom object with localizable attributes.





C.
  

Store translated model values in different fields; one field for each locale.



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.

Enable cache information in the storefront toolkit and view the cache information for the product tile.


B.

View the cache information provided by the Merchant Tools > Technical Reports Business Manager


C.

View the product list page cache settings provided in the Administration > Manage Sites Business
Manager module.


D.

Enable the template debugger to verify the cache times for the producttile.isml template.





A.
  

Enable cache information in the storefront toolkit and view the cache information for the product tile.



C.
  

View the product list page cache settings provided in the Administration > Manage Sites Business
Manager module.



Which code sample is required to use a custom tag provided in SiteGenesis in an ISML template?


A.

Option A


B.

Option B


C.

Option C


D.

Option D





B.
  

Option B



Universal Containers wants to change a content slot that is currently configured to display a content asset. Now they want the slot to display the top five selling boxes for the week.
Which two changes need to be made for this to occur? (Choose two.)


A.

Change the slot’s configuration content type to “products.”


B.

Change the slot’s configuration content type to “recommendations.”


C.

Change the slot’s configuration template to the appropriate rendering template.


D.

Delete the existing content asset





B.
  

Change the slot’s configuration content type to “recommendations.”



C.
  

Change the slot’s configuration template to the appropriate rendering template.



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?


A.

logger.getLogger(‘profile’).debug("Error retrieving profile email, Status Code: ", http.statusCode);


B.

logger.debug("Error retrieving profile email, Status Code: {0} was returned.", http.statusCode);


C.

Logger.getLogger().debug("Error retrieving profile email, Status Code: {0} was returned.",
http.statusCode);


D.

Logger.getLogger(‘profile’).debug("Error retrieving profile email, Status Code: {0} was returned.",
http.statusCode);





B.
  

logger.debug("Error retrieving profile email, Status Code: {0} was returned.", http.statusCode);




Page 4 out of 21 Pages
Previous