New (2023) Salesforce CCM-101 Exam Dumps [Q36-Q57]

Share

New (2023) Salesforce CCM-101 Exam Dumps

Best Way To Study For Salesforce CCM-101 Exam Brilliant CCM-101 Exam Questions PDF

NEW QUESTION # 36
Universal Containers created a site export file from staging in the global export directory.
How should the Digital Developer update their sandbox using this staging site export file?

  • A. Download the site export file and use UX Studio to transfer the data to the sandbox.
  • B. Perform a data replication from staging.
  • C. Use the Site Development > Site Import & Export Business Manager module.
  • D. Use the Site Development > Import & Export Business Manager module.

Answer: C


NEW QUESTION # 37
During code review, the Architect found that there is a service call on every visit of the product detail woe (PDP).
What best practices should the Architect ensure are followed for the service configuration?
Choose 2 answers

  • A. Service logging is disabled.
  • B. Service mock up call is configured.
  • C. Circuit breaker is enabled.
  • D. Service timeout is set.

Answer: C,D


NEW QUESTION # 38
A business wants to migrate its customer service provider from provider A to provider B. Provider e offers a LINK cartridge to integrate with its commerce solution.
Which three artifacts need to be created by the Architect? Choose 3 answers

  • A. Document the design of implementing a new B2C Commerce cartridge following the Industry standard best practices
  • B. Document the data mapping between commerce and customer service provider.
  • C. Document the customizations required on top of the LINK cartridge based on current commerce implementation and business needs.
  • D. Document how the customer online journey flown from landing on the page to placing of the order
  • E. Document the data objects, the interface, and data synchronization frequency between the systems.

Answer: B,C,E


NEW QUESTION # 39
There is a business requirement that a custom controller in app_custom_my_cartridge invokes the calculateTax(basket) function of the dw, order calculateTex hook that is defined in app_storefront_base. How can the developer implement this call?
A)

B)

C)

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

Answer: A


NEW QUESTION # 40
Given the requirements:
To show the washing Instructions for a clothing product on a dedicated section the detail page Washing instructions come from the product Information manager (PIM) To have this attribute available to localize in the Storefront Which action must these requirements?

  • A. Create a custom attribute on the product system object and set it as localizable.
  • B. Add a resource file for every locale for which the attribute needs to be translated.
  • C. set the product system object type as localizable.

Answer: A


NEW QUESTION # 41
A Digital Developer adds the following line of code to a script.

The code executes without error; however, the log file on disk does NOT contain the log message.
Which two actions should be completed to write the log message to disk? (Choose two.)

  • A. Ensure that the debug log level is enabled to write to file in the Custom Log Settings Business Manager module.
  • B. Ensure that the debug log level has been added to the custom log level types in the Global Preferences business manager module.
  • C. Ensure that the "login" category is added to the Custom Log Filters in the Log Settings Business Manager module.
  • D. Archive old log files to make room in the log directory.

Answer: B,D


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

Answer: A


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

Answer: A


NEW QUESTION # 44
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. Store the region code value in the geolocation system attribute of the Order.
  • B. Define a custom object type to store the username with the region code.
  • C. Store the region code value in a session variable.
  • D. Define a custom attribute on the Order system object type to store the region code value.

Answer: D


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

Answer: D


NEW QUESTION # 46
A developer is working on a new site for the U.S based on an existing Canadian site. One of the requirements is a change to the address form. The current Canadian form has an <options> list with the correct two-letter abbreviation for the provinces.
The U.S. requirements are to:
* Have an <options> list with the correct two-letter abbreviation for the states in place of the province field.
* Set the U.S site locale.
* Add the options list field definition to the XML file.
How should the developer set up the files before making the required edits?

  • A. Create a new sub-folder in the forms folder. Name it US. Copy existing address.xml file in the new folder.
  • B. Create a copy of existing address.xml file in the default folder. Rename that file to adres_US.xml
  • C. Create a new sub-folder in the forms folder. Name it en_US. Copy existing address.xml file in the new folder.
  • D. Create a copy of existing address.xml file in the default folder. Rename that file to address_en_US.xml

Answer: D


