Latest 2022 Realistic Verified CCM-101 Dumps - 100% Free CCM-101 Exam Dumps [Q60-Q77]

Share

Latest 2022 Realistic Verified CCM-101 Dumps - 100% Free CCM-101 Exam Dumps

Get 2022 Updated Free Salesforce CCM-101 Exam Questions and Answer


Salesforce CCM-101 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Manually Changing the Order of Products in a Category
  • Configuring Catalog-Level Product Attribute Settings
Topic 2
  • Managing Variation Masters and Variation Products
  • Using Dynamic Customer Groups
  • Adding a Banner to a Category
Topic 3
  • Using the Storefront Toolkit to View Search Information
  • Using Price Books to Manage Prices
Topic 4
  • Applying a Rule with Dynamic Attributes to Change Product Order in a Category
  • Managing the Exclusion of Category Names
Topic 5
  • Using the Storefront Toolkit to View Product Information
  • Assigning Multiple Products to a Category

 

NEW QUESTION 60
A Digital Developer is working in a sandbox on a site named test-site using the domain test.demandware.net. The Developer needs to compile a url to make an Open Commerce API (OCAPI) request that returns product information.
By default, which URL format is a proper Open Commerce API for Sandbox?

  • A. https://test.demandware.net/s/test-site/dw/shop/v18_3/products/M1355?client_id=aaa...
  • B. https://www.test.com/s/test-site/sfc/shop/products/M1355?client_id=aaa...
  • C. https://www.test.com/dw/shop/v18_3/products/M1355?client_id=aaa...
  • D. https://test.demandware.com/dw/shop/products/M1355?client_id=aaa...

Answer: A

 

NEW QUESTION 61
A client has custom object definition and requirement that occasional data changes in staging also need to exist in production, Which task should the developer perform to meet these requirements when setting up the custom object?

  • A. Create the custom object definition in staging as Shared
  • B. Create two copies of the custom object in staging and set Sharing = True.
  • C. Create the custom object definition in production as Replicable
  • D. Create the custom object definition in staging as Replicable

Answer: D

 

NEW QUESTION 62
Universal Containers sells physical gift cards for the holidays.
What needs to occur to guarantee the cards will always be available?

  • A. Create an inventory record with Backorder Handling enabled.
  • B. Create a perpetual inventory record.
  • C. Create an inventory record with an extremely high Allocation value (i.e., 1 billion certificates).
  • D. Create an inventory record with an unlimited Allocation value.

Answer: A

 

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

Answer: B

 

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

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

Answer: A,D

 

NEW QUESTION 65
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. Add the creation date to the attribute group for the Custom Object.
  • B. Add the creation date to the attributes of the Custom Object.
  • C. Mark the existing creation date attribute as visible.
  • D. Assign the current date/time to a new custom attribute, creationDate, via code.

Answer: B

 

NEW QUESTION 66
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. Code Profiler
  • B. Storefront Toolkit
  • C. Reports and Dashboards Module
  • D. Pipeline profiler

Answer: B

 

NEW QUESTION 67
A custom cartridge that seemed to be performing well in a sandbox has been installed in production. The production instance is showing increased page load times that seem to be related to the new custom code. What can a developer do to quickly track down the potential problem?

  • A. Use the Code Profiler in production instance. Set the mode to Development Mode and then wait a few minutes to collect data from onsite traffic. Click the refresh button to see the new data.
  • B. Use the Code Profiler in a sandbox instance. Set the mode Extended Development Mode and then load the suspected pages and run the suspected process several times. Click the refresh button to see the new data.
  • C. Use the Code Profiler in production instance. Set the mode to Development Mode and click the refresh button to see the new mode displayed.

Answer: A

 

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

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

Answer: A,C,D

Explanation:
Tengo dudas con el A. REVISAR

 

NEW QUESTION 69
A developer uses the call() instance method of dw.svc.Service to invoke a web service and implemented the callback methods defined by the dw.avc.ServiceCaliback class.
Which callback method is required only when invoking a SOAP service?

  • A. mockCall
  • B. parseResponse
  • C. initServiceClient
  • D. createRequeat

Answer: C

 

NEW QUESTION 70
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 71
In Log Center, a developer notes a number of Cross Site Request Forgery (CSRF) log entries. The developer knows that this happens when a CSRF token is either not found or is invalid, and is working to remedy the situation as soon as possible.
Which two courses of action might solve the problem?
Choose 2 answers

  • A. Extend the CSRF token validity to avoid timeouts.
  • B. Delete the existing CSRF whitelists in Business Manager.
  • C. Add csrfProtection.generateToken as a middleware step in the controller.
  • D. Add the token in the ISML template.

Answer: A,B

 

NEW QUESTION 72
A Digital Developer creates a B2C Commerce server connection in their UX Studio workspace. The Developer adds new cartridges to the workspace, but the cartridges do NOT execute as the Developer expects.
Which three things should the Digital Developer verify to ensure the cartridges are uploaded? (Choose three.)

  • A. The Auto-Upload setting is enabled for the server connection.
  • B. The Active Server setting is enabled for the server connection.
  • C. The cartridge is for the current version of B2C Commerce.
  • D. The credentials for the server connection are correctly entered.
  • E. The server is configured to accept incoming connections.

Answer: A,C,E

 

NEW QUESTION 73
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 controller debug configuration.
  • B. Create and use a new script debug configuration.
  • C. Modify the debugger configuration and use the existing pipeline debugger.
  • D. Use the existing pipeline debugger.

Answer: C

 

NEW QUESTION 74
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 the Session class in the B2C Commerce api.
  • C. Use a non-replicable Custom Object to store the information temporarily.
  • D. Use an SFRA controller, because it runs server-side, the state is automatically maintained

Answer: B

 

NEW QUESTION 75
A developer needs to update the package.json file so that it points to the hock file for a cartridge, using the hooks keyword. Which snippets work correctly when added to the file?:

  • A. { hooks: "./cartridge/scripts/hooks.json" }
  • B. { "hooks": "./scripts/hooks.json" }
  • C. { "hooks": "./cartridge/scripts/hooks.json" }
  • D. { hooks: ./scripts/hooks.json }

Answer: C

 

NEW QUESTION 76
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 product list page cache settings provided in the Administration > Manage Sites Business Manager module.
  • C. Enable cache information in the storefront toolkit and view the cache information for the product tile.
  • D. View the cache information provided by the Merchant Tools > Technical Reports Business Manager module.

Answer: B,C

 

NEW QUESTION 77
......

CCM-101 Dumps PDF and Test Engine Exam Questions: https://www.pass4leader.com/Salesforce/CCM-101-exam.html

Get New CCM-101 Certification – Valid Exam Dumps Questions: https://drive.google.com/open?id=1iCyI1sOabNT6BaHLP89XL7Tm5pbEFwE1