[Oct-2022] Latest CCM-101 Exam Dumps for Pass Guaranteed [Q19-Q38]

Share

[Oct-2022] Latest CCM-101 Exam Dumps for Pass Guaranteed

Reliable B2C Commerce Developer CCM-101 Dumps PDF Oct 30, 2022 Recently Updated Questions

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

Answer: B

 

NEW QUESTION 20
A Digital Developer has a new requirement to disable the "Discover" credit card type for all checkouts.
What does the Developer need to change in Business Manager to fulfill this requirement?

  • A. Checkout exclusion rules in the Merchant Tools > Site Preferences > Checkout Preferences module.
  • B. Credit card exclusion rules in the CreditCardType.json configuration file.
  • C. Credit card exclusion rules in the Merchant Tools > Site Preferences > Payment Preferences module.
  • D. Credit cards in the Merchant Tools > Ordering > Payment Methods module.

Answer: D

 

NEW QUESTION 21
A developer needs to perform the same additional checks before completing multiple routes in a custom controller, in order to decide whether to render a template or redirect the user to a different page.
According to SFRA best practices, what is the correct approach to improve code reusability in this scenario7

  • A. Append a new function to all the existing routes with the server module.
  • B. Use the superModule property in the existing routes to extend their functionality.
  • C. Define a new middleware function and use it in the existing routes.
  • D. Replace the existing routes by creating a controller in separate new cartridge.

Answer: C

 

NEW QUESTION 22
A developer has a requirement to display a banner in two different category pages.
Which snippet of code should the developer add to a template to allow the merchant to configure each independently?
A)

B)

C)

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

Answer: C

 

NEW QUESTION 23
Universal Containers wants to associate a region code value with an order to indicate the general area of its destination. This region code must be accessible whenever the order history is displayed.
What is required to accomplish this?

  • A. Define a custom object type to store the username with the region code.
  • B. Define a custom attribute on the Order system object type to store the region code value.
  • C. Store the region code value in the geolocation system attribute of the Order.
  • D. Store the region code value in a session variable.

Answer: B

 

NEW QUESTION 24
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. parseResponse
  • B. createRequeat
  • C. mockCall
  • D. initServiceClient

Answer: D

 

NEW QUESTION 25
Universal Containers requires that a new order comments attribute is added to the existing SiteGenesis checkout flow. This new attribute needs to be included as part of the standard order export.
Aside from updating the HTML markup and form definition, which option contains all necessary steps to achieve this task?

  • A. * Add the new attribute to the "Order" system object.
    * Modify the "COPIaceOrder" controller to add this new attribute to the current session's "Order" object.
  • B. * Add the new attribute to the "Customer" system object.
    * Modify the "COPIaceOrder" controller to add this new attribute to the current session's "Customer" object.
  • C. * Modify the "COPIaceOrder" controller to update a CSV file in the IMPEX WebDAV directory with the order ID and comments.
    * Modify the order export process to read information in the CSV file and include it as part of the export.
  • D. * Create a new custom object type for order comments that contains the attributes: order ID and comments.
    * Modify the "COPIaceOrder" controller to create a new order comments custom object upon order completion.

Answer: C

 

NEW QUESTION 26
A developer has custom debug statements in a script, but the messages are not showing up in the Storefront Toolkit Request Log.
Which step needs to be completed to get the messages to appear in the Request Log?

  • A. In Custom Log Settings, check the DEBUG box for Select Log Levels Written to Files.
  • B. In Global preferences, check the box for Enable custom logging in Request Log.
  • C. In Site Preferences, check the box for Enable custom Logging in Request Log
  • D. In custom Log Settings, activate the loggin category at DEBUG level.

Answer: A

 

NEW QUESTION 27
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. Add csrfProtection.generateToken as a middleware step in the controller.
  • B. Add the token in the ISML template.
  • C. Delete the existing CSRF whitelists in Business Manager.
  • D. Extend the CSRF token validity to avoid timeouts.

