CCM-101 Certification Overview - [Jan 14, 2023] Latest CCM-101 PDF Dumps [Q81-Q103]

Share

CCM-101 Certification Overview - [Jan 14, 2023] Latest CCM-101 PDF Dumps

The Best Salesforce CCM-101 Study Guides and Dumps of 2023

NEW QUESTION 81
A developer is is configuring Shipping Methods on a storefront. Which of the following considerations must be kept in mind while configuring shipping methods.

  • A. You can exclude products that can't be shipped with a particular shipping method
  • B. You can't define surcharge shipping costs for specific product groups.
  • C. You can't exclude addresses that aren't used by a particular shipping method

Answer: B

 

NEW QUESTION 82
During a review of the most recent release notes, the Architect finds that Salesforce has deprecated an API that is used throughout the site. After reviewing the deprecated API usage in Business Manager, the Architect narrows down the usage of that API to a particular LINK integration cartridge. The cartridge was integrated when the site was first launched and is heavily customized for the Client.
What is the recommended way for the Architect to remove the deprecated API so the LINK integration continues to work without interruptions, and lowest level of effort'

  • A. The Architect should check to see If the LINK cartridge has been updated already, integrate It, apply the customisations, and teat thoroughly.
  • B. The Architect should update all the deprecated API cats in the already integrated LINK cartridge and test thoroughly.
  • C. The Architect should contact the company that created the LINK cartridge to fix the issue and provide the client with updated code.
  • D. The Architect does not need to do anything at this time, the API will continue to work with no issues for the foreseeable future.

Answer: A

 

NEW QUESTION 83
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 Catalog Export module to export the master catalog, with a category-assignment search to export specific products.
  • B. Use the Site Import & Export module to export the master catalog, filtered by site catalog categories to export specific products.
  • C. Use the Catalog Export module to export the site catalog.
  • D. Use the Site Import & Export module to export both the site catalog and the master catalog in a single archive.

Answer: A

 

NEW QUESTION 84
Which three configuration does a developer need to ensure to have a new product visible in the Storefront?
Choose 3 answers

  • A. The product has a master product
  • B. The search index is built.
  • C. The product is online and searchable
  • D. The product has a Price
  • E. The Storefront catalog that contains the product is assigned to a site

Answer: B,C,E

Explanation:
Tengo dudas con el A. REVISAR

 

NEW QUESTION 85
The Architect has been presented with a requirement from the business to implement a new LINK cartridge. The current site is built on the Storefront Reference Architecture, and the LINK cartridge is certified for Pipelines and Controllers. On review, the Architect notes that the Jobs are all created in Pipelines.
How should the Architect implement that cartridge to make sure the required jobs runs property?

  • A. The job Pipelines must be updated to work as custom job steps.
  • B. The job Pipelines must be removed and recreated with scripts.
  • C. The Job Pipelines must be updated to use SiteGenesis Controllers.
  • D. The job Pipelines must be updated to use SFRA Controllers.

Answer: A

 

NEW QUESTION 86
A developer is writing a server side script that needs to maintain state across calls. The persistent information needed includes these items.
* The current customer
* Whether or not the customer is authenticated
* The privacy attributes (such as tracking consent or cookie policy)
Which technique should the developer use to maintain state in an efficient and scalable manner that follows best practice?

  • A. Use a client-side cookie to store the information for the session duration.
  • B. Use a non-replicable Custom Object to store the information temporarily.
  • C. Use the Session class in the B2C Commerce api.
  • D. Use an SFRA controller, because it runs server-side, the state is automatically maintained

Answer: C

 

NEW QUESTION 87
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. Operations > Site > Manage Sites > Cache
  • B. Operations > Cache > Site
  • C. Site > Site Preferences > Cache
  • D. Administration > Sites > Manage Sites > Site > Cache

Answer: D

 

NEW QUESTION 88
Given the following conditions:
* Site export file with a copy of the Storefront data for a custom site
* Sandbox with the custom site code, but no Storefront data
* Requirement for a working copy of SFRA for development reference
A developer is assigned the following Business manager tasks:
A) Import the custom Site using Site Import/Export
B) Import the SFRA Demo Sites using Site Import/Export
C) Rebuild the custom Site search indexes
In what sequence should the developer perform the tasks, so that the custom Site displays the products as intended?

  • A. Task B, then C, then A
  • B. Task A, then B, then C
  • C. Task B, then A, then C
  • D. Task A, then C, then B

Answer: C

 

NEW QUESTION 89
During a load test the storefront shows steady but slow performance on all the paces being tested. The Architect opens Pipeline Profiler and sorts the data by *total time" column. The following come as the top Ave items:

Which controller should the Architect focus on to further investigate the performance issue?

  • A. Home-IncludeHeaderMenu as It has highest average time.
  • B. Product-HitTile as it has the highest hits during the load test.
  • C. Search Show as this Is one of the key controllers that the customer uses
  • D. Product-Detail as It has the highest total time and highest maximum time.

Answer: A

 

NEW QUESTION 90
The developer needs to add custom category debug logging into the "contact'' script, to ensure that a third-party service call responds as expected.
Assuming that the logging configurations for the contact category are correctly in place, which line of code should the developer add in the 06 placeholder to meet this requirement?

A)

B)

C)

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

Answer: B

 

NEW QUESTION 91
Given a file in a plug-in cartridge with the following code:
'use strict':
Var base = module.superModule;
Function applyCustomCache (req,res,next){
res.CachePeriod = 6; //eslint-disable-line no-param-reassign
res.cachePeriodUnit = 'hours') //eslint-disable-line no-param-reassign
next();
}
Module.exports = base;
Module.exports.applyCustomCache = applyCustomCache;
What does this code extend?

  • A. A model
  • B. A controller
  • C. A decorator
  • D. A middleware script

