Jan 26, 2023 Updated CCM-101 Dumps Questions For Salesforce Exam [Q24-Q46]

Share

Jan 26, 2023 Updated CCM-101 Dumps Questions For Salesforce Exam

Best Value Available Preparation Guide for CCM-101 Exam

NEW QUESTION 24
Which of these situations is an appropriate use of the B2C Commerce OCAPIs?

  • A. Showing the customer's information in their B2C Commerce "My Account'' page.
  • B. Updating inventory information from a warehouse management software.
  • C. Extending System Object Type definitions with new attributes.

Answer: B

 

NEW QUESTION 25
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. CustomObjectMgr.createCustomObject(CustomObjectType,primaryKey)
  • D. CustomObject.createCustomObject(CustomObjectType,primaryKey);

Answer: D

 

NEW QUESTION 26
A developer is asked to implement a simple call to an authentication - protected REST web service.
Which configuration is valid?

  • A. Configure the authentication username using a site preference.
  • B. Add the authentication password to the service credentials.
  • C. Insert the service's endpoint in a .properties file.

Answer: A

 

NEW QUESTION 27
Which three techniques improve client-side performance in production while following documented best practices? (Choose three.)

  • A. Place CSS outside of templates.
  • B. Use one style sheet for each ISML decorator template.
  • C. Compress CSS.
  • D. Use inline Javascript.
  • E. Combine several images into a single image.

Answer: B,C,D

 

NEW QUESTION 28
Which two items are appropriate content of custom logs implemented at checkout?
Choose 2 answers:

  • A. Customer's password at post-checkout sign up
  • B. Payment gateway service response code
  • C. Order failure information
  • D. Transaction's credit card information

Answer: B,C

 

NEW QUESTION 29
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 WebDAV folder.
What could the developer do to correct this issue?

  • A. Set the logging global preference to true AND set the root log level to debug.
  • B. Set the logging global preference to true AND check the box for Info under Log Files
  • C. Set the root log level to debug AND check the box for info under Log Files.

Answer: B

 

NEW QUESTION 30
The client provided these business requirements:
* The B2C Commerce platform will integrate with the Client s Order Management System (OMS).
* The OMS supports Integration using REST services.
* The OMS is hosted on the Clients infrastructure.
Whet configurations are needed for this integration with the OMS?

  • A. A service configuration, a service profile configuration, and a user credential configuration.
  • B. A service configuration, a hostname alias configuration, and a user credential configuration.
  • C. A service profile configuration, a WAF configuration, and a service credential configuration.
  • D. A service configuration, a service profile configuration, and a service credential configuration.

Answer: D

 

NEW QUESTION 31
A developer has a specification to integrate with a REST API for retrieving traffic conditions. The service expects parameters to be form encoded.
Which service type should the developer register?

  • A. SOAP Form
  • B. POST Form
  • C. HTML Form
  • D. HTTP Form

Answer: C

 

