Download Salesforce Certified B2C Commerce Developer.B2C-Commerce-Developer.VCEplus.2020-01-31.60q.vcex

Vendor: Salesforce
Exam Code: B2C-Commerce-Developer
Exam Name: Salesforce Certified B2C Commerce Developer
Date: Jan 31, 2020
File Size: 1 MB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Purchase
Coupon: EXAM_HUB

Discount: 20%

Demo Questions

Question 1
A Digital Developer has been given a specification to integrate with a REST API for retrieving weather conditions. The service expects parameters to be form encoded.
Which service type should the Developer register?
  1. FTP
  2. SOAP
  3. HTTP Form
  4. WebDAV
Correct answer: C
Question 2
What happens if the log file size limit is reached in custom logging?
  1. Logging is suspended for the day.
  2. Logging is suspended for two hours.
  3. The log file is deleted and recreated from scratch.
  4. The log file rolls over and the last used log is overwritten.
Correct answer: C
Explanation:
Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC2/index.jsp?topic=%2Fcom.demandware.dochelp%2FSiteDevelopment%2FUnderstandingLogFiles.html
Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC2/index.jsp?topic=%2Fcom.demandware.dochelp%2FSiteDevelopment%2FUnderstandingLogFiles.html
Question 3
Which line of code creates a content slot that can be included on homepage.isml to display on the home page?
  1. <isslot id="my_banner " description="for home page" type="global" context="content" context-object="${pdict.ContentSearchResult.content}"/>
  2. <isslot id="my_banner " description="for home page" type="global" context="homepage"/>
  3. <isslot id="my_banner " description="for home page" context="global">
  4. <isslot id="my_banner " description="for home page" context="global" context-object="${pdict.CurrentHomePage}"/>
Correct answer: C
Explanation:
Reference: https://docplayer.net/62289631-Developing-in-demandware-student-guide.html
Reference: https://docplayer.net/62289631-Developing-in-demandware-student-guide.html
Question 4
A Digital Developer selects "Show Orderable Products Only" in the Search > Search Preferences Business Manager module.
Which business goal does this accomplish?
  1. Exclude products from search results if Available to Sell (ATS) = 0.
  2. Exclude back-ordered products from showing on the website.
  3. Block displaying the product detail page if Available to Sell (ATS) = 0.
  4. Exclude pre-order products from search results. 
Correct answer: A
Explanation:
Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC2/index.jsp?topic=%2Fcom.demandware.dochelp%2FSearchandNavigation%2FExcludeUnavailableProductsfromSearchResults.html
Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC2/index.jsp?topic=%2Fcom.demandware.dochelp%2FSearchandNavigation%2FExcludeUnavailableProductsfromSearchResults.html
Question 5
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?
  1. Perform a data replication from staging.
  2. Use the Site Development > Site Import & Export Business Manager module.
  3. Download the site export file and use UX Studio to transfer the data to the sandbox.
  4. Use the Site Development > Import & Export Business Manager module.
Correct answer: B
Explanation:
Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC2/index.jsp?topic=%2Fcom.demandware.dochelp%2FImportExport%2FUsingSiteImportExporttoCopyInstances.html
Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC2/index.jsp?topic=%2Fcom.demandware.dochelp%2FImportExport%2FUsingSiteImportExporttoCopyInstances.html
Question 6
A Digital Developer added a file named MyBusinessController.js in the cartridge named app_project. The project design calls for this new file to override MyBusinessController.js in client_project. The client_project cartridge contains other necessary functionality. Additional functionality is also included in the storefront_core and storefront_controllers cartridges.
Which cartridge path meets the project requirements?
  1. client_project:app_project:storefront_controllers:storefront_core
  2. app_project:storefront_controllers:storefront_core
  3. app_project:client_project:storefront_controllers:storefront_core
  4. storefront_core:storefront_controllers:client_project:app_project
Correct answer: C
Question 7
A Digital Developer has detected storefront pages being rendered with an error message. After inspecting the log files, the Developer discovered that an enforced quota is being exceeded.
What action should the Developer take to stop the quota violation?
  1. Rewrite the code that is causing the overage.
  2. Change the Business Manager configuration for the quota settings.
  3. Take no action, the overage will be resolved when concurrent visitors are reduced.
  4. Ask support to remove the quota limit.
Correct answer: B
Explanation:
Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2FDWAPI%2Fquota%2Fhtml%2Findex.html 
Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2FDWAPI%2Fquota%2Fhtml%2Findex.html 
Question 8
Universal Containers wants to add a model field to each product. Products will have locale-specific model values.
How should the Digital Developer implement the requirement?
  1. Utilize resource bundles for translatable values.
  2. Set the model field as a localizable attribute.
  3. Store translated model values in different fields; one field for each locale.
  4. Add model to a new custom object with localizable attributes.
Correct answer: C
Question 9
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 two.)
  1. Enable cache information in the storefront toolkit and view the cache information for the product tile.
  2. View the cache information provided by the Merchant Tools > Technical Reports Business Manager module.
  3. View the product list page cache settings provided in the Administration > Manage Sites Business Manager module.
  4. Enable the template debugger to verify the cache times for the producttile.isml template.
Correct answer: AC
Question 10
A Digital Developer is working on a multi-site realm. A new site requires a different layout for the account landing page. The business logic and data model remain the same. The existing code is in AccountControl.js and accountlanding.isml in the app_storefront cartridge. The app_storefront cartridge contains code for all other business functions. The cartridge path for the new site is currently int_cybersource:int_paypal:app_storefront.
The Developer creates a new cartridge named app_newsite that contains only the accountlanding.isml template for the new site.
Which modification should be made to the new cartridge path?
  1. Set the cartridge path so that app_newsite is before app_storefront.
  2. Set the cartridge path so that app_storefront is before int_cybersource.
  3. Set the cartridge path to include only app_newsite.
  4. Set the cartridge path so that app_newsite is after app_storefront.
Correct answer: B
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!