[2023] Use Valid New B2C-Commerce-Developer Test Notes & B2C-Commerce-Developer Valid Exam Guide
B2C-Commerce-Developer Actual Questions Answers PDF 100% Cover Real Exam Questions
The Prerequisites of Salesforce B2C-Commerce-Developer: Salesforce Accredited B2C Commerce Developer Exam
The Salesforce-certified technical solutions designer is B2C-certified and usually has over five years' expertise in e-commerce. The designer of B2C commercial technological solutions also has the following experience:
- Consulting skills (e.g. ability to communicate effectively with a client)
- Ability to work with clients to guide them and recommend changes in their business processes. This exam requires you to have a current Salesforce Certified B2C Commerce Developer credential.
- Architectural design assistance for one or more full cycle B2C trade implementations, one of which is a completely new project following the SRA process (observation or as co-leader)
- Complete at least three major implementations as a B2C commercial developer
- At least three years of experience in B2C commercial development.
NEW QUESTION 96
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?
- A. Merchant Tools > Site Preferences > Payment Types
- B. Merchant Tools > Ordering > Payment Processors
- C. Merchant Tools > Ordering > Payment Methods
- D. Merchant Tools > Site Preferences > Apple Pay
Answer: D
NEW QUESTION 97
A client has custom object definition and requirement that occasional data changes in staging also need to exist in production, Which task should the developer perform to meet these requirements when setting up the custom object?
- A. Create the custom object definition in production as Replicable
- B. Create the custom object definition in staging as Shared
- C. Create the custom object definition in staging as Replicable
- D. Create two copies of the custom object in staging and set Sharing = True.
Answer: C
NEW QUESTION 98
A custom cartridge that seemed to be performing well in a sandbox has been installed in production. The production instance is showing increased page load times that seem to be related to the new custom code.
What can a developer do to quickly track down the potential problem?
- A. Use the Code Profiler in production instance. Set the mode to Development Mode and click the refresh button to see the new mode displayed.
- B. Use the Code Profiler in production instance. Set the mode to Development Mode and then wait a few minutes to collect data from onsite traffic. Click the refresh button to see the new data.
- C. Use the Code Profiler in a sandbox instance. Set the mode Extended Development Mode and then load the suspected pages and run the suspected process several times. Click the refresh button to see the new data.
Answer: B
NEW QUESTION 99
A developer wants to use an external application to manage their stores information (such as opening hours, and so on), and see their changes in their B2C Commerce Staging instance aas son as they are saved.
What is the appropriate technique the developer should perform to allow the merchant to create a new store in this scenario?
- A. A PUT request to the Stores Data OCAPI.
- B. A POST request to the Stores Data OCAPI.
- C. A PATCH request to the Stores Data OCAPI.
- D. An UPDATE request to the Stores Data OCAPI.
Siempre que sea un objeto standard sera put en vez de post
Answer: A
NEW QUESTION 100
Which three object types can a developer import using the Merchant Tools > Content > Import & Export module in Business Manager? (Choose three.)
- A. Products
- B. Images and other static assets
- C. Content slots
- D. Content assets
- E. Folders
Answer: A,C,E
NEW QUESTION 101
A developer wants to embed a link to a content page from within the body of another content asset. the target content asset ID is: about-us Which option represents the correct format to use?
- A. $url(''page-Show,''cid'', about-us')$
- B. $url('Content_Show', 'about-us')$
- C. $url('Content-Page', cid 'about-us;)$
Answer: A
NEW QUESTION 102
A Digital Developer is requesting product information for an external integration. The following Open Commerce API (OCAPI) request is NOT functioning correctly:
How should the Developer change the request?
- A. Change the HTTP method to GET.
- B. Include an authentication token in the request.
- C. Change the HTTP method to PUT.
- D. Change the URI to /dw/shop/v18_3/products/creative-zen-v.
Answer: A
NEW QUESTION 103
A developer set up a new site with Taxation: Net. However, the business requirements changed and the site now needs to be Taxation:Gross. The Business Manager interface does not give this option.
Which sequence of steps is necessary to change the site to gross taxation?
- A. Create a new site with Taxation set to Gross, then delete the old site.

- B. Unlock the site preferences and then change the Taxation setting to Gross
- C. Make sure that the developer has "Administrator" Access, then change the Taxation setting to Gross
- D. Change the global setting,"Enable Taxation Methods" to true, then change the Taxation setting to Gross
Answer: A
NEW QUESTION 104
A job executes a pipeline that makes calls to an external system.
Which two actions prevent performance issues in this situation? (Choose two.)
- A. Use asynchronous import or export jobs.
- B. Configure a timeout for the script pipelet.
- C. Use synchronous import or export jobs
- D. Disable multi-threading.
Answer: B,D
NEW QUESTION 105
A Digital Developer is requesting product information for an external integration. The following Open Commerce API (OCAPI) request is NOT functioning correctly:
How should the Developer change the request?
- A. Change the HTTP method to GET.
- B. Include an authentication token in the request.
- C. Change the HTTP method to PUT.
- D. Change the URI to /dw/shop/v18_3/products/creative-zen-v.
Answer: A
NEW QUESTION 106
A developer has these requirements for out-of-stock products:
Save the SKUs of the out-of-stock products that the customer is interested in Save the customer email regardless if the customer is a guest or registered Email the customer when the product is back-in-stock Which step should the developer perform as part of the solution to achieve the requirements?
- A. Create a new custom object type that has a set-of-string type custom attribute for the SKUs and a string for the email field.
- B. Create a new set-of-string type custom attribute to the system object type Product to save all the customer email addresses for back-in-stock notification.
- C. Create a new set-of-string type custom attribute to the system object type Profile to save all the SKUs and use the existing email field for the email.
- D. Create a new system object type that has a set-of-string type custom attribute for the SKUs and a string for the email field.
Answer: B
NEW QUESTION 107
In order to build the SFRA code to a developer sandbox for the first time, which build steps should the developer perform for the site to appear and function as designed?
- A. npm run compile:scss, npm run compile:html, npm run clean
- B. npm run compile:js, npm run compile: scss, npm run compile:html
- C. npm run compile:js, npm run compile:scss, npm run compile:fonts
- D. npm run compile:js, npm run compile:html, npm run clean
Answer: C
NEW QUESTION 108
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?
- A. Server.forms.getForm('dwfrm_newsletter')
En el controller:
En el Formulario:
- B. Server.forms.getForm('newsletter');
- C. Server.form.getForm('dwfrm_newsletter')
- D. Server.form.getForm('newsletter');
Answer: B
NEW QUESTION 109
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?
- A. next();
- B. return res;C. res.next();
- C. req.next();
Answer: A
NEW QUESTION 110
A developer is given the requirement to add a step to the existing business logic of the registration process. How should the developer modify the route that handles the customer registration?
- A. Change the controller route with new functionality.
- B. Copy the code from the original route to a new controller route, and change it.
- C. Extend the route with new functionality.
- D. Override the route with new functionality.
Answer: C
NEW QUESTION 111
A Digital Developer has identified that the code segment below is causing performance problems.
What should the Developer do to improve the code?
- A. Avoid using an Iterator and use a Collection instead.
- B. Avoid post-processing and use the isOnSaleFlag attribute as a search refinement.
- C. Breaks the process into separate loops.
- D. Use a system attribute instead of the isOnSaleFlag custom attribute.
Answer: C
NEW QUESTION 112
A Digital Developer is implementing an Open Commerce API call to add products to a basket. Given the following resource configuration:
Which modification allows the requests to successfully execute?
- A. Change the "resource_id" value to: "/baskets/*/items".
- B. Change the "methods" value to: ["get", "post"].
- C. Change the "write_attributes" value to: "(+items)".
- D. Change the "read_attributes" value to: "(items)".
Answer: A
NEW QUESTION 113
A Digital Developer needs to store information temporarily and decides to create a custom object.
Which code creates a custom object?
- A. CustomObject.createCustomObject(CustomObjectType,primaryKey);
- B. CustomObject.createCustomObject(primaryKey,CustomObjectType);
- C. CustomObjectMgr.createCustomObject(primaryKey);
- D. CustomObjectMgr.createCustomObject(CustomObjectType,primaryKey)
Answer: A
NEW QUESTION 114
......
B2C-Commerce-Developer Exam questions and answers: https://www.actualtestsquiz.com/B2C-Commerce-Developer-test-torrent.html
Pass B2C-Commerce-Developer Exam Info and Free Practice Test: https://drive.google.com/open?id=1HG9BiTbxq12sIlMdEjNpJc9pxAffrVh8

