ExamGecko
Ask Question

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

List of questions

Question 51

Report
Export
Collapse

A Digital Developer is tasked with setting up a new Digital Server Connection using UX Studio in their sandbox.

Which three items are required to accomplish this task? (Choose three.)

Instance Version
Instance Version
Instance Hostname
Instance Hostname
Business Manager Username
Business Manager Username
Keystore Password
Keystore Password
Business Manager Password
Business Manager Password
Suggested answer: B, D, E

Explanation:

Reference: https://medium.com/@fsjohnny/lets-develop-with-salesforce-commerce-cloud-part-1-setting-up-your-development-environment-b16044708d09

asked 23/09/2024
Emergya Ingenieria SLU Emergya Ingenieria SLU
25 questions

Question 52

Report
Export
Collapse

A Digital Developer adds the following line of code to a script.

Salesforce Certified B2C Commerce Developer image Question 52 59862 09232024001900000000

The code executes without error; however, the log file on disk does NOT contain the log message.

Which two actions should be completed to write the log message to disk? (Choose two.)

Ensure that the debug log level is enabled to write to file in the Custom Log Settings Business Manager module.
Ensure that the debug log level is enabled to write to file in the Custom Log Settings Business Manager module.
Archive old log files to make room in the log directory.
Archive old log files to make room in the log directory.
Ensure that the "login" category is added to the Custom Log Filters in the Log Settings Business Manager module.
Ensure that the "login" category is added to the Custom Log Filters in the Log Settings Business Manager module.
Ensure that the debug log level has been added to the custom log level types in the Global Preferences business manager module.
Ensure that the debug log level has been added to the custom log level types in the Global Preferences business manager module.
Suggested answer: B, D
asked 23/09/2024
Sharanjit Kareer
41 questions

Question 53

Report
Export
Collapse

Which technical reports datapoint measures the performance of a controller's script execution if network factors and Web Adaptor processing is ignored?

Processing time
Processing time
Cache hit ratio
Cache hit ratio
Call count
Call count
Response time
Response time
Suggested answer: A
asked 23/09/2024
Jose M Rivera Vega
38 questions

Question 54

Report
Export
Collapse

Universal Containers needs to have Apple Pay disabled for the country of Spain.

Which Business Manager module should the Developer use to meet this requirement?

Merchant Tools > Ordering > Payment Methods
Merchant Tools > Ordering > Payment Methods
Merchant Tools > Site Preferences > Apple Pay
Merchant Tools > Site Preferences > Apple Pay
Merchant Tools > Ordering > Payment Processors
Merchant Tools > Ordering > Payment Processors
Merchant Tools > Site Preferences > Payment Types
Merchant Tools > Site Preferences > Payment Types
Suggested answer: A

Explanation:

Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2FApplePay%2FEnableAPWUsingALinkCartridge.html

asked 23/09/2024
Juan Carlos Yepez
36 questions

Question 55

Report
Export
Collapse

A Digital Developer has created a new PaymentForm controller that requires 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?

exports.PaymentForm = guard.ensure(['http', 'post', 'loggedIn'], handlePaymentForm);
exports.PaymentForm = guard.ensure(['http', 'post', 'loggedIn'], handlePaymentForm);
exports.PaymentForm = guard.expose(['post', 'loggedIn'], handlePaymentForm);
exports.PaymentForm = guard.expose(['post', 'loggedIn'], handlePaymentForm);
exports.PaymentForm = guard.httpsPost(handlePaymentForm);
exports.PaymentForm = guard.httpsPost(handlePaymentForm);
exports.PaymentForm = guard.ensure(['https', 'post', 'loggedIn'], handlePaymentForm);
exports.PaymentForm = guard.ensure(['https', 'post', 'loggedIn'], handlePaymentForm);
Suggested answer: D

Explanation:

Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2Fjsdoc%2Fdist%2Fjs%2Fserver%2Fapp_storefront_controllers_cartridge_controllers_PaymentInstruments.js.html

asked 23/09/2024
asdf asdf
38 questions

Question 56

Report
Export
Collapse

Universal Containers requires that a new order comments attribute is added to the existing SiteGenesis checkout flow. This new attribute needs to be included as part of the standard order export.

Aside from updating the HTML markup and form definition, which option contains all necessary steps to achieve this task?

Suggested answer: B
asked 23/09/2024
Balazs Jarmy
48 questions

Question 57

Report
Export
Collapse

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

Suggested answer: B

Explanation:

Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC2/index.jsp?topic=%2Fcom.demandware.dochelp%2FISML%2FISML.html

asked 23/09/2024
Seth Frizzell
37 questions

Question 58

Report
Export
Collapse

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.)

Change the slot's configuration content type to "products."
Change the slot's configuration content type to "products."
Change the slot's configuration content type to "recommendations."
Change the slot's configuration content type to "recommendations."
Change the slot's configuration template to the appropriate rendering template.
Change the slot's configuration template to the appropriate rendering template.
Delete the existing content asset.
Delete the existing content asset.
Suggested answer: B, C
asked 23/09/2024
Sumit Dhar
47 questions

Question 59

Report
Export
Collapse

A Digital Developer has a site export file on their computer that needs to be imported into their sandbox.

How should the developer update their sandbox with the data in this file?

Connect and import the file using the remote option within the Site Import & Export Business Manager module.
Connect and import the file using the remote option within the Site Import & Export Business Manager module.
Upload and import the file using the local option within the Site Import & Export Business Manager module.
Upload and import the file using the local option within the Site Import & Export Business Manager module.
Upload the file to the Impex WebDAV directory and import using the Site Import tool within UX Studio.
Upload the file to the Impex WebDAV directory and import using the Site Import tool within UX Studio.
Upload the file to the Static WebDAV directory and import using the Import & Export Business Manager module.
Upload the file to the Static WebDAV directory and import using the Import & Export Business Manager module.
Suggested answer: B
asked 23/09/2024
Daniel Skow
32 questions

Question 60

Report
Export
Collapse

A Digital Developer is working on a project to convert a pipeline to a JavaScript controller. UX Studio has a functioning pipeline debugger configured for the site. Assume the Developer will add a breakpoint to the controller when it is written.

What must be done in order to use the debugger with the new controller when it is written?

Create and use a new script debug configuration.
Create and use a new script debug configuration.
Use the existing pipeline debugger.
Use the existing pipeline debugger.
Modify the debugger configuration and use the existing pipeline debugger.
Modify the debugger configuration and use the existing pipeline debugger.
Create and use a new controller debug configuration.
Create and use a new controller debug configuration.
Suggested answer: C
asked 23/09/2024
Shauqi Naufaldy
30 questions
Total 209 questions
Go to page: of 21
Search

Related questions