Verified CCM-101 exam dumps Q&As with Correct 208 Questions and Answers [Q35-Q57]

Share

Verified CCM-101 exam dumps Q&As with Correct 208 Questions and Answers

Salesforce CCM-101 Test Engine PDF - All Free Dumps from TestValid

NEW QUESTION # 35
While validating a LINK Cartridge for inclusion into the solution, an Architect notices that the UNK cartridge documentation requires the Architect to add a script node to a Pipeline in the storefront cartridge. The script is also a valid CommonJS module.
Which approach can the Architect use to Integrate this cartridge into a site that uses Controllers only?

  • A. Copy and paste the script that is required directly into the Controller, add the appropriate arguments, then execute the correct method
  • B. Add the script that is required via an import$cript statement in the Controller, add the appropriate arguments, and execute the correct method.
  • C. Add the script that is required via a Module, exports statement m the Controller add the appropriate arguments, and execute the correct method.
  • D. Add the script that Is required via a require statement In the Controller, add the appropriate arguments, and execute the correct method.

Answer: D


NEW QUESTION # 36
An Architect is configuring a data replication schedule.
Which task(s) can be removed In order to reduce replication times?

  • A. Static content
  • B. Search Indexes
  • C. Storefront URLs
  • D. Campaign

Answer: B


NEW QUESTION # 37
A developer has a sandbox configured with a service and its profile and credential. Now there is a requirement to allow changes to the service URL manually from the sandbox.
Which B2C feature should the developer use to achieve the request?

  • A. Use the service credential URL field
  • B. Use a Globalpreference dedicated for the service URL
  • C. Use the service status area, set the override URL checkbox, and then populate the URL field with the required one.
  • D. Use a Sitepreference dedicated for the service URL

Answer: A


NEW QUESTION # 38
A developer is importing edits for two different sites into the same sandbox, and is provided with four different files.
Which two XML files should the developer import using the site-specific Merchant Tools import modules, instead of the Administration section import modules?
Choose 2 answers.

  • A. System type extensions (solo en Sites)
  • B. Site Jobs (sites)
  • C. Promotions ( en sites y en online marketing)
  • D. Search Settings En (search y en Sites)

Answer: C,D


NEW QUESTION # 39
A Digital Developer is asked to optimize controller performance by lazy loading scripts as needed instead of loading all scripts at the start of the code execution.
Which statement should the Developer use to lazy load scripts?

  • A. importPackage () method
  • B. require () method
  • C. local include
  • D. $.ajax () jQuery method

Answer: B


NEW QUESTION # 40
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. Pipeline Profiler
  • B. Job Schedules
  • C. Analytics Conversion Reports
  • D. Custom Log Settings
  • E. Quota Status

Answer: B,C,E


NEW QUESTION # 41
Which line of code creates a content slot that can be included on homepage.isml to display on the home page?

  • A. <isslot id="my_banner " description="for home page" type="global" context="content" context-object="${pdict.ContentSearchResult.content}"/>
  • B. <isslot id="my_banner " description="for home page" type="global" context="homepage"/>
  • C. <isslot id="my_banner " description="for home page" context="global">
  • D. <isslot id="my_banner " description="for home page" context="global" context-object="${pdict.CurrentHomePage}"/>

Answer: C


NEW QUESTION # 42
A developer is checking for Cross Site Scripting (XSS) and found that the quick search is not escaped (allows inclusion of Javascript) in the following script:

How would the developer resolve this issue?

  • A. Use <toprint value="${searchPhrase}" />
  • B. Use <isprint value="${searchPhrase}* encoding-'jshtmr />
  • C. Replace ' with double Quote*
  • D. Use <isprint value='${searchPhrase} encoding-'jsblock" />

Answer: D


NEW QUESTION # 43
The developer has been given the following business requirement:
* The shipping method, Free Standard Ground Shipping' has an exclusion for products *lth 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. Extend the CheckoutShippingservices controller using module.superModule and add an exception for the specified brand
  • B. Create an allow list for the existing shipping method by adding a product exclusion for 'brand equals XyzTV" to the exclusion list for "Free Standard Ground Shipping."
  • C. Extend the code in cartridge/models/shipping/shippingMethod.js using module, super Module and add an exception for the specified brand.

Answer: B


NEW QUESTION # 44
A developer wants to create in Business Manager extension with the cartridge named plugin_vm_extension.
Which two steps should the developer take for the extension option to show up in Business Manager?Choose 2 answers:

  • A. Activate a new code version for the Business Manager Site.
  • B. Add plugin_bm_extension to the cartridge path under Storefront cartridge site path.
  • C. Add plugin_bm_extension to the cartridge path under business manager cartridge site
  • D. Add the appropiate roles and permission to the user to view the business manager extension.