NEW QUESTION # 47
A client has a requirement to allow users on the Storefornt to filter by a newly created attribute.
Which is necessary to achieve this?

  • A. Add a new Search Refinment Definition.
  • B. Change the productseachrefinerbar.iml template
  • C. Set the attribute as Searchable.

Answer: C


NEW QUESTION # 48
A developer is implementing new Page Designer content on a merchant's Storefront and adds the line shown below to the setupCsntentSearch function in the searchHelpers.Js file.
What does this achieve?

  • A. Allows Page Designer pages and components to be searchable
  • B. Allows filtering Page Designer pages by folder
  • C. Prevents Page Designer pages from being searchable

Answer: A


NEW QUESTION # 49
A client has just pushed a new site live to Production. However during smoke testing. It's found that some customers are not seeing the correct pricing on the Product Detail Page.
What three places would the Architect begin to look for the cause of this Issue?
Choose 3 answers

  • A. Check that the cache is set correctly
  • B. Check that there was not an error during replication.
  • C. Check the Global Preferences to be sure the settings are correct.
  • D. Check the Quota Status page.
  • E. Check Log Center

Answer: A,B,D


NEW QUESTION # 50
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. custominfo-blade
  • B. custom-xyz
  • C. xyz
  • D. custom-export

Answer: B


NEW QUESTION # 51
There are three logging categories: category1, category1.eu, and category1.us.
In Business Manager, category1 is enabled for WARN level and no other categories are configured. All custom log targets are enabled.
The code segment below executes.

What is the result'

  • A. Logs will be written to the log file with a prefix custom-loggerFile.
  • B. Logs will be written to the log file with a prefix loggerFile.
  • C. Logs will be written to the log file with a prefix customwarn.
  • D. Logs will not be written.

Answer: A


NEW QUESTION # 52
A developer is tasked with implementing the necessary code for a new Page Designer component.
What are the two purposes of the JSON metadata definition file that the developer creates7 Choose 2 answers

  • A. Defines regions within the component type.
  • B. Defines the business and rendering logic of the component required by the merchant.
  • C. Defines the responsive layout of the rendered template.
  • D. Defines the attributes that a merchant enters when using the component type.

Answer: A,D


NEW QUESTION # 53
Given a NewsletterSubscription custom object that has a key attribute named email of type String, what is the correct syntax to create the NewsletterSubscription custom object and persist it to the database?

  • A. Var customobject = dw.object.CustomObjectMgr. createCustomObject
    ('NewsletterSubscription','email', newsLetterForm.email.value);
  • B. Var customobject = dw.object.CustomObjectMgr.createNewsletterSubscription('email', newsLetterForm.email.value);
  • C. Var customobject = dw.object.CustomObjectMgr. createCustomObject
    ('NewsletterSubscription', newsLetterForm.email.value);
  • D. Var customobject =
    dw.object.CustomObjectMgr.createCustomObject(newsletterForm.email.value,
    'NewsletterSubscription');

Answer: C


NEW QUESTION # 54
A merchant wants customers to be able to order gift vouchers via their site. Since they can issue an unlimited number of these digital vouchers, this item should be available to sell at all items.
How can a developer use Business Manager to ensure that the gift vouchers are always available?

  • A. Set StockLevel = maxAllocation for the producto.
  • B. Check the Available to Sell (ATS) flag dor the producto set
  • C. Check the perpetual flag in the product inventory record
  • D. Manually set the inventory to a high number.

Answer: C


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

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

Answer: B


NEW QUESTION # 56
To ensure SFRA best practices and protect against request forgery, the developer introduced CSRF token generation in the customer address form:
<form ... action = "submit">
<input name ="${dw.web.CSRFProtection.getTokenName()}"
value = "${dw.web.CSRFProtection.generateToken()">
...
<the rest of the Form fields>
...
</form>
To implement CSRF protection when the form is submitted, the developer needs to introduce the CSRF validation using one or both of these methods as applicable:
* validateRequest
* validateAjaxRequest
Where in the code does the developer need to add this CSRF validation check?

  • A. In the model function that persists the form data
  • B. In the controller function that handles the submitted form
  • C. In the middleware chain of the controller post route
  • D. In the controller function that displays the form

Answer: C


NEW QUESTION # 57
......

Updated Verified Pass CCM-101 Exam - Real Questions and Answers: https://www.actualcollection.com/CCM-101-exam-questions.html