★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions
Free Instant Download NEW B2C-Commerce-Developer Exam Dumps (PDF & VCE):
Available on:
https://www.certleader.com/B2C-Commerce-Developer-dumps.html
Exam Code: B2C-Commerce-Developer (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Salesforce Certified B2C Commerce Developer (WI20)
Certification Provider: Salesforce
Free Today! Guaranteed Training- Pass B2C-Commerce-Developer Exam.
Also have B2C-Commerce-Developer free dumps questions for you:
NEW QUESTION 1
Universal Containers calls the following combination of products “The Basics” and sells the combination as a unique product ID:
One Model 103 container
Five Model 611 container
Tree Model 201 container
The Developer created these three products in the catalog.
What is the next step in Business Manager to create “The Basics” as a combination?
- A. In the Product Bundles module, create a bundle named “The Basics”.
- B. In the Products module, create a product named “The Basics” and add the products to the Product Bundles tab.
- C. In the Products module, create a product named “The Basics” and add the products to the Product Sets tab.
- D. In the Product Sets module, create a product set named “The Basics”.
Answer: B
NEW QUESTION 2
Which code sample is required to use a custom tag provided in SiteGenesis in an ISML template?
- A. Option A
- B. Option B
- C. Option C
- D. Option D
Answer: B
NEW QUESTION 3
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" type="global" context="content" context-object="${pdict.ContentSearchResult.content}"/>
- B. <isslot id="my_banner " description="for home page" type="global" context="homepage"/>
- C. <isslot id="my_banner " description="for home page" context="global">
- D. <isslot id="my_banner " description="for home page" context="global" context-object="${pdict.CurrentHomePage}"/>
Answer: C
NEW QUESTION 4
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.)
- A. Enable cache information in the storefront toolkit and view the cache information for the product tile.
- B. View the cache information provided by the Merchant Tools > Technical Reports Business Manager module.
- C. View the product list page cache settings provided in the Administration > Manage Sites Business Manager module.
- D. Enable the template debugger to verify the cache times for the producttile.isml template.
Answer: AC
NEW QUESTION 5
A Digital Developer has a new requirement to disable the "Discover" credit card type for all checkouts. What does the Developer need to change in Business Manager to fulfill this requirement?
- A. Checkout exclusion rules in the Merchant Tools > Site Preferences > Checkout Preferences module.
- B. Credit card exclusion rules in the Merchant Tools > Site Preferences > Payment Preferences module.
- C. Credit cards in the Merchant Tools > Ordering > Payment Methods module.
- D. Credit card exclusion rules in the CreditCardType.json configuration file.
Answer: C
NEW QUESTION 6
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 synchronous import or export jobs
- B. Configure a timeout for the script pipelet.
- C. Disable multi-threading.
- D. Use asynchronous import or export jobs.
Answer: BC
NEW QUESTION 7
A Digital Developer adds the following line of code to a script.
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.)
- A. Ensure that the debug log level is enabled to write to file in the Custom Log Settings Business Manager module.
- B. Archive old log files to make room in the log directory.
- C. Ensure that the “login” category is added to the Custom Log Filters in the Log Settings Business Manager module.
- D. Ensure that the debug log level has been added to the custom log level types in the Global Preferences business manager module.
Answer: BD
NEW QUESTION 8
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?
- A. FTP
- B. SOAP
- C. HTTP Form
- D. WebDAV
Answer: C
NEW QUESTION 9
Given the file structure below, which ISML method call renders the customLandingPage template?
- A. ISML.renderTamplate(‘cartridge/templates/default/content/custom/customLandingPage’);
- B. ISML(‘content/custom/customLandingPage’);
- C. ISML.render(‘content/custom/customLandingPage’);
- D. ISML.renderTemplate(‘content/custom/customLandingPage’);
Answer: D
NEW QUESTION 10
A Digital Developer is inspecting the weekly service status report for a critical internally-hosted web service used in the application and notices that there are too many instances of unavailability.
Which two solutions are possible options to reduce the unavailability of the service? (Choose two.)
- A. Modify the code that makes the request to the external service to be wrapped in a try / catch block.
- B. Change the code that makes the request to set the throwOnError attribute, of the service, to be true.
- C. Increase the web service time out.
- D. Update the external service to have a faster response time.
Answer: AD
NEW QUESTION 11
Universal Containers recently completed updates to their storefront shopping cart page. A problem has been discovered since the update. Users are no longer able to submit coupon codes on this page. Additionally, authenticated users who try to add a coupon are logged out.
The following processing code is found in the Cart.js controller file:
What should the Developer verify to identify the issue?
- A. The CSRF cartridge is included in the site’s cartridge path.
- B. The form group has the secure attribute set to true.
- C. The CSRF token is present in the form and is being submitted in the request.
- D. The CSRF settings in Business Manager are properly configured.
Answer: C
NEW QUESTION 12
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. checkout_de.properties in resources folder
- B. checkout.properties in the de locale folder
- C. checkout.properties in the default locale folder
- D. de_checkout.properties in resources folder
Answer: D
NEW QUESTION 13
A Digital Developer is adding support for an additional language other than the default. The locale code for the new language is de.
In which folder should the developer place resource bundles?
- A. templates/de
- B. templates/default
- C. templates/resources
- D. templates/default/resources
Answer: C
NEW QUESTION 14
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?
- A. Connect and import the file using the remote option within the Site Import & Export Business Manager module.
- B. Upload and import the file using the local option within the Site Import & Export Business Manager module.
- C. Upload the file to the Impex WebDAV directory and import using the Site Import tool within UX Studio.
- D. Upload the file to the Static WebDAV directory and import using the Import & Export Business Manager module.
Answer: B
NEW QUESTION 15
A digital instance has one site, with one master product catalog separate from the site catalog. Some, but NOT all, products in the master catalog are assigned to categories of the site catalog.
Using Business Manager, how can a Digital Developer create a catalog export file that contains only the products assigned to the site catalog?
- A. Use the Catalog Export module to export the site catalog.
- B. Use the Catalog Export module to export the master catalog, with a category-assignment search to export specific products.
- C. Use the Site Import & Export module to export both the site catalog and the master catalog in a single archive.
- D. Use the Site Import & Export module to export the master catalog, filtered by site catalog categories to export specific products.
Answer: B
NEW QUESTION 16
A Digital Developer is asked to optimize controller performance by lazy loading scripts as needed instead of loading all scripts at the start of the code execution.
Which statement should the Developer use to lazy load scripts?
- A. importPackage () method
- B. $.ajax () jQuery method
- C. local include
- D. require () method
Answer: D
NEW QUESTION 17
Why should a Digital Developer use ProductSearchModel.getProducts() instead of Category.getOnlineProducts() to access products?
- A. It is more readable code.
- B. It has fewer lines of code.
- C. It uses the search index.
- D. It reduces accesses to the application server.
Answer: D
NEW QUESTION 18
Which two methods are efficient and scalable? (Choose two.)
- A. ProductMgr.queryAllSiteProducts()
- B. ProductSearchHit.getRepresentedProducts()
- C. ProductSearchModel.getProductSearchHits()
- D. Category.getProducts()
Answer: CD
NEW QUESTION 19
......
100% Valid and Newest Version B2C-Commerce-Developer Questions & Answers shared by Certleader, Get Full Dumps HERE: https://www.certleader.com/B2C-Commerce-Developer-dumps.html (New 207 Q&As)