[Oct-2023] CCM-101 Dumps With 100% Verified Q&As - Pass Guarantee or Full Refund [Q50-Q69]

Share

[Oct-2023] CCM-101 Dumps With 100% Verified Q&As - Pass Guarantee or Full Refund

Pass Salesforce CCM-101 Exam With Practice Test Questions Dumps Bundle

NEW QUESTION # 50
A client that sells to multiple countries in Europe needs to disable Apple Pay for Denmark.
Which Business Manager module is used to achieve this requirement?

  • A. Apple Pay
  • B. Payment Methods
  • C. Payment Processors
  • D. Locale Payments

Answer: A


NEW QUESTION # 51
A B2C Commerce developer has recently completed a tax service link cartridge integration into a new SHU site. During review, the Architect notices the basket calculation hook is being run multiple times during a single tax call.
What is the reason for the duplicate calculations being run?

  • A. The LINK cartridge Is Included multiple times in the cartridge path.
  • B. The checkout is designed to recursively refer to the same hook.
  • C. The tax cat is being called multiple times.
  • D. There are multiple hook.js Wes referring to the same hook.

Answer: C


NEW QUESTION # 52
A developer observed a specific issue in production, which they cannot reproduce in other environments. The developer wants to do a hot fix to one of the ISML pages, which uses <iscach> tag, to see if that resolves while issue. Which consideration must the developer keep in mind while deploying the hot fix in production?

  • A. The TTL cache setting only affects static content and not the page cache, which could potentially cause he production issue.
  • B. If the page has multiple tags, the highest cache duration will be used in production to determine the resulting page's caching behavior.
  • C. It will be required to invalidate the cache for the hot fix.

Answer: A


NEW QUESTION # 53
Given the code snippet aboce, what should be added after this code so it can be used for page component display?

  • A. Module.exports.render = render;
  • B. Module.exports = render;
  • C. Module.exports = server.exports();
  • D. Base.render = render;

Answer: C


NEW QUESTION # 54
There Is an Issue with the site when the domain Is opened from Google search results. After researching the problem. It turns out that the site returns * 404 page error when accessed with a parameter in the URL.
What should the Architect recommend to fix that issue?

  • A. Add this snippet to the aliases configuration for the domain
  • B. Add dynamic redirect if the URL contains parameter to Home Show.
    Add this snippet to the aliases configuration for the domain
  • C. Add dynamic catch-all rule to redirect to home page.
  • D. Add this snippet to the aliases configuration for the domain:

Answer: D


NEW QUESTION # 55
When looking at Custom Object instances for a site, a merchant notices that the creation date is not showing up on the instances in Business Manager.
Where should the developer add this attribute to the Custom Object so it is visible for the merchant to see in Business Manager'

  • A. Assign the current date/time to a new custom attribute, creationDate, via code.
  • B. Add the creation date to the attributes of the Custom Object.
  • C. Mark the existing creation date attribute as visible.
  • D. Add the creation date to the attribute group for the Custom Object.

Answer: B


NEW QUESTION # 56
A new project for a Client will involve a few different Integrations to their middleware system resulting in four different web services. All will use the same credentials to the middleware. Each will have the same timeout, but will require a separate log file prefix.
How should the Architect set this up with the Service framework using a minimal set of configuration?

  • A. One Service Configuration, Four Service Profiles, One Service Credential.
  • B. Four Service Configurations. Four Service Profiles, Four Service Credentials
  • C. Four Service Configurations. Four Service Profiles, One Service Credential
  • D. Four Service Configurations. One Service Profile, One Service Credential.

Answer: D


NEW QUESTION # 57
A developer is asked to create a controller endpoint that will be used in a client-side AJAX request. Its purposes is to display updated information to the user when the request is completed, without otherwise modifying the appearance of the current page.
According to SFRA practices, which method best supports this objective?

  • A. res.json()
  • B. res.render()
  • C. res.print()

Answer: A


NEW QUESTION # 58
The developer created a new Storefront category in storefront-catalog-m-en, but when viewing the Storefront site, the category is not visible.
What are two possible reasons?

  • A. The Storefront catalog is offline
  • B. The category does not contain available products
  • C. The category is offline.
  • D. The category is not sorted