Answer: B

 

NEW QUESTION 92
The client provided these business requirements:
* The B2C Commerce storefront will integrate with the client's Order Management System (OMS).
* The storefront will provide reel-time order export of successfully pieced orders The OMS supports both web service export end SFTP batch order export, but the client has expressed concern about the availability of the OMS.
Which two solutions satisfy the requirements and address the OMS reliability concern?
Choose 2 answers

  • A. implement a batch export of orders via web service, excluding exported orders. This runs as a scheduled Job with an hourly run rate end marks processed orders as exported upon success.
  • B. Implement a Live export of orders during checkout via SFTP, marking the processed order as exported when it has completed successfully.
  • C. Implement a batch export of orders to SFTP, excluding exported orders. This runs as a scheduled fc>b with a high-frequency run rate end marks processed orders as exported upon success.
  • D. Implement a live export of orders during checkout vie web service, marking the processed order as exported when the AM returns successfully.

Answer: C,D

 

NEW QUESTION 93
A developer is implementing new Page Designer content on a merchant's Storefront and adds the line below to

What does this achieve?

  • A. Extends the ConrencSearchModei to allow the folder filter.
  • B. Enables searching to find Page Designer content assets that are not in folders.
  • C. Prevents Page Designer pages and components from being searchable.
  • D. Filters Page Designer search results into separate page and component folders.

Answer: B

 

NEW QUESTION 94
Given the SFRA Controller below:

Why would a JavaScript debugger, that is stopped at line 06, fall to show the viewdata variable in the inspection tool?

  • A. viewdata is assigned but not declared.
  • B. cache. applyDefauItCache is not a valid middleware.
  • C. viewdata is declared but not assigned.
  • D. viewdata is a B2C Script reserved name.

Answer: A

 

NEW QUESTION 95
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.httpsPost(handlePaymentForm);
  • C. exports.PaymentForm = guard.ensure(['https', 'post', 'loggedIn'], handlePaymentForm);
  • D. exports.PaymentForm = guard.expose(['post', 'loggedIn'], handlePaymentForm);

Answer: C

 

NEW QUESTION 96
A company manages its regional operations as separate businesses. The regional sites (Site A and Site B) operate with:
* Separate realms
* Deferent code bates
* Different category navigation menus
* Frequent updates on category structure
The requirement from the business is to provide hreflang link tags on category pages pointing to the same category on the other regional site. Example MTML for one of these links as displayed on Site A is:

Which solution should the Architect choose while keeping performance in mind?

  • A. Create a custom Business Manager module. Ask the business to maintain the hreflang link tags for each regional site in this Business Manager module.
  • B. Create a new custom object type Populate the hreflang mapping for each category and locale in this custom object. Use the custom object to display the hreflang link tag.
  • C. Create additional locales in al realms create a new custom attribute on the category that is localized. Populate the attribute with the other site URLs and use it to display the hreflang tag.
  • D. Create a new custom attribute on the Category. Populate the attribute with the other entire site URLs corresponding to locales In JSON Format. Use the attribute to display the hreflang link tag.

Answer: D

 

NEW QUESTION 97
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. Reports and Dashboards module
  • B. Pipeline Profiler
  • C. Storefront Toolkit

Answer: C

 

NEW QUESTION 98
In order to build the SFRA code to a developer sandbox for the first time, which build steps should the developer perform for the site to appear and function as designed?

  • A. npm run compile:js, npm run compile: scss, npm run compile:html
  • B. npm run compile:scss, npm run compile:html, npm run clean
  • C. npm run compile:js, npm run compile:html, npm run clean
  • D. npm run compile:js, npm run compile:scss, npm run compile:fonts

Answer: D

 

NEW QUESTION 99
Which two activities should an Architect encourage the replication team to follow based on S2C Commerce best practices?
Choose 2 answers

  • A. Wait 15 minutes after the recreation process completes for the cache to dear automatically.
  • B. Use the undo replication process to roll back to the previous replication if necessary.
  • C. Replicate the latest data to Production during periods of increased site use to ensure freshness.
  • D. Use the undo replication process to roll back code replications only, not data replications.

Answer: A,D

 

NEW QUESTION 100
A Client has automated builds that deploy the code; however, recent builds started failing with compilation issues, which are not reproducible in developer's environment.
Whet first step needs to be taken to identify and fix the issue?

  • A. Verify the modules versions used to generate the code.
  • B. Verify the generated JavaScript and CSS for the build.
  • C. Clean up build server work space and run job again.
  • D. Recreate the job in the build server to verify compilation issues.

Answer: A

 

NEW QUESTION 101
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 the Storefront site cartridge path.
  • B. Check the Business Manager site cartridge path.
  • C. Check that the correct code version is selected.
  • D. Check that the search index was recently rebuilt.

Answer: A,D

 

NEW QUESTION 102
Which is an appropriate use of the <isif> ISML tag that follows B2C Commerce and SFRA best practices?

  • A. Redirect users to the registration page if they are not logged in
  • B. Display a section of the page to logged users only
  • C. Implement involved business logs through conditional statements.

Answer: C

 

NEW QUESTION 103
......

Valid CCM-101 Exam Updates - 2023 Study Guide: https://www.itpassleader.com/Salesforce/CCM-101-dumps-pass-exam.html

Top Salesforce CCM-101 Exam Audio Study Guide! Practice Questions Edition: https://drive.google.com/open?id=1wUTZT_Bn-g7hrfvID3lJAES5xdkUMGxo

0
0
0
0