NEW QUESTION 32
A client receives multiple feeds from third parties on the same SFTP location:
* Product prices (sftp: prod/prices)
* Stores information (sftp: prod/stores;
* Product information (sftp: prod/catalog)
* Categories information (sftp: prod/marketing)
* Content (sftp: prod/marketing)
Some of the feeds are placed on sftp multiple times a day, as the information is updated in the source system.
The Architect decides to have only two jobs:
* One that checks and downloads available feeds every hour
* One that imports the files from Webdav once a day before the data replication, using the standards steps available in the Job Framework Which design is correct for the import Job, taking the steps scope in consideration?

  • A. - four sibling flows execute steps in parallel: import products, stores, prices, content
    - last flow executes steps in sequence import categories, reindex
  • B. - four sibling flows execute steps ki parallel: import products, stores, prices, content
    - fifth flow executes: import categories
    - last flow executes steps In sequence: reindex
  • C. - three siting flows Import steps In parallel: import products, stores, prices
    - fourth flow executes: import categories
    - last flow executes steps in sequece: reindex, Import content
  • D. -Four sibling flows execute steps in parallel: import products, stores, price, content
    -last flow executes steps in sequence: import:categories, reindex

Answer: B

 

NEW QUESTION 33
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 custom 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 system object type that has a set-of-string type custom attribute for the SKUs and a string for the email field.
  • C. 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.
  • D. 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.

Answer: D

 

NEW QUESTION 34
The developer has been given the following business requirement:
The shipping method, "Free Standard Ground Shipping" has an exclusion for products with 'category equals or is child of electronics-televisions.' The marketing department has scheduled a sale offering a "Free Standard Ground Shipping" method for brand XyzTv televisions for the next 3 months.
What method accomplishes this while following best practices'

  • A. Create a new shipping method and label it "Free Standard Ground Shipping". Give it the qualifier 'brand equals XyzTv', and add it to the checkout options.
  • B. Extend the CheckoutShippingServices controller using module.superModule and add an exception for the specified brand.
  • C. Create an allow list for the existing shipping method by adding a product exclusion for 'brand equals XyzTv' to the exclusion list fo<" "Free Standard Ground Shipping."
  • D. Extend the code in cartridge/models/shipping/shippingMethod.js using module.superModule and add an exception for the specified brand.

Answer: B

 

NEW QUESTION 35
Recent code changes to an existing cartridge do not appear correctly on a Storefront. The developer confirms that the code is uploaded in the IDE and ensures that the cartridge is associated with the sandbox.
Which two additional steps should the developer take to troubleshoot this problem?
Choose 2 answers

  • A. Check that the correct code version is selected.
  • B. Check the Business Manager site cartridge path.
  • C. Check the Storefront site cartridge path.
  • D. Check that the search index was recently rebuilt.

Answer: C,D

 

NEW QUESTION 36
An instance has custom logging enabled. The log reaches the file size limit.
What happens in this situation?

  • A. The log file is deleted and a new log file is created.
  • B. The current log file is archived and a new log file is created.
  • C. The log file Rolls over and the oldest log messages are overwritten
  • D. Logging is suspended for the day

Answer: D

 

NEW QUESTION 37
A client has three different sites with three locales. Two of the sites share a library and one site has a private library.
What does the shared library allow in this context?

  • A. A Sharing content assets between sites
  • B. Sharing content assets among locales
  • C. Sharing content slots between sites
  • D. Sharing content slots among locales

Answer: A

 

NEW QUESTION 38
A merchant asks a developer to create a Cache Partition for the home page, so that when the home page is edited, only the home page is cleaned.
Given the above requirement, where should the developer create that partition in Business Manager?

  • A. Administration > Sites > Manage Sites > Site > Cache
  • B. Operations > Cache > Site
  • C. Operations > Site > Manage Sites > Cache
  • D. Site > Site Preferences > Cache

Answer: C

 

NEW QUESTION 39
A merchant uploads an image using the Content Image Upload module of Business Manager.
Which three modules can the merchant or developer use to display the image on the Storefront7 Choose 3 answers

  • A. Payment types
  • B. Content assets
  • C. Content slots
  • D. Storefront catalogs
  • E. ISML templates

Answer: B,C,D

 

NEW QUESTION 40
A developer needs to show only car accessories when shoppers use the search term car accessories and exclude technology accessories and household accessories.
Given the above requirement, what is the recommended approach using the Search Dictionaries Dashboard?

  • A. Create a Synonym Dictionary entry: car accessories, household, technology.
    Use search mode Exact Match
  • B. Create a Synonym Dictionary entry: car accessories, household, technology.
    Use search mode First Word.
  • C. Create a Common Phrase Dictionary entry: car accessories, NOT household, NOT technology.
    Use search mode Exact Match.
  • D. Create a Common Phrase Dictionary entry: car accessories.
    Use search mode Exact Match.

Answer: D

 

NEW QUESTION 41
A developer has a requirement to add a new field to the IN registration from that must not appear in the US one.
Which path should be created to accomplish this requirement?

  • A. cartridge/forms/profde.in. xml
  • B. cartridge/forms/profrfe_en_IN.xml
  • C. cartridge/forms/en_IN/profile.xml

Answer: C

 

NEW QUESTION 42
A developer wants to import the data or different instances.
Which two types of data should the developer consider importing?
Choose 2 answers

  • A. Customers
  • B. Metadata
  • C. Services
  • D. Catalog
  • E. Sites configurations

Answer: B,E

 

NEW QUESTION 43
The storefront integrates with a REST based Address verification service (AVS) that uses token based security. The sequence of calls in the API documentation for this AVS looks like the following
1. Client authentication call, which contains the merchantId and secret in a GET request and returns a token in the response.
2. Address verification call, which contains the token and the address to verify in a POST request.
Once the token is obtained, it is valid for hours and it is not needed to request a new one for subsequent address verification calls, the AVS charges for every request made no matter if it is client authentication call or address verification call.
Which three strategies could be applied to allow for efficient use of the service without compromising security? Choose 3 answers

  • A. Use a job to store and update the token in a custom object that is used from the storefront code
  • B. Obtain the token from local storage of the browser and update it once It expires.
  • C. Use HTTPService caching for the client authentication call.
  • D. Obtain the token from a custom cache before making the client authentication call.
  • E. Apply page caching to the client authentication controller that is used with AJAX.

Answer: C,D,E

 

NEW QUESTION 44
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

Answer: C

 

NEW QUESTION 45
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 unique produce to called 'Our Top Combo' and add the four products into the Product Bundles tab.
  • B. Create a Content Slot with Content Type = Product and add the four component products into that slot.
  • C. Create a recommendation rule associating the four products as a recommendation group.
  • D. Create a Product Set called 'Our Top Combo' and add the products into the set.

Answer: A

 

NEW QUESTION 46
......

Full CCM-101 Practice Test and 208 Unique Questions, Get it Now!: https://www.examprepaway.com/Salesforce/braindumps.CCM-101.ete.file.html

The Best CCM-101 Exam Study Material Premium Files  and Preparation Tool: https://drive.google.com/open?id=12gbMP516b5uPfHKamnSBoDCDlKvabGfi