Answer: A,C

Explanation:


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

Answer: C


NEW QUESTION # 46
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. Storefront Toolkit
  • C. Reports and Dashboards module

Answer: B


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

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

Answer: B


NEW QUESTION # 48
Multiple shoppers report slow performance on the Product Details Page.
Which tool can a developer use to view average response times for the Product-Detail controller route?

  • A. Request Logs
  • B. Pipeline Profiler
  • C. URL Request Analyzer

Answer: B


NEW QUESTION # 49
Server.get('Show', consentTracking.consent, cache.applyDefaultCache, function (req,res,next){ Var Site = require('dw/system/Syte"); Var pageMetaHelpter = require('*/cartridge/scripts/helpers/pageMetaHelper'); pageMetaHelpter.setPageMetaTags(req.pageMetaData, Site.current); res.render('/home/homePage'); Missing code here
}, pageMetadata.computedPageMetadata);
The controller endpoint code snippet above does not work.
Which line of code should the developer use to replace line 6 and correct the problem?

  • A. return res;C. res.next();
  • B. req.next();
  • C. next();

Answer: C


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

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

Answer: A


NEW QUESTION # 51
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 is form a third party cartridge and hence does not allow_settings breakpoints.
  • B. The cartridge containing the script is not in the site's cartridge path
  • C. The script debugging session is not active

Answer: B


NEW QUESTION # 52
The following promotions are configured with no exclusivity (can be combined with any other promotion) in a -1month campaign:
* Free correct- in -store shipping
* 20% accessories products discount, applies for all customers
* $5 off coupon based discount, sent to a selected group of customers
The combination of above promotions allows customers to get 16 socks for free in store. This was unintended, and the Client If considering disabling the coupon. The Client is concerned about a potential spike in the number of Call Center calls from customers who had the coupon code added to their baskets before it was disabled. As basket lifetime is set to 30 days for all customers, this can continue for the full length of the campaign.
What solution should the Architect suggest to keep the Call Center calls to a minimum?

  • A. Disable the coupon code. Restart the production instance from control Center to dear existing baskets.
  • B. Disable the coupon code. Reduce the basket lifetime in Business Manager to expire some of the existing baskets
  • C. Disable the coupon code. Clear the production cache from the Business Manager to clear existing baskets.
  • D. Disable the coupon code. Email all the customers to not use the coupon code in their baskets.

Answer: B


NEW QUESTION # 53
Given the above OCAPI definitions, which permission or permissions apply?

  • A. Allows external applications to create, update, and delete coupons
  • B. Allows external applications to update coupons
  • C. Allow external applications to create, update, and delete both coupons and coupon codes
  • D. Allows external applications to create coupons

Answer: B


NEW QUESTION # 54
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 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.
  • 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 a custom Business Manager module. Ask the business to maintain the hreflang link tags for each regional site in this Business Manager module.
  • D. 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.

Answer: A


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

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

Answer: C


NEW QUESTION # 56
The Client currently manages Customers, Inventory, and Product Information with dedicated backend systems as shown In the Systems Diagram below. There is also an external Email Marketing System (EMS) in place. The EMS needs order data to email recommendations to customers using an existing email campaign. These recommendations should be to only send for products that are in stock. The EMS has no access to the backend systems so this data should come from the Salesforce B2C Commerce site.

Which relationships should be added to the Systems Diagram to complete it and fulfill the chant requirements necessary for the email campaign?

  • A. Order and Inventory should be exported from Production. Products should be exported from Staging. Customers should be exported from the external Customer Management System.
  • B. Order, Customer, and Product data should be exported from Staging. Inventory data should be exported from Production.
  • C. Order and Customer data should be exported from Production. Product and Inventory data should be exported from Staging.
  • D. Order, Customer, and Inventory data should be exported from Production. Product data should be exported from staging.

Answer: C


NEW QUESTION # 57
......


Salesforce CCM-101 exam is intended for individuals who manage and merchandise a B2C Commerce Cloud store. CCM-101 exam tests a candidate’s knowledge of how to manage products, catalogs, promotions, and content on the Commerce Cloud platform. It also tests a candidate’s ability to use the platform’s reporting and analytics tools to monitor and optimize store performance.

 

100% Passing Guarantee - Brilliant CCM-101 Exam Questions PDF: https://pass4sure.testvalid.com/CCM-101-valid-exam-test.html