Pass Your Salesforce Developers B2C-Commerce-Developer Exam on Oct 22, 2021 with 115 Questions [Q55-Q71]

Share

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:

TopicDetails
Topic 1
  • Given Business Requirements, Create A Custom Object Type To Store A Custom Data Type
Topic 2
  • Given Business Requirements, Pass Data To A Downstream System; Extend The Storefront To Expose A New Attribute On An Existing System Object Type
Topic 3
  • Given A Sandbox Instance And Eclipse IDE, Install UX Studio And Upload Code To The Sandbox Environment
Topic 4
  • Create A Javascript Controller That Leverages A Script And Renders A Template/JSON
  • Write Code That Logs Non-Sensitive Data To Custom Log Files With Different Log Levels
Topic 5
  • Troubleshoot File Synchronization Issues Between UX Studio And The Sandbox Environment
  • Given A Sandbox Instance And UX Studio Connection
Topic 6
  • Create A New Search Refinement Definition That Can Be Used On The Storefront
  • Modify Site Search Preferences And Settings To Enable Searching For A Specified Product Attribute
Topic 7
  • Given A Requirement And A Simple Service Specification, Integrate And Deploy Using Service Framework
  • Use OCAPI Shop And Data Apis To Enable Interoperability With An External System
Topic 8
  • Given The Code For A Storefront Site, Add The Correct Sequence Of Cartridge Names To The Provided Cartridge Path
Topic 9
  • Configure And Use The Debugger To Inspect Script And Pipeline Functions
  • Modify A Javascript Controller To Alter The Control Logic
Topic 10
  • Given A Configuration Task, Use Business Manager To Work With Storefront Data To Complete A Storefront Order
Topic 11
  • Create ISML Templates That Use The Following ISML Functionality: Local Include, Remote Include, Modules, And Components
Topic 12
  • Given A Sandbox Instance And Data Import Files, Import Files Using Business Manager Import/Export Modules
Topic 13
  • Implement And Enhance Templates, Form Definitions, Static Files, Properties Files
  • Extend Functionality With A Hook That Is Not Previously Defined In Hooks
Topic 14
  • Given Existing Code And A Sandbox Instance, Enable And Access Logging Category In Business Manager
Topic 15
  • Given A Performance Issue And Sample Code, Determine The Faulty Cache Configuration And Identify The Cause
Topic 16
  • Persistent Object Attributes To Ensure That Localized Pages Are Displayed As Expected
  • Identify The Issues And Modify The Code To Conform To Best Practices Including Performance & Scalability
Topic 17
  • Given A Specification And A Sandbox Instance, Configure OCAPI Permissions For Data And Shop Apis
Topic 18
  • Use Business Manager To Work With Content Assets, Content Slots, And Content Folders
Topic 19
  • Modify The Appearance Of A Form, Add Validation And CSRF Protection, And Use Bindings To Process Fields
Topic 20
  • Given A Business Manager Task, Work With The Product Data Model To Manage Products, Their Categorization, And Associated Inventory

 

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