Latest [Jan 22, 2022] 100% Passing Guarantee - Brilliant B2C-Commerce-Developer Exam Questions PDF
B2C-Commerce-Developer Certification – Valid Exam Dumps Questions 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 |
|
NEW QUESTION 50
A merchant has a requirement to sell a combination of four existing products with a unique product ID.
This collection will be known as 'Our Top Combo', and is base don the merchant's trading information that shows this combination to be in high demand.
What does the developer need to do next to fulfill this requirement?
- A. Create a recommendation rule associating the four products as a recommendation group.
- B. Create a Content Slot with Content Type = Product and add the four component products into that slot.
- C. Create a Product Set called 'Our Top Combo' and add the products into the set.
- D. Create a unique produce to called 'Our Top Combo' and add the four products into the Product Bundles tab.
Answer: D
NEW QUESTION 51
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 2 answers
- A. Change the code that makes the request to set the throwOnError attribute, of the service, to be true.
- B. Update the external service to have a faster response time.
- C. Modify the code that makes the request to the external service to be wrapped in a try / catch block.
- D. Increase the web service time out.
Answer: C,D
NEW QUESTION 52
A developer is importing edits for two different sites into the same sandbox, and is provided with four different files.
Which two XML files should the developer import using the site-specific Merchant Tools import modules, instead of the Administration section import modules?
Choose 2 answers.
- A. Site Jobs (sites)
- B. System type extensions (solo en Sites)
- C. Promotions ( en sites y en online marketing)
- D. Search Settings En (search y en Sites)
Answer: C,D
NEW QUESTION 53
A business user wants to add a link to a content page from within the body of another content asset. The target content asset ID is: terms-and-conditions.
Which link function generates the correct link?
- A. $httpUrl('Content-Show\ 'cid', ,terms-and-conditions')$
- B. $url(*Page-Show', 'cid', 'terms-and-conditions')s
- C. $http('Content-Page', 'cid', 'terms-and-conditions^S
- D. $include('Page-Include', 'cid', 'terms-and-conditions')$
Answer: B
NEW QUESTION 54
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
Explanation:
Explanation/Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC2/index.jsp?topic=%
2Fcom.demandware.dochelp%2FImportExport%2FCatalogObjectImportExport.html
NEW QUESTION 55
A Digital Developer needs to store information temporarily and decides to create a custom object. Which code creates a custom object?
- A. CustomObject.createCustomObject(primaryKey,CustomObjectType);
- B. CustomObjectMgr.createCustomObject(primaryKey);
- C. CustomObject.createCustomObject(CustomObjectType,primaryKey);
- D. CustomObiectMqr.createCustomOb1ect(CustomOb1ectType,primaryKey);
Answer: D
NEW QUESTION 56
A developer cannot create a custom object in Business Manager because the attributes do not show. The developer can view the object but not the attributes.
Which action should the developer take to resolve the problem?
- A. Sort the attributes in the custom object type
- B. Change the data type of the attributes
- C. Create an Attribute Group with the desired attributes in it
- D. Set the attributes to site-specific replicable
Answer: B
Explanation:
Explanation/Reference:
NEW QUESTION 57
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. View the product list page cache settings provided in the Administration > Manage Sites Business Manager module.
- B. View the cache information provided by the Merchant Tools > Technical Reports Business Manager module.
- C. Enable cache information in the storefront toolkit and view the cache information for the product tile.
- D. Enable the template debugger to verify the cache times for the producttile.isml template.
Answer: A,C
NEW QUESTION 58
When exporting a site catalog from an external system, which file format or formats should a developer use so it can be imported into a B2C Commerce site?
- A. CSV only
- B. XML and JSON
- C. XML only
- D. JSON only
Answer: C
Explanation:
Explanation/Reference: https://trailhead.salesforce.com/content/learn/modules/b2c-import-export/b2c-configure-import- export
NEW QUESTION 59
Which line of code creates a content slot that can be included on homepage.ismlto 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
Explanation:
Explanation/Reference: https://docplayer.net/62289631-Developing-in-demandware-student-guide.html
NEW QUESTION 60
A Digital Developer has Identified that the code segment below is causing performance problems.
What should the Developer do to improve the code?
- A. Break the process into separate loops.
- B. Use a system attribute instead of the isOnSaleFlag custom attribute.
- C. Avoid using an Iterator and use a Collection instead.
- D. Avoid post-processing and use the isOnSaleFlag attribute as a search refinement.
Answer: D
NEW QUESTION 61
A developer wants to add a link to the My Account Page.
What is the correct code to accomplish this?
- A. <a
href="${URLUtils.get('Account-Show')}>${Resource.msg('myaccount','account',request.locale())}</a> - B. <a href="${URLUtils
('Account-Show')}>${ResourceMgr.getPropierties('myaccount','account',null)}</a> - C. <a href="${url.get('Account-Show')}>${Resource.message('myaccount')}</a>
- D. <a href="${URLUtils.url('Account-Show')}>${Resource.msg('myaccount','account',null)}</a>
Answer: D
NEW QUESTION 62
A Digital Developer is tasked with setting up a new Digital Server Connection using UX Studio in their sandbox.
Which three items are required to accomplish this task? (Choose three.)
- A. Instance Version
- B. Business Manager Password
- C. Keystore Password
- D. Instance Hostname
- E. Business Manager Username
Answer: B,C,D
NEW QUESTION 63
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 "write_attributes" value to: "(+items)".
- B. Change the "resource_id" value to: "/baskets/*/items".
- C. Change the "methods" value to: ["get", "post"].
- D. Change the "read_attributes" value to: "(items)".
Answer: B
Explanation:
Explanation/Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%
2Fcom.demandware.dochelp%2FOCAPI%2F15.6%2Fusage%2FOCAPISettings.html
NEW QUESTION 64
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. de_checkout. properties in resources folder
- C. checkout.properties in the default locale folder
- D. checkout.properties in the de locale folder
Answer: A
NEW QUESTION 65
Which code sample is required to use a custom tag provided in SiteGenesis in an ISML template?
- A. <isinclude template="util/customtags">
- B. <isscript>
dw.util.CustomTagMgr.createCustomTag("mytag"); <isscript> - C. <isinclude url="${URLUtils.url("CustomTag-Start")}>
- D. <isinclude template="util/modules">
Answer: D
NEW QUESTION 66
A developer has a sandbox configured with a service and its profile and credential.. Now there is a requirement to allow changes to the service URL manually from the sandbox.
Which B2C feature should the developer use to achieve the request?
- A. Use the service credential URL field
- B. Use a Globalpreference dedicated for the service URL
- C. Use the service status area, set the override URL checkbox, and then populate the URL field with the required one.
- D. Use a Sitepreference dedicated for the service URL
Answer: A
NEW QUESTION 67
A client uses tax tables in Business Manager to calculate tax. They recently started shipping to a new country, Italy, and the taxi s not being calculated correctly on the Storefront What is the likely problem?
- A. Tax Region is configured wrong.
- B. Tax Country is missing
- C. Tax Locale is configured wrong
- D. Tax Jurisdiction is missing
Answer: D
NEW QUESTION 68
Assume the code below is executing:
Business Manager has the configuration:
* Active Log category is "root" with log level of "info." Given this information, what is the beginning of the filename in which the log will be written?
- A. xyz
- B. custominfo-blade
- C. custom-export
- D. custom-xyz
Answer: D
NEW QUESTION 69
Given the file structure below, which ISML method call renders the customLandingPage template?
- A. ISML.renderTemplate('content/custom/customLandingPage');
- B. ISML.renderTamplate('cartridge/templates/default/content/custom/customLandingPage');
- C. ISML('content/custom/customLandingPage');
- D. ISML.render('content/custom/customLandingPage');
Answer: A
NEW QUESTION 70
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?
- A. Set the model field as a localizable attribute.
- B. Store translated model values in different fields; one field for each locale.
- C. Utilize resource bundles for translatable values.
- D. Add model to a new custom object with localizable attributes.
Answer: B
NEW QUESTION 71
A retailer notices that the Account Addresses page is showing the wrong shopper's address.
Which tool should the developer start with to identify the issue?
- A. Pipeline Profiler
- B. Reports and Dashboards module
- C. Storefront Toolkit
- D. Code Profiler
Answer: D
NEW QUESTION 72
......
B2C-Commerce-Developer are Available for Instant Access: https://www.testpassed.com/B2C-Commerce-Developer-still-valid-exam.html
B2C-Commerce-Developer Dumps 2022 - New Salesforce B2C-Commerce-Developer Exam Questions: https://drive.google.com/open?id=1xNn6aaNs-0OPZKo88rGr85ZWiwuPiT7R