最新的Salesforce Certified B2C Commerce Developer - B2C-Commerce-Developer免費考試真題
A Digital Developer has created a new PaymentForm controller thatrequires communication with the server and must be made using the HTTPS protocol.
Which code sample should the Developer use to make sure that HTTPS is used?
Which code sample should the Developer use to make sure that HTTPS is used?
正確答案: C
說明:(僅 Fast2test 成員可見)
A developer has a sandbox with code to log a message during execution, and the following code:

After the code executes, the developer does not see any log file with the message in the WebDAV folder.
What could the developer do to correct this issue?

After the code executes, the developer does not see any log file with the message in the WebDAV folder.
What could the developer do to correct this issue?
正確答案: B
說明:(僅 Fast2test 成員可見)
A developer needs to perform the same additional checks before completing multiple routes in a custom controller, in orderto decide whether to render a template or redirect the user to a different page.
According to SFRA best practices, what is the correct approach to improve code reusability in this scenario?
According to SFRA best practices, what is the correct approach to improve code reusability in this scenario?
正確答案: A
說明:(僅 Fast2test 成員可見)
A developer has a requirement to display a banner in two different category pages.
Which snippet of code should the developeradd to a template to allow the merchant to configure each independently?
Which snippet of code should the developeradd to a template to allow the merchant to configure each independently?
正確答案: B
說明:(僅 Fast2test 成員可見)
A merchant wants to obtain an export file that contains all the products .assigned to their Storefront catalog.
They do not know how to achieve this easily without manual processing, so asked their developer to help Generate this. The merchant s Instance setup is as follows:
They have one Master catalog and one storefront catalog.
Some, but not all, of the products in the Master catalog are assigned to categories within the Storefront catalog.
Which method allows the developer to generate the export for the merchant?
They do not know how to achieve this easily without manual processing, so asked their developer to help Generate this. The merchant s Instance setup is as follows:
They have one Master catalog and one storefront catalog.
Some, but not all, of the products in the Master catalog are assigned to categories within the Storefront catalog.
Which method allows the developer to generate the export for the merchant?
正確答案: B
說明:(僅 Fast2test 成員可見)
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?
Which Business Manager action should be completed to allow the developer to apply different styling to the single-brand stores?
正確答案: C
說明:(僅 Fast2test 成員可見)
Universal Containers sells physical gift cards for the holidays.
What needs to occur to guarantee the cards will always be available?
What needs to occur to guarantee the cards will always be available?
正確答案: D
說明:(僅 Fast2test 成員可見)
Below is a form definition snippet from the newsletter.xml file:
<?xml version="1.0"?>
<form
xmlns=http://www.demandware.com/xml/form/2008-04-15
>
<field formid="email" lavel="Email"type="String" mandatory="True" max-length="50" />
</form>
Which line of code creates a JSON object to contain the form data?
<?xml version="1.0"?>
<form
xmlns=http://www.demandware.com/xml/form/2008-04-15
>
<field formid="email" lavel="Email"type="String" mandatory="True" max-length="50" />
</form>
Which line of code creates a JSON object to contain the form data?
正確答案: B
說明:(僅 Fast2test 成員可見)
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 items.
How can a developer use Business Manager to ensure that the gift vouchers are always available?
How can a developer use Business Manager to ensure that the gift vouchers are always available?
正確答案: A
說明:(僅 Fast2test 成員可見)
Multiple shoppers 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?
Which tool can a developer use to view average response times for the Product-Detail controller route?
正確答案: B
說明:(僅 Fast2test 成員可見)
A Digital Developer needs to check for product inventory in a specific inventory list using the Open Commerce API.
An example request URL is:

Which resource_id value enables the appropriate resource?
An example request URL is:

Which resource_id value enables the appropriate resource?
正確答案: A
說明:(僅 Fast2test 成員可見)
Why should a Digital Developeruse ProductSearchModel.getProducts() instead of Category.getOnlineProducts() to access products?
正確答案: B
說明:(僅 Fast2test 成員可見)