ExamGecko
Ask Question

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

List of questions

Question 91

Report
Export
Collapse

When exporting a site catalog from an external system, which file format or formats should a developer use so it can be imported into a B2C Commerce site?

XML only
XML only
CSV only
CSV only
XML and JSON
XML and JSON
JSON only
JSON only
Suggested answer: A

Explanation:

Reference: https://trailhead.salesforce.com/content/learn/modules/b2c-import-export/b2c-configure-import-export

asked 23/09/2024
kevin klyn
36 questions

Question 92

Report
Export
Collapse

Refer to the screen shot below:

Salesforce Certified B2C Commerce Developer image Question 92 59902 09232024001900000000

Given a site called RefArch that has the settings shown, what must be done for RefArch to use the same customer list as RefArchGlobal?

Select RefArchGlobal in the dropdown for Customer List
Select RefArchGlobal in the dropdown for Customer List
Import the RefArchGlobal customer list into the RefArch site
Import the RefArchGlobal customer list into the RefArch site
Enable "Customer List Sharing" in Site Preferences
Enable "Customer List Sharing" in Site Preferences
Enable "Customer List Sharing" in Global Preferences
Enable "Customer List Sharing" in Global Preferences
Suggested answer: A
asked 23/09/2024
Mahdi Far
32 questions

Question 93

Report
Export
Collapse

A client uses tax tables in Business Manager to calculate tax. They recently started shipping to a new country, Italy, and the tax is not being calculated correctly on the Storefront.

What is the likely problem?

Tax Region is configured wrong
Tax Region is configured wrong
Tax Country is missing
Tax Country is missing
Tax Jurisdiction is missing
Tax Jurisdiction is missing
Tax Locale is configured wrong
Tax Locale is configured wrong
Suggested answer: D
asked 23/09/2024
vceplus plus
46 questions

Question 94

Report
Export
Collapse

Given a B2C Commerce client with these specifics:

Sells in two different countries: US and IN Uses only the English language

A developer has a requirement to add a new field to the IN registration form that must not appear in the US one.

Which path should be created to accomplish this requirement?

cartridge/forms/profile_en_IN.xml
cartridge/forms/profile_en_IN.xml
cartridge/forms/profile_in.xml
cartridge/forms/profile_in.xml
cartridge/forms/in/profile.xml
cartridge/forms/in/profile.xml
cartridge/forms/en_IN/profile.xml
cartridge/forms/en_IN/profile.xml
Suggested answer: D
asked 23/09/2024
Hasan Elmas
51 questions

Question 95

Report
Export
Collapse

A Newsletter controller contains the following route:

Salesforce Certified B2C Commerce Developer image Question 95 59905 09232024001900000000

Assuming the Custom Object metadata exists, why does this route fail to persist the data submitted in the form beyond the template render lifecycle?

Custom Objects can only be created by Job scripts
Custom Objects can only be created by Job scripts
The Custom Object creation is not wrapped in a Transaction
The Custom Object creation is not wrapped in a Transaction
The CustomObjectMgr variable should be declared outside of the route
The CustomObjectMgr variable should be declared outside of the route
The Subscribe route is missing the server.middleware.http middleware
The Subscribe route is missing the server.middleware.http middleware
Suggested answer: B
asked 23/09/2024
Steven Owens
40 questions

Question 96

Report
Export
Collapse

A developer working on a multi-country site is asked to store country-specific data that drives the creation of a country selector. Examples of the data stored are: Pricebook to be used

Image URL for country flag

The data used in staging also applies in production, but only for this site.

Which approach should the developer take to implement these requirements?

Extend the Locale System Object to contain the custom data for each country
Extend the Locale System Object to contain the custom data for each country
Create a replicable, site-specific Custom Object with the custom data for each country
Create a replicable, site-specific Custom Object with the custom data for each country
Create a replicable, organization scope Custom Object with the custom data for each country
Create a replicable, organization scope Custom Object with the custom data for each country
Create site-specific content assets to store the data for each country
Create site-specific content assets to store the data for each country
Suggested answer: A
asked 23/09/2024
Igor van der Burgh
38 questions

Question 97

Report
Export
Collapse

A Storefront is designed so that multiple pages share a common header and footer layout.

Which ISML tag should a developer use on the templates for these pages to avoid code repetition in the most effective way?

<isreplace>...</isreplace>
<isreplace>...</isreplace>
<isinclude>...</isinclude>
<isinclude>...</isinclude>
<iscontent>...</iscontent>
<iscontent>...</iscontent>
<isdecorate>...</isdecorate>
<isdecorate>...</isdecorate>
Suggested answer: A
asked 23/09/2024
rita whitfield
38 questions

Question 98

Report
Export
Collapse

Below is a form definition snippet from the newsletter.xml file.

Salesforce Certified B2C Commerce Developer image Question 98 59908 09232024001900000000

Which line of code creates a JSON object to contain the form data?

server.form.getForm('dwfrm_newsletter')
server.form.getForm('dwfrm_newsletter')
server.forms.getForm('newsletter')
server.forms.getForm('newsletter')
server.form.getForm('newsletter')
server.form.getForm('newsletter')
server.forms.getForm('dwfrm_newsletter')
server.forms.getForm('dwfrm_newsletter')
Suggested answer: C
asked 23/09/2024
Francesco Gallo
33 questions

Question 99

Report
Export
Collapse

Which method is efficient and scalable because it uses the product search index rather than searching the database?

ProductAvailabilityModel.isOrderable()
ProductAvailabilityModel.isOrderable()
ProductVariationModel.getVariants()
ProductVariationModel.getVariants()
ProductIndexModel.getOrderableProductsOnly()
ProductIndexModel.getOrderableProductsOnly()
ProductSearchModel().getProductSearchHits()
ProductSearchModel().getProductSearchHits()
Suggested answer: D

Explanation:

Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC2/topic/com.demandware.dochelp/DWAPI/scriptapi/html/api/class_dw_catalog_ProductSearchModel.html

asked 23/09/2024
TAMPO DARKOI
40 questions

Question 100

Report
Export
Collapse

A merchant has a requirement to render personalized content on 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 two.)

Rendering Template
Rendering Template
VIP Customer Group
VIP Customer Group
Slot Configuration
Slot Configuration
Page Template
Page Template
Suggested answer: A, C

Explanation:

Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC3/index.jsp?topic=%2Fcom.demandware.dochelp%2Fcontent%2Fb2c_commerce%2Ftopics%2Fcontent%2Fb2c_managing_and_creating_content_slot_configurations.html

asked 23/09/2024
Leon Duke
37 questions
Total 209 questions
Go to page: of 21
Search

Related questions