Answer: C,D

 

NEW QUESTION 28
A developer has configured the following log levels for categories & sub categories as WARN logging is enabled for 'product' and DEBUG for "product.import" What will be the log level used for various categories and sub-categories?

  • A. WARN and FRROR ate lugged for product" and all its subcategories.
  • B. WARN and ERROR are lugged for product" and all its subcategories. For the subcategory 'product.import' DEBUG and INFO are also logoed
  • C. WARN and ERROR are logged fix product' and all its subcategories. For the subcategory'' product.import* DEBUG and INFO are not logged.

Answer: B

 

NEW QUESTION 29
A merchant requires that an existing section of the Site become editable from the Business Manager, so that they can modify it independently of the developer.
Which of these is an important factor for a developer to consider when choosing the appropriate solution between a content slot and a Page Designer component?

  • A. Only content slot configurations can ve localized for different languages.
  • B. Only page Designer components can ve tied to campaigns.
  • C. Only content slot configurations can be tied to campaigns.
  • D. Only Page Designer Components can be localized for different languages.

Answer: D

 

NEW QUESTION 30
Given the sandbox with:
* Service configured and assigned to its profile and credential
* A code version that uses that service
And given the requirement to limit the number of success or error calls the code can perform to a restricted number of calls per second.
Which configuration should the developer perform?

  • A. Set a new quota limit for the service profile and assign the service to it.
  • B. Set the rate limiter in the service profile and configure its values with the ones required.
  • C. Set the service as limited and change the services profile site preferences with the required values.

Answer: B

 

NEW QUESTION 31
Given the following snippet:
* Server.append( 'Show' , function (req, res, next) )
According to SFRA, which two options shows a correct way to complete the code above in order to provide data to the response using a controller?
Choose 2 answers

  • A. res.render('/content/myPage',{data: myDataObject});next();});
  • B. res.render('/content/myPage');next();}).append{(Data:myDataObject});
  • C. res.setViewData ({data: myDataObject});res.render('/content/myPage');next();});
  • D. res.viewData = {data: myDataObject};res.render('/content/myPage');next();});

Answer: A

 

NEW QUESTION 32
The developer has been given the following business requirement:
The shipping method, "Free Standard Ground Shipping" has an exclusion for products with '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. Create a new shipping method and label it "Free Standard Ground Shipping". Give it the qualifier 'brand equals XyzTv', and add it to the checkout options.
  • B. Create an allow list for the existing shipping method by adding a product exclusion for 'brand equals XyzTv' to the exclusion list fo<" "Free Standard Ground Shipping."
  • C. Extend the CheckoutShippingServices controller using module.superModule and add an exception for the specified brand.
  • D. Extend the code in cartridge/models/shipping/shippingMethod.js using module.superModule and add an exception for the specified brand.

Answer: C

 

NEW QUESTION 33
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. In Payment Methods, enable American Express as a credit card type.
  • B. Add American Express as a Payment Preference in Site Preferences.
  • C. Add American Express into the Order settings in Site Preferences.
  • D. In Payment Processor, create American Express as a payment type.

Answer: B

 

NEW QUESTION 34
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 35
Assume the code below is executing:

Business Manager has the configuration:
Active Log category is "root" with log level of "info."
Given this information, what is the beginning of the filename in which the log will be written?

  • A. custom-xyz
  • B. custom-export
  • C. custominfo-blade
  • D. xyz

Answer: A

 

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

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

Answer: C,D

 

NEW QUESTION 37
Which technical reports datapoint measures the performance of a controller's script execution if network factors and Web Adaptor processing is ignored?

  • A. Cache hit ratio
  • B. Response time
  • C. Processing time
  • D. Call count

Answer: C

 

NEW QUESTION 38
......

Latest 2022 Realistic Verified CCM-101 Dumps: https://examsites.premiumvcedump.com/Salesforce/valid-CCM-101-premium-vce-exam-dumps.html