Salesforce Related Exams
B2C-Commerce-Developer Exam
Key topics include:
B2C Commerce data models
Business Manager configuration
APIs and services
Site development and deployment
Security and troubleshooting
The Salesforce B2C-Commerce-Developer Exam tests skills in building and customizing eCommerce storefronts on Salesforce Commerce Cloud, while the MCE-Dev-201 Exam focuses on Marketing Cloud Engagement, covering APIs, AMPscript, SQL, and automation for personalized marketing campaigns.
A developer plans to use the /search_suggestion (Shop API) in a Storefront application and the following property must be set to do so
suggestion.product.image:view_type
What consideration should the developer in keep in mind to ensure that image data is returned correctly as part of search suggestions?
Below is a form definition snippet from the newsletter.xml file:
Which line of code creates a JSON object to contain the form data?
Business Manager has the configuration:
• Active Log category is "root"
• Log level of WARN
The code below is executing:
var log = Logger.getLogger(''products'');
Using this information, what will be written to the log?