Pass Your Salesforce Developers B2C-Commerce-Developer Exam on Oct 22, 2021 with 115 Questions
B2C-Commerce-Developer Free Exam Study Guide! (Updated 115 Questions)
Salesforce B2C-Commerce-Developer Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
| Topic 12 |
|
| Topic 13 |
|
| Topic 14 |
|
| Topic 15 |
|
| Topic 16 |
|
| Topic 17 |
|
| Topic 18 |
|
| Topic 19 |
|
| Topic 20 |
|
NEW QUESTION 55
A Digital Developer must resolve a performance issue with product tiles. The Developer determines that the product tiles are NOT being cached for a long enough period.
Which two methods can the Developer use to verify the cache settings for the product tiles? Choose 2 answers
- A. View the product list page cache settings provided in the Administration > Manage Sites Business Manager module.
- B. Enable cache information in the storefront toolkit and view the cache information for the product tile.
- C. View the cache information provided by the Merchant Tools > Technical Reports Business Manager module.
- D. Enable the template debugger to verify the cache times for the producttile.isml template.
Answer: B,C
NEW QUESTION 56
Which three object types can a developer import using the Merchant Tools > Content > Import & Export module in Business Manager?
Choose 3 answers
- A. Images and other static assets
- B. Products
- C. Content slots
- D. Folders
- E. Content assets
Answer: A,D,E
NEW QUESTION 57
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?
- A. exports.PaymentForm = guard.httpsPost(handlePaymentForm);
- B. exports.PaymentForm = guard.ensure(['http', 'post', 'loggedIn'], handlePaymentForm);
- C. exports.PaymentForm = guard.expose(['post', 'loggedIn'], handlePaymentForm);
- D. exports.PaymentForm = guard.ensure(['https', 'post', 'loggedIn'], handlePaymentForm);
Answer: D
Explanation:
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
NEW QUESTION 58
Universal Containers has expanded its implementation to support German with a locale code of de. The current resource bundle is checkout.properties.
To which file should the developer add German string values?
- A. de_checkout. properties in resources folder
- B. checkout.properties in the de locale folder
- C. checkout_de.properties in resources folder
- D. checkout.properties in the default locale folder
Answer: C
NEW QUESTION 59
A client wants to differentiate their monobrand stores with a special icon when shown in the store locator. The information is saved in a true/false custom attribute for each Store object in Merchant tools.
How should the developer follow SFRA best practices to expose this data for rendering?
- A. Pass the Store system object to the template, so that custom propierties are available
- B. Use the module.superModule functionality and the call method to add a new property to the Store Model.
- C. Ad dan <isscript> to the template, and call StoreMgr.searchStoresByCoordinates();
- D. Extend the existing Stores_Find controller with a new middleware function that performs the query
Answer: B
NEW QUESTION 60
Which line of code creates a content slot that can be included on homepage.isml to display on the home page?
- A. <isslot id="my_banner" description = "for home page" context="global">
- B. <isslot id="my_banner" description = "for home page" type="global" context="homepage"/>
- C. <isslot id="my_banner" description = "for home page" context="global" context- object="${pdict.CurrentHomePage}"/>
- D. <isslot id="my_banner" description = "for home page" type="global" context="content" context- object="${pdict.ContentSearchResult.content>"/>
Answer: A
NEW QUESTION 61
Universal Containers created a site export file from staging in the global export directory.
How should the Digital Developer update their sandbox using this staging site export file?
- A. Download the site export file and use UX Studio to transfer the data to the sandbox.
- B. Use the Site Development > Import & Export Business Manager module.
- C. Use the Site Development > Site Import & Export Business Manager module.
- D. Perform a data replication from staging.
Answer: C
NEW QUESTION 62
A Digital Developer has identified that the code segment below is causing performance problems.
What should the Developer do to improve the code?
- A. Breaks the process into separate loops.
- B. Avoid using an Iterator and use a Collection instead.
- C. Use a system attribute instead of the isOnSaleFlag custom attribute.
- D. Avoid post-processing and use the isOnSaleFlag attribute as a search refinement.
Answer: A
NEW QUESTION 63
Which code sample is required to use a custom tag provided in SiteGenesis in an ISML template?
- A. <isinclude url="${URLUtils.url("CustomTag-Start")}>
- B. <isscript>
dw.util.CustomTagMgr.createCustomTag("mytag"); <isscript> - C. <isinclude template="util/modules">
- D. <isinclude template="util/customtags">
Answer: C
NEW QUESTION 64
What happens if the log file size limit is reached in custom logging?
- A. The log file rolls over and the last used log is overwritten.
- B. Logging is suspended for the day.
- C. Logging is suspended for two hours.
- D. The log file is deleted and recreated from scratch.
Answer: B
NEW QUESTION 65
Which technical reports datapoint measures the performance of a controller's script execution if network factors and Web Adaptor processing is ignored?
- A. Call count
- B. Cache hit ratio
- C. Processing time
- D. Response time
Answer: C
NEW QUESTION 66
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 URI to /dw/shop/v18_3/products/creative-zen-v.
- B. Change the HTTP method to GET.
- C. Include an authentication token in the request.
- D. Change the HTTP method to PUT.
Answer: B
Explanation:
Explanation
NEW QUESTION 67
A developer needs to show only car accessories when shoppers use the search term car accessoriesand exclude technology accessoriesand household accessories.
Given the above requirement, what is the recommended approach using the Search Dictionaries Dashboard?
- A. Create a Common Phrase Dictionary entry: car accessories, NOT household, NOT technology.
Use search mode Exact Match. - B. Create a Synonym Dictionary entry: car accessories, |household, |technology.
Use search mode Exact Match. - C. Create a Synonym Dictionary entry: car accessories, household, technology.
Use search mode First Word. - D. Create a Common Phrase Dictionary entry: car accessories.
Use search mode Exact Match.
Answer: C
NEW QUESTION 68
Universal Containers specifies a new category hierarchy for navigating the digital commerce storefront. A Digital Developer uses Business Manager to manually create a catalog with the specified category hierarchy, then uses the Products & Catalogs > Import & Export module to export the catalog as a file.
How can other Developers with sandboxes on the same realm create the same catalog in their own sandboxes?
- A. Use the Business Manager Data Replication module to replicate the catalog from the original Developer's sandbox.
- B. Use the remote upload capability of the Site Import & Export module of Business Manager.
- C. Use the import capability of the Site Import & Export module of Business Manager.
- D. Use Business Manager to upload and import a copy of the export file obtained from the original Developer.
Answer: D
NEW QUESTION 69
A Digital Developer has identified that the code segment below is causing performance problems.
What should the Developer do to improve the code?
- A. Breaks the process into separate loops.
- B. Avoid using an Iterator and use a Collection instead.
- C. Use a system attribute instead of the isOnSaleFlag custom attribute.
- D. Avoid post-processing and use the isOnSaleFlag attribute as a search refinement.
Answer: A
NEW QUESTION 70
Which two items are appropriate content of custom logs implemented at checkout?
Choose 2 answers:
- A. Transaction's credit card information
- B. Order failure information
- C. Customer's password at post-checkout sign up
- D. Payment gateway service response code
Answer: B,D
NEW QUESTION 71
......
B2C-Commerce-Developer Dumps for Salesforce Developers Certified Exam Questions & Answer: https://www.torrentexam.com/B2C-Commerce-Developer-exam-latest-torrent.html
Realistic Verified B2C-Commerce-Developer exam dumps Q&As - B2C-Commerce-Developer Free Update : https://drive.google.com/open?id=1AXEpIzrSWfxUH837DHRZtdXJo1_lrc8o

