New (2023) Salesforce CCM-101 Exam Dumps
Best Way To Study For Salesforce CCM-101 Exam Brilliant CCM-101 Exam Questions PDF
Salesforce CCM-101 (Manage and Merchandise a B2C Commerce Cloud Store - Extended) Certification Exam is a comprehensive certification that validates the knowledge and skills required for managing and merchandising a B2C Commerce Cloud store. Manage and Merchandise a B2C Commerce Cloud Store - Extended certification is ideal for professionals who are responsible for managing and merchandising online stores and want to validate their skills and knowledge in the field.
NEW QUESTION # 100
A developer wants to embed a link to a content page from within the body of another content asset. the target content asset ID is: about-us Which option represents the correct format to use?
- A. $url('Content_Show', 'about-us')$
- B. $url('Content-Page', cid 'about-us;)$
- C. $url(''page-Show,''cid'', about-us')$
Answer: C
NEW QUESTION # 101
Given the file structure below, which ISML method call renders the customLandingPage template?
- A. ISML.renderTamplate('cartridge/templates/default/content/custom/customLandingPage');
- B. ISML.render('content/custom/customLandingPage');
- C. ISML.renderTemplate('content/custom/customLandingPage');
- D. ISML('content/custom/customLandingPage');
Answer: C
NEW QUESTION # 102
A developer wants to use an external application to manage their stores information (such as opening hours, and so on), and see their changes in their B2C Commerce Staging instance aas son as they are saved.
What is the appropriate technique the developer should perform to allow the merchant to create a new store in this scenario?
- A. An UPDATE request to the Stores Data OCAPI.
- B. A POST request to the Stores Data OCAPI.
- C. A PATCH request to the Stores Data OCAPI.
- D. A PUT request to the Stores Data OCAPI.
Answer: D
Explanation:
Siempre que sea un objeto standard sera put en vez de post
NEW QUESTION # 103
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.ensure(['http', 'post', 'loggedIn'], handlePaymentForm);
- B. exports.PaymentForm = guard.expose(['post', 'loggedIn'], handlePaymentForm);
- C. exports.PaymentForm = guard.ensure(['https', 'post', 'loggedIn'], handlePaymentForm);
- D. exports.PaymentForm = guard.httpsPost(handlePaymentForm);
Answer: C
NEW QUESTION # 104
In Log Center, a developer notes a number of Cross Site Request Forgery (CSRF) log entries. The developer knows that this happens when a CSRF token is either not found or is invalid, and is working to remedy the situation as soon as possible.
Which two courses of action might solve the problem?
Choose 2 answers
- A. Add the token in the ISML template.
- B. Add csrfProtection.generateToken as a middleware step in the controller.
- C. Delete the existing CSRF whitelists in Business Manager.
- D. Extend the CSRF token validity to avoid timeouts.
Answer: C,D
NEW QUESTION # 105
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 import capability of the Site Import & Export module of Business Manager.
- B. Use Business Manager to upload and import a copy of the export file obtained from the original Developer.
- C. Use the Business Manager Data Replication module to replicate the catalog from the original Developer's sandbox.
- D. Use the remote upload capability of the Site Import & Export module of Business Manager.
Answer: A
NEW QUESTION # 106
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. Extend the existing Stores_Find controller with a new middleware function that performs the query
- C. Use the module.superModule functionality and the call method to add a new property to the Store Model.
- D. Ad dan <isscript> to the template, and call StoreMgr.searchStoresByCoordinates();
Answer: C
NEW QUESTION # 107
A developer has the following files in template/resources:
account.proierties
weight.unit=kilos
account_en.propierties
weight.unit=stones
account_en_US.propierties
weight.unit= pounds
Using the default locale configuration, what is the current outcome of the page that renders the account.isml template snippet below when visiting the Sofrefront with the English for Canada(en_CA) locale= Your parcel weighs 10 ${Resource.msg('weight.unit','account')}
- A. Your parcel weighs 10 undefined.
- B. Your parcel weighs 10 kilos
- C. Your parcel weighs 10 pounds.
- D. Your parcel weighs 10 stones.
Answer: D
NEW QUESTION # 108
Northern Trail Outfitters (NTO) operate 200 physical stores. NTO has products that are available in some of the physical stores and not available in others. The closest physical store is determined based on customer s post zip code when they are shopping online. Only the products that are available in the customer's closest physical store should be presented to the customer to the search results.
What are the two feasible technical approaches to meet these requirements?
Choose 2 answers
- A. Create a separate shipping method per physical store. Use post/zip code to determine the applicable shipping method. Show only the products that are not excluded from the shipping method.
- B. Create a separate category per physical store use post/Tip code with a mapping to determine the relevant category. Show only the products from this category.
- C. Create a separate pricebook per physical store. Use post/zip code to activate this pricebook through a customer group. Show only the products with price by applying price refinement.
- D. Create a separate site per physical store. Use post/zip code to redirect the customer to the relevant site. Show the products from the site navigation catalog.
Answer: A,C
NEW QUESTION # 109
A Digital Developer suspects a logical error in a script.
Which action will help locate the error?
- A. Submit a support ticket to B2C Commerce.
- B. Check request logs for evidence of the logical error.
- C. Print all values in the script node called before the current script.
- D. Put breakpoints in the code, debug, and examine variable values.
Answer: B
NEW QUESTION # 110
A client has two B2C Commerce sites in the same instance: one for the U.S. market, the other for the European market. They offer free gift wrapping on a selection of products. For each order, five products can be wrapped in the U.S., but only three products can be wrapped in the European region.
How should a developer allow the merchant to independently adjust this number?
- A. Configure a new localizable content slot with a market-specific value.
- B. Select the corresponding option in the system preference for Orders.
- C. Add a new Campaign using the Online Marketing section of the Business Manager.
- D. Create a new custom preference by extending the Site Preference object type.
Answer: A
NEW QUESTION # 111
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. WebDAV
- C. SOAP
- D. HTTP Form
Answer: D
NEW QUESTION # 112
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 Site Import & Export module to export the master catalog, filtered by site catalog categories to export specific products.
- 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 Catalog Export module to export the site catalog.
Answer: B
NEW QUESTION # 113
A client sells its products in North America, Europe, and Asia, and has a B2C Commerce Site for each of these markets. The client receives three area-specific snippets of analytics code by a third-party provider to insert in the sites.
How should the developer configure an instance to allow the merchant to independently insert and update these snippets?
- A. Use ISML conditional tags to add the snippet into the codebase.
- B. Create a new "HTML" attribute in the SitePreference object type.
- C. Configure a new Service Profile with the provided snippet of code.
Answer: B
NEW QUESTION # 114
A developer has these requirements for out-of-stock products:
* Save the SKUs of the out-of-stock products that the customer is interested in
* Save the customer email regardless if the customer is a guest or registered
* Email the customer when the product is back-in-stock
Which step should the developer perform as part of the solution to achieve the requirements?
- A. Create a new system object type that has a set-of-string type custom attribute for the SKUs and a string for the email field.
- B. Create a new set-of-string type custom attribute to the system object type Product to save all the customer email addresses for back-in-stock notification.
- C. Create a new custom object type that has a set-of-string type custom attribute for the SKUs and a string for the email field.
- D. Create a new set-of-string type custom attribute to the system object type Profile to save all the SKUs and use the existing email field for the email.
Answer: B
NEW QUESTION # 115
A developer needs to update the package.json file so that it points to the hock file for a cartridge, using the hooks keyword. Which snippets work correctly when added to the file?:
- A. { "hooks": "./scripts/hooks.json" }
- B. { hooks: ./scripts/hooks.json }
- C. { hooks: "./cartridge/scripts/hooks.json" }
- D. { "hooks": "./cartridge/scripts/hooks.json" }
Answer: D
NEW QUESTION # 116
A developer is using the Script Debugger to troubleshoot an issue. They observe that the debugger is not able to resolve a specific breakpoint on one of the scripts. What is a possible reason for this issue?
- A. The script debugging session is not active
- B. The cartridge containing the script is not in the site's cartridge path
- C. The script is form a third party cartridge and hence does not allow_settings breakpoints.
Answer: B
NEW QUESTION # 117
Business Manager has the configuration:
* Active Log category is "root"
* Log level of WARN
The code below is executing:
var log = Logger.getLogger(''products'');
Using this information, what will be written to the log?
- A. log.info("This is a warn message");
- B. log.error("This is an error message"); AND log.info("This is an info message");
- C. log.warn("This is a warn message"); AND log.error("This is an error message");
Answer: A
NEW QUESTION # 118
A developer has a sandbox with code to log a message during execution, and the following code:
After the code executes the developer does not see any log file with the message in the WebDEV folder.
Which two XML files should the developer import using the using-specific Merchant Tools import modules?
- A. Promotions and Site jobs
- B. Search settings and Site Jobs
- C. Search settings and Promotion
Answer: C
NEW QUESTION # 119
The Client has just acquired a new brand and wants to Integrate the new brand s current ecommerce site into a current realm as a new site. The acquisition has its own Enterprise Resource Planning (ERP) system for product data and inventory. The new site will use the existing realm's Order Management System (OHS) and Customer Relationship Management (CRM) system.
What two requirements does the Architect need to keep in mind when creating the technical specification document?
Choose 2 answers
- A. A new order export job must be created to export orders.
- B. A new inventory Import Job must be created to manage inventory.
- C. A new customer export Job must be created to export customers.
- D. A new product Import Job must be created to manage products.
Answer: B,D
NEW QUESTION # 120
An Architect is configuring a data replication schedule.
Which task(s) can be removed In order to reduce replication times?
- A. Static content
- B. Campaign
- C. Search Indexes
- D. Storefront URLs
Answer: C
NEW QUESTION # 121
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 HTTP method to GET.
- B. Include an authentication token in the request.
- C. Change the URI to /dw/shop/v18_3/products/creative-zen-v.
- D. Change the HTTP method to PUT.
Answer: A
NEW QUESTION # 122
Which three object types can a developer import using the Merchant Tools > Content > Import & Export module in Business Manager? (Choose three.)
- A. Products
- B. Images and other static assets
- C. Folders
- D. Content slots
- E. Content assets
Answer: A,C,D
NEW QUESTION # 123
A client that sells sport shows wants to allow its customers to filer products based on the intended activity (such as tennis, jogging, basketball, etc.) but this particular information is not present in the current catalog.
Which two actions does a developer need to perform in a B2C Commerce instance to allow this two happen?
- A. Create a new Product custom attribute AND add a new viewtype in the storefront catalog settings
- B. Create a new ProductRefinement custom attribute AND add a new Search Refinement Definition for the desired categories.
- C. Create a new Product custom attribute AND add a new Search Refinement Definition for the desired categories.
Answer: C
NEW QUESTION # 124
......
Updated Verified Pass CCM-101 Exam - Real Questions and Answers: https://www.examstorrent.com/CCM-101-exam-dumps-torrent.html
Dumps Moneyack Guarantee - CCM-101 Dumps Approved Dumps: https://drive.google.com/open?id=1lgsxM4oVvzgDTkuAT3FmLtiewNynJQy4