Answer: A,B


NEW QUESTION # 59
A client has two B2C Commerce sites in the same instance: one for the U.S market, the other for the European market. The products they make are sold with different safety certificates based-on the world location.
For example, they sell a smartphone with certificate A in the U.S and certificate B in Europe, a hairdryer with certificate C in the U.S and certificate D in Europe, and more.
How should a developer allow the merchant to display the appropriate certification logo in the produce to details page, depending on the customer's location?

  • A. Add a Site-specific custom attribute to the Product system object type.
  • B. Ad and Image custom preference to the Sitepreference system object type
  • C. Add a Localizable custom preference to the SitePreference system object type.
  • D. Add a Localizable custom attribute to the Certificate system object type.

Answer: A

Explanation:


NEW QUESTION # 60
A developer wants to configure multiple products that should only be sold as a group. It should not be possible for buyers to buy these products individually. How should the developer configure the products?

  • A. Bundle
  • B. Set
  • C. Variation Group

Answer: A


NEW QUESTION # 61
What happens if the log file size limit is reached in custom logging?

  • A. Logging is suspended for the day.
  • B. The log file rolls over and the last used log is overwritten.
  • C. The log file is deleted and recreated from scratch.
  • D. Logging is suspended for two hours.

Answer: A


NEW QUESTION # 62
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. Siempre que sea un objeto standard sera put en vez de post
  • B. A POST request to the Stores Data OCAPI.
  • C. A PATCH request to the Stores Data OCAPI.
  • D. An UPDATE request to the Stores Data OCAPI.
  • E. A PUT request to the Stores Data OCAPI.

Answer: E


NEW QUESTION # 63
The Client is planning to switch to a new Payment Service Provider (PSP). They have approached an Architect to understand the time and effort to Integrate the new PSP The PSP offers a LINK cartridge compatible with SiteGenesis Pipelines, but the Client's website is build on Controllers.
Which two options should the Architect take into consideration before starting analysis? Choose 2 answers

  • A. Look for a different PSP that supports controllers and would not require conversion efforts.
  • B. Reach out to the PSP development team and ask if a new cartridge version that supports controllers is under development
  • C. Produce a proof of concept converting the most essential pipelines into controllers and integrate the cartridge.
  • D. Estimate the effort and risk to convert the LINK cartridge from pipelines to controllers.

Answer: C,D


NEW QUESTION # 64
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 B
  • B. Option A
  • C. Option C

Answer: C


NEW QUESTION # 65
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 the remote upload capability of the Site Import & Export module of Business Manager.
  • C. Use the Business Manager Data Replication module to replicate the catalog from the original Developer's sandbox.
  • D. Use Business Manager to upload and import a copy of the export file obtained from the original Developer.

Answer: A


NEW QUESTION # 66
A Digital Developer is working on a project to convert a pipeline to a JavaScript controller. UX Studio has a functioning pipeline debugger configured for the site. Assume the Developer will add a breakpoint to the controller when it is written.
What must be done in order to use the debugger with the new controller when it is written?

  • A. Create and use a new script debug configuration.
  • B. Use the existing pipeline debugger.
  • C. Create and use a new controller debug configuration.
  • D. Modify the debugger configuration and use the existing pipeline debugger.

Answer: D


NEW QUESTION # 67
Which code sample is required to use a custom tag provided in SiteGenesis in an ISML template?

  • A. Option B
  • B. Option D
  • C. Option C
  • D. Option A

Answer: A


NEW QUESTION # 68
A merchant has a content slot on a page that currently displays products based on the top Sellers for the current week.
They wish to change this functionality and, instead, have the slot render a specific content asset so that the content experience is more personalized to the visitors.
Which two actions are necessary to make this change?
Choose 2 answers

  • A. Change the content type for the slot configuration
  • B. Change the default setting in the slot configuration
  • C. Delete the existing content slot and create a new one.
  • D. Change the rendering template in the slot configuration

Answer: A,D


NEW QUESTION # 69
......

2023 Valid CCM-101 test answers & Salesforce Exam PDF: https://exams4sure.actualcollection.com/CCM-101-exam-questions.html