Join the discussion
Question 1/100
A developer wants to create in Business Manager extension with the cartridge named plugin_vm_extension.
Which two steps should the developer take for the extension option to show up in Business Manager?Choose 2 answers:
Which two steps should the developer take for the extension option to show up in Business Manager?Choose 2 answers:
Correct Answer: A,D

Add Comments
- Other Question (100q)
- Q1. A developer wants to create in Business Manager extension with the cartridge named plugin_...
- Q2. Given the requirements: * To integrate with an external web service using HTTP requests * ...
- Q3. A developer is asked to periodically create a CSB file in a WebDAV folder to hold the orde...
- Q4. A Digital Developer is implementing an Open Commerce API call to add products to a basket....
- Q5. A Digital Developer needs to add logging to the following code: (Exhibit) Which statement ...
- Q6. A Digital Developer is working on a multi-site realm. A new site requires a different layo...
- Q7. The following sample code is NOT providing the desired results. The Digital Developer need...
- Q8. A developer has a sandbox configured with a service and its profile and credential.. Now t...
- Q9. Refer to the screen shot below: (Exhibit) Given a site called RefArch that has the setting...
- Q10. Universal Containers created a site export file from staging in the global export director...
- Q11. A developer needs to show only car accessories when shoppers use the search term car acces...
- Q12. Given the file structure below, which ISML method call renders the customLandingPage templ...
- Q13. Why should a Digital Developer use ProductSearchModel.getProducts() instead of Category.ge...
- Q14. Which code sample is required to use a custom tag provided in SiteGenesis in an ISML templ...
- Q15. A developer configures the dw.json file and needs to fill in the necessary parameters to c...
- Q16. A Digital Developer is working in a sandbox on a site named -est-site using the domain tes...
- Q17. A merchant has a new requirement to accept American Express credit cards on its Storefront...
- Q18. Below is a form definition snippet from the newsletter.xml file: <?xml version="1.0"?&g...
- Q19. A Digital Developer needs to store information temporarily and decides to create a custom ...
- Q20. A developer wants to configure multiple products that should only be sold as a group. It s...
- Q21. Which code sample is required to use a custom tag provided in SiteGenesis in an ISML templ...
- Q22. A Digital Developer is requesting product information for an external integration. The fol...
- Q23. A developer needs to update the package.json file so that it points to the hock file for a...
- Q24. A client sells its product in single-brand stores as well as in multi-brand stores. When s...
- Q25. A developer cannot create a custom object in Business Manager because the attributes do no...
- Q26. Why should a Digital Developer use ProductSearchModel.getProducts() instead of Category.ge...
- Q27. A Digital Developer adds the following line of code to a script. (Exhibit) The code execut...
- Q28. Which line of code creates a content slot that can be included on homepage.isml to display...
- Q29. A developer cannot create a custom object in Business Manager because the attributes do no...
- Q30. In order to implement site custom functionality, a developer creates a new cartridge. Whic...
- Q31. A Digital Developer is implementing an Open Commerce API call to add products to a basket....
- Q32. There are three logging categories: category1, category1.eu, and category1.us. In Business...
- Q33. Which three configuration does a developer need to ensure to have a new product visible in...
- Q34. A developer is working on a new site for the U.S based on an existing Canadian site. One o...
- Q35. A Digital Developer wants pass control to an ISML template from a JavaScript Controller an...
- Q36. Which code sample is required to use a custom tag provided in SiteGenesis in an ISML templ...
- Q37. The following code ensures that an address ID CANNOT be used if it is already in use by an...
- Q38. A developer is asked to write a log containing the ID and name of the product with a varia...
- Q39. A developer has a specification to integrate with a REST API for retrieving traffic condit...
- Q40. A Digital Developer adds the following line of code to a script. (Exhibit) The code execut...
- Q41. A Digital Developer needs to add a new form to the shopping cart page to allow customers t...
- Q42. Given the file structure below, which ISML method call renders the customLandingPage templ...
- Q43. A Digital Developer has identified that the code segment below is causing performance prob...
- Q44. A developer set up a new site with Taxation: Net. However, the business requirements chang...
- Q45. Which line of code creates a content slot that can be included on homepage.ismlto display ...
- Q46. The developer created a new Storefront category in storefront-catalog-m-en, but when viewi...
- Q47. There are three logging categories: category1, category1.eu, and category1.us. In Business...
- Q48. Which two methods are efficient and scalable? (Choose two.)...
- Q49. What happens if the log file size limit is reached in custom logging?...
- Q50. A developer has custom debug statements in a script, but the messages are not showing up i...
- Q51. What is accomplished by the code below? (Exhibit)...
- Q52. Given the file structure below, which ISML method call renders the customLandingPage templ...
- Q53. A developer is implementing new Page Designer content on a merchant's Storefront and adds ...
- Q54. A client has a requirement to allow users on the Storefornt to filter by a newly created a...
- Q55. A merchant uploads an image using the Content Image Upload module of Business Manager. Whi...
- Q56. Reference the following code snippets that allow a form to function correctly. (Exhibit) W...
- Q57. The following code ensures that an address ID CANNOT be used if it is already in use by an...
- Q58. A developer is asked to create a new service instance that will call a remote web service....
- Q59. A developer has the following files in template/resources: account.proierties weight.unit=...
- Q60. A developer is given a task to implement a new Page Designer layout component that doesn't...
- Q61. Which three object types can a developer import using the Merchant Tools > Content >...
- Q62. A client has two B2CCommerce sites in the same instance: one for the U.S market, the other...
- Q63. Assume the code below is executing: (Exhibit) Business Manager has the configuration: * Ac...
- Q64. A developer is given a task to implement a new Page Designer layout component that doesn't...
- Q65. A Digital Developer needs to check for product inventory in a specific inventory list usin...
- Q66. Below is a form definition snippet from the newsletter.xmlfile. (Exhibit) Which line of co...
- Q67. A client that sells to multiple countries in Europe needs to disable Apple Pay for Denmark...
- Q68. A developer plans to use the /search_suggestion (Shop API) in a Storefront application and...
- Q69. A developer is given a task to implement a new Page Designer layout component that doesn't...
- Q70. A Digital Developer noticed that cartridges in their workspace are NOT executing. The Deve...
- Q71. When exporting a price book from an external system, which file format or formats should a...
- Q72. Which three object types can a developer import using the Merchant Tools > Content >...
- Q73. The developer needs to add custom category debug logging into the "contact'' script, to en...
- Q74. A client uses tax tables in Business Manager to calculate tax. They recently started shipp...
- Q75. A developer has a requirement to display a banner in two different category pages. Which s...
- Q76. A developer has a sandbox with code to log a message during execution, and the following c...
- Q77. A Digital Developer is adding support for an additional language other than the default. T...
- Q78. A retailer notices that the Account Addresses page is showing the wrong shopper's address....
- Q79. A developer needs to render a Page Designer page in JSON format. What is the correct synta...
- Q80. A Digital Developer added a file named MyBusinessController. js in the cartridge named app...
- Q81. A Digital Developer is implementing an Open Commerce API call to add products to a basket....
- Q82. An instance has custom logging enabled. The log reaches the file size limit. What happens ...
- Q83. Universal Containers created a site export file from staging in the global export director...
- Q84. A Digital Developer is implementing an Open Commerce API call to add products to a basket....
- Q85. A developer set up a new site with Taxation: Net. However, the business requirements chang...
- Q86. Business Manager has the configuration: * Active Log category is "root" * Log level of WAR...
- Q87. A Digital Developer is requesting product information for an external integration. The fol...
- Q88. A Digital Developer has a new requirement to disable the "Discover" credit card type for a...
- Q89. Given a B2C Commerce client with these specifics: * Sells in two different countries: US a...
- Q90. A Digital Developer is implementing an Open Commerce API call to add products to a basket....
- Q91. A developer is given the requirement to add a step to the existing business logic of the r...
- Q92. Given the following ISML example, how should a developer reference the product object in t...
- Q93. Which three object types can a developer import using the Merchant Tools > Content >...
- Q94. There is a business requirement to allow a third-party warehouse management system to upda...
- Q95. A developer has a specification to integrate with a REST API for retrieving traffic condit...
- Q96. A developer wants to use an external application to manage their stores information (such ...
- Q97. Given the following ISML example, how should a developer reference the product object in t...
- Q98. Universal Containers is preparing their storefront to use Open Commerce APIs (OCAPI). To w...
- Q99. A Digital Developer needs to add a new form to the shopping cart page to allow customers t...
- Q100. Giventhe file structure below, which ISML method call renders the customLandingPage templa...

[×]
Download PDF File
Enter your email address to download Salesforce.B2C-Commerce-Developer.v2023-04-04.q100.pdf