B2C-Commerce-Developer Practice Online

Quickly grab our B2C-Commerce-Developer product now and kickstart your exam preparation today!

Name: Salesforce Certified B2C Commerce Developer (WI24)
Exam Code: B2C-Commerce-Developer
Certification: Salesforce Developer
Vendor: Salesforce
Total Questions: 207
Last Updated: May 06, 2024
Page:    1 / 42      
Total 207 Questions | Updated On: May 06, 2024
Demo Download
Question 1

A Digital Developer is requesting product information for an external integration. The following Open Commerce API (OCAPI) request is NOT functioning correctly:
1
How should the Developer change the request?


Answer: C

Question 2

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?


Answer: D

Question 3

Which three configuration does a developer need to ensure to have a new product visible in the Storefront?
Choose 3 answers


Answer: A,B,D

Question 4

Given the requirements:
* To integrate with an external web service using HTTP requests
* To create a service for this purpose with the Service framework using the LocalServiceRegistry
class.
* To test the service before the external service provider makes the API available
Which solution allows the developer to satisfy the requirements?


Answer: B

Question 5

Server.get('Show', consentTracking.consent, cache.applyDefaultCache, function (req,res,next){
Var Site = require('dw/system/Syte'');
Var pageMetaHelpter = require('*/cartridge/scripts/helpers/pageMetaHelper');
pageMetaHelpter.setPageMetaTags(req.pageMetaData, Site.current);
res.render('/home/homePage');
Missing code here
}, pageMetadata.computedPageMetadata);
The controller endpoint code snippet above does not work.
Which line of code should the developer use to replace line 6 and correct the problem?


Answer: A

Page:    1 / 42      
Total 207 Questions | Updated On: May 06, 2024
Demo Download