Easily To Pass New Salesforce CCM-101 Dumps with 208 Questions
Latest CCM-101 Study Guides 2023 - With Test Engine PDF
Salesforce CCM-101: Manage and Merchandise a B2C Commerce Cloud Store - Extended Exam is designed for professionals who want to demonstrate their knowledge and skills in managing and merchandising a B2C Commerce Cloud store. Manage and Merchandise a B2C Commerce Cloud Store - Extended certification exam tests the candidate's understanding of the Salesforce Commerce Cloud platform and their ability to manage the store's operations, inventory, and merchandising.
NEW QUESTION # 20
A developer needs to check for product inventory in all inventory lists using the Open Commerce API.
An example request URL is:
Which properly should the developer check in the OCAPI settings to confirm the appropriate resource is enabled?
- A. Ecom-inventory
- B. Inventory_list
- C. Client_id
Answer: A
NEW QUESTION # 21
A merchant has complained to the developers that some products are not appearing in the storefront and has asked them to diagnose and solve the issue.
Which two factors might be causing a product to be hidden?
Choose 2 answers
- A. Product is not online.
- B. Product lacks a price.
- C. Product has been set to searchable.
- D. Product does not have any images.
- E. Product Available to sell is <1.
Answer: B,D
NEW QUESTION # 22
A developer working on a simple web service integration is asked to add appropriate logging to allow future troubleshooting.
According to logging best practices, which code should the developer write to log when an operation succeeds, but has an unexpected outcome that may produce side effects?
- A. Logger.warn('Unexpected service response')
- B. Logger.info('Unexpected service response')
- C. Logger.error('Unexpected service response')
- D. Logger.debug('Unexpected service response')
Answer: A
NEW QUESTION # 23
Universal Containers calls the following combination of products "The Basics" and sells the combination as a unique product ID:
One Model 103 container
Five Model 611 container
Tree Model 201 container
The Developer created these three products in the catalog.
What is the next step in Business Manager to create "The Basics" as a combination?
- A. In the Products module, create a product named "The Basics" and add the products to the Product Bundles tab.
- B. In the Products module, create a product named "The Basics" and add the products to the Product Sets tab.
- C. In the Product Sets module, create a product set named "The Basics".
- D. In the Product Bundles module, create a bundle named "The Basics".
Answer: A
NEW QUESTION # 24
Given a website launched to production, the Architect can rely on several SFCC Business Manager tools that provide an automatic notification feature.
Which three tools have such a feature and do not require to be monitored manually?
Choose 3 answers
- A. Custom Log Settings
- B. Job Schedules
- C. Analytics Conversion Reports
- D. Quota Status
- E. Pipeline Profiler
Answer: B,C,D
NEW QUESTION # 25
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.warn("This is a warn message"); AND log.error("This is an error message");
- B. log.info("This is a warn message");
- C. log.error("This is an error message"); AND log.info("This is an info message");
Answer: B
NEW QUESTION # 26
A developer is remotely fetching the reviews for a product.
Assume that it's an HTTP GET request and caching needs to be implemented, what consideration should the developer keep in mind for building the caching strategy?
- A. Remote include with caching only the reviews
- B. Cached remote include with cache of the HTTP service
- C. Use custom cache
- D. Cache the HTTP service request
Answer: D
NEW QUESTION # 27
Which three object types can a developer import using the Merchant Tools > Content > Import & Export module in Business Manager? (Choose three.)
- A. Folders
- B. Content slots
- C. Content assets
- D. Images and other static assets
- E. Products
Answer: A,B,E
NEW QUESTION # 28
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 two.)
- A. Increase the web service time out.
- B. Modify the code that makes the request to the external service to be wrapped in a try / catch block.
- C. Change the code that makes the request to set the throwOnError attribute, of the service, to be true.
- D. Update the external service to have a faster response time.
Answer: B,D
NEW QUESTION # 29
The developer wants to be able to view DEBUG
The developer wants to be able to view DEBUG level messages for myLogCategory in the Request Log tool. Given the custom log configurations in the image above, what does the developer need to do to accomplish this?
- A. Change the Log Level for myLogCategory to DEBUG.
- B. Change the Log Level for myLogCategory to DEBUG and check the DEBUG box in the Log Files section.
- C. Check the DEBUG box in the Log Files section.
Answer: B
NEW QUESTION # 30
Given the requirement to add caching to an existing page while adhering to SFRA best practices, which code snippet should be used?
A)
B)
C)
- A. Option A
- B. Option C
- C. Option B
Answer: B
NEW QUESTION # 31
An integration cartridge implements communication between the B2C Commerce Storefront and a third-party service provider. The cartridge contains the localServiceRegistry code:
How does this code sample accomplish authentication to the service provider?
- A. By wrapping the authentication service call with Basic Auth.
- B. By Issuing a Basic Auth request to the service provider.
- C. By disabling Basic Auth and executing the service authentication call.
- D. By performing a signed SOAP Auth request using a certificate.
Answer: C
NEW QUESTION # 32
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. Enable the template debugger to verify the cache times for the producttile.isml template.
- B. View the cache information provided by the Merchant Tools > Technical Reports Business Manager module.
- C. View the product list page cache settings provided in the Administration > Manage Sites Business Manager module.
- D. Enable cache information in the storefront toolkit and view the cache information for the product tile.
Answer: C,D
NEW QUESTION # 33
Why should a Digital Developer use ProductSearchModel.getProducts() instead of Category.getOnlineProducts() to access products?
- A. It has fewer lines of code.
- B. It is more readable code.
- C. It uses the search index.
- D. It reduces accesses to the application server.
Answer: D
NEW QUESTION # 34
A merchant has a new requirement to accept American Express credit cards on its Storefront. A credit card payment method already exists.
Which step must a developer take in Business Manager to achieve this?
- A. Add American Express into the Order settings in Site Preferences.
- B. In Payment Methods, enable American Express as a credit card type.
- C. In Payment Processor, create American Express as a payment type.
- D. Add American Express as a Payment Preference in Site Preferences.
Answer: D
NEW QUESTION # 35
The Client wants to have a flash sate on a few products every day. These products are sold through B2C Commerce as well as an in store Point of Sale system that it tied to the same inventory.
An Architect analyzes the following proposed solution:
Inventory feed w*l continue to run daily but add a web-service call to compare and update B2C Commerce inventory in real time during checkout after a flash product's inventory reaches a threshold.
Which two risks should the Architect communicate to the Client about this solution?
Choose 2 answers
- A. Because the job would still be configured to run daily there will be a degrade in performance during non-flash sales periods
- B. The default rate limiter configuration for the web-service could cause the web-service to return an exception during high traffic.
- C. If the product Inventory threshold that triggers the web service calls is reached too often. It will have a negative Impact on site performance.
- D. If the externals hosted web-service is unreliable. It could be a point of failure in the site s order placement flow.
Answer: C,D
NEW QUESTION # 36
A developer is asked to create a new service instance that will call a remote web service.
Which method should the developer use to create the service instance?
A)
B)
C)
- A. Option A
- B. Option C
- C. Option B
Answer: A
NEW QUESTION # 37
A Digital Developer selects "Show Orderable Products Only" in the Search > Search Preferences Business Manager module.
Which business goal does this accomplish?
- A. Exclude products from search results if Available to Sell (ATS) = 0.
- B. Block displaying the product detail page if Available to Sell (ATS) = 0.
- C. Exclude back-ordered products from showing on the website.
- D. Exclude pre-order products from search results.
Answer: A
NEW QUESTION # 38
A merchant has reported that customers are seeing low stock items at the top of their search results, giving them a subpar customer experience and impacting conversion.
How might this issue be resolved to ensure a better customer journey?
- A. In Business Manager, select Show Orderable Products Only at the root level to hide any products that are currently out of stock.
- B. Create a job that sets all unavailable products to be hidden. Schedule the job to run hourly to clean up the catalog on a regular basis.
- C. In Business Manager, enter a higher boost factor for availability in Searchable Attributes.
- D. In Business Manager, set an availability low ranking threshold in Search Preferences.
Answer: B
NEW QUESTION # 39
Given a job step configured in the steptype.json, a developer needs to add a custom status code
"No_FILES_FOUND".
Which code snippet will complete the requirement?
- A. return 'NO_FILES_FOUND
- B. this.status = 'NO_FILES_FOUND'
return this; - C. var status = require('dw/system/status');
return new Status(Status.OK, 'NO_FILES_FOUND'); - D. var status = {success: 'OK'. Message: 'NO_FILES_FOUND'};
return status;
Answer: C
Explanation:
NEW QUESTION # 40
......
CCM-101 Dumps and Exam Test Engine: https://www.lead2passexam.com/Salesforce/valid-CCM-101-exam-dumps.html
Get New CCM-101 Practice Test Questions Answers: https://drive.google.com/open?id=1MAwEmmKFCpbSjuMDGLlxQK9BxvMieDYQ