ExamGecko
Ask Question

Salesforce Certified B2C Commerce Developer Practice Test - Questions Answers, Page 14

List of questions

Question 131

Report
Export
Collapse

Salesforce Certified B2C Commerce Developer image Question 131 59941 09232024001900000000

A merchant uploads an image using the Content Image Upload module of Business Manager.

Which three modules can the merchant or developer use to display the image on the Storefront? (Choose three.)

Content assets
Content assets
Storefront catalogs
Storefront catalogs
ISML templates
ISML templates
Content slots
Content slots
Payment types
Payment types
Suggested answer: A, B, D
asked 23/09/2024
Gennadiy Volkov
33 questions

Question 132

Report
Export
Collapse

A client has two B2C Commerce sites in the same instance: one for the U.S. market, the other for the European market. The product they make are sold with different safety certificates based on the world location.

For example, they sell a smartphone with certificate A in the U.S. and certificate B in Europe, a hairdryer with certificate C in the U.S. and certificate D in Europe, and more.

How should a developer allow the merchant to display the appropriate certification logo in the product details page, depending on the customer's location?

Add a Localizable custom preference to the SitePreference system object type.
Add a Localizable custom preference to the SitePreference system object type.
Add a Site-specific custom attribute to the Product system object type.
Add a Site-specific custom attribute to the Product system object type.
Add a Localizable custom attribute to the Certificate system object type.
Add a Localizable custom attribute to the Certificate system object type.
Add an Image custom preference to the SitePreference system object type.
Add an Image custom preference to the SitePreference system object type.
Suggested answer: A
asked 23/09/2024
Tamilselvi R
36 questions

Question 133

Report
Export
Collapse

Multiple customers report slow performance on the Product Details Page.

Which tool can a developer use to view average response times for the Product-Detail controller route?

URL Request Analyzer
URL Request Analyzer
Request Logs
Request Logs
Pipeline Debugger
Pipeline Debugger
Pipeline Profiler
Pipeline Profiler
Suggested answer: D
asked 23/09/2024
josh hill
37 questions

Question 134

Report
Export
Collapse

A developer works on a multisite realm. A new site requires a different layout for the account landing page, but the business logic and data model remain the same.

The existing code is in landing.isml and AccountControl.js in the app_custom_mystore cartridge.

The app_custom_mystore cartridge contains any custom code for all other business functions.

The cartridge path for the existing site is int_cybersource:int_paypal:app_custom_mystore:app_storefront_base.

The developer creates a new cartridge named app_custom_newproject that contains only the landing.isml template for the new site.

Following best practices, which modification should be made to the new cartridge path?

Set the cartridge path so that app_custom_newproject is before app_custom_mystore.
Set the cartridge path so that app_custom_newproject is before app_custom_mystore.
Set the cartridge path so that app_custom_newproject is between app_custom_mystore and app_storefront_base.
Set the cartridge path so that app_custom_newproject is between app_custom_mystore and app_storefront_base.
Set the cartridge path so that app_custom_mystore is before int_cybersource.
Set the cartridge path so that app_custom_mystore is before int_cybersource.
Set the cartridge path so that app_custom_newproject is in the farthest right position.
Set the cartridge path so that app_custom_newproject is in the farthest right position.
Suggested answer: A
asked 23/09/2024
Andy Mahoney
28 questions

Question 135

Report
Export
Collapse

A developer is tasked with implementing the necessary code for a new Page Designer component.

What are the two purposes of the JSON metadata definition file that the developer creates? (Choose two.)

Defines the responsive layout of the rendered template.
Defines the responsive layout of the rendered template.
Defines regions within the component type.
Defines regions within the component type.
Defines the attributes that a merchant enters when using the component type.
Defines the attributes that a merchant enters when using the component type.
Defines the business and rendering logic of the component required by the merchant.
Defines the business and rendering logic of the component required by the merchant.
Suggested answer: B, C

Explanation:

Reference: https://trailhead.salesforce.com/en/content/learn/modules/b2c-page-designer-developers/b2c-page-designer-pages-components-dev-elements

asked 23/09/2024
Jennifer Lear
45 questions

Question 136

Report
Export
Collapse

A developer created a basic SFRA form to capture the customer's first name, last name, and email address and render it on the next page. The developer is able to see all form elements and is able to enter information and submit.

However, the developer notices that the submitted information is not getting rendered on the Storefront.

Which two mistakes might cause this issue? (Choose two.)

The actionUrl does not have any form action set.
The actionUrl does not have any form action set.
The form object is not passed to the rendering template.
The form object is not passed to the rendering template.
The form definition is incorrect.
The form definition is incorrect.
The form does not pass all validations.
The form does not pass all validations.
Suggested answer: B, C
asked 23/09/2024
Marcin Piotrowski
40 questions

Question 137

Report
Export
Collapse

A merchant wants customers to be able to order gift vouchers via their site. Since they can issue an unlimited number of these digital vouchers, this item should be available to sell at all times.

How can a developer use Business Manager to ensure that the gift vouchers are always available?

Manually set the inventory to a high number.
Manually set the inventory to a high number.
Check the Available to Sell (ATS) flag for the product set.
Check the Available to Sell (ATS) flag for the product set.
Check the perpetual flag in the product inventory record.
Check the perpetual flag in the product inventory record.
Set StockLevel = maxAllocation for the product.
Set StockLevel = maxAllocation for the product.
Suggested answer: D
asked 23/09/2024
BurtAnderson Carter
35 questions

Question 138

Report
Export
Collapse

Which two of these situations are appropriate cases for using the B2C Commerce OCAPIs? (Choose two.)

Extending System Object Type definitions with new attributes.
Extending System Object Type definitions with new attributes.
Displaying a list of B2C Commerce products in a mobile app.
Displaying a list of B2C Commerce products in a mobile app.
Showing the customer's information in their B2C Commerce "My Account" page.
Showing the customer's information in their B2C Commerce "My Account" page.
Updating Inventory information from a management software.
Updating Inventory information from a management software.
Suggested answer: C, D
asked 23/09/2024
Vojtech Danek
38 questions

Question 139

Report
Export
Collapse

A developer must configure permissions for an Open Commerce API resource on a sandbox instance that currently does not have any permissions configured.

Which two configuration properties are required to enable access to the resource? (Choose two.)

resource_id
resource_id
read_attributes
read_attributes
version_range
version_range
client_id
client_id
Suggested answer: A, B

Explanation:

Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC4/index.jsp?topic=%2Fcom.demandware.dochelp%2FOCAPI%2Fcurrent%2Fusage%2FOCAPISettings.html

asked 23/09/2024
Angélica González
41 questions

Question 140

Report
Export
Collapse

A client has a requirement to render different content on the homepage based on if the customer is logged in or quest user.

What should a developer implement to achieve this requirement?

Write specific custom code in the Content Asset for a customer that is a registered, versus unregistered, user.
Write specific custom code in the Content Asset for a customer that is a registered, versus unregistered, user.
Add specific custom messages in Page Designer for a customer that is a registered, versus unregistered, user.
Add specific custom messages in Page Designer for a customer that is a registered, versus unregistered, user.
Set the Content Slot configuration so it is based on the system customer group registered, versus unregistered.
Set the Content Slot configuration so it is based on the system customer group registered, versus unregistered.
Set the Content Asset configuration for a customer that is a registered, versus unregistered, user.
Set the Content Asset configuration for a customer that is a registered, versus unregistered, user.
Suggested answer: C
asked 23/09/2024
Donnie Roach
29 questions
Total 209 questions
Go to page: of 21
Search

Related questions