Latest Salesforce CCM-101 Free Certification Exam Material with 208 Q&As
UPDATED CCM-101 Exam Questions Certification Test Engine to PDF
NEW QUESTION # 80
A Digital Developer needs to add a new form to the shopping cart page to allow customers to enter their rewards pass ID. There is already an existing Cart.js controller that handles processing of the other cart forms. In addition, a form field node is in the form XML and the necessary form input is present in the ISML template.
The code below is the submit button for the ISML markup.
What additional steps must occur before the Digital Developer can begin writing the processing code for this request?
- A. Option C
- B. Option A
- C. Option D
- D. Option B
Answer: A
NEW QUESTION # 81
A developer is validating the pipeline cache and noticed that the PDP page is very low cached. The one parameter is snowing the position on the product fisting page upon checking the site and code.
What should the developer adjust in order to improve the page cache hit ratio, keeping in mind that the client is Insisting on the parameter for their analytics?
- A. Rework the implementation so it reads the parameter on client-side, passes it to the analytics and exclude It from cache parameters.
- B. Rework the Implementation so it doesn't depend on that parameter.
- C. Rework the Implementation so the parameter is not passed In the URL and is read from the URL hash.
- D. Add the key to the cache exclude parameters.
Answer: D
NEW QUESTION # 82
A new product has been added to the Storefront catalog that 15 assigned to a site Which configuration does a developer need to ensure to have a new product visible in the Storefror
- A. The product has a master product AND the search index is built.
- B. The search index is built AND the product is online and searchable.
- C. The product has a price AND the product rs online and searchable.
Answer: B
NEW QUESTION # 83
Given the requirement to add caching to an existing page while adhering to SFRA best practices, which code snippet should be used?
A)
B)
C)
- A. Option C
- B. Option A
- C. Option B
Answer: A
NEW QUESTION # 84
Universal Containers recently completed updates to their storefront shopping cart page. A problem has been discovered since the update. Users are no longer able to submit coupon codes on this page. Additionally, authenticated users who try to add a coupon are logged out.
The following processing code is found in the Cart.js controller file:
What should the Developer verify to identify the issue?
- A. The form group has the secure attribute set to true.
- B. The CSRF token is present in the form and is being submitted in the request.
- C. The CSRF settings in Business Manager are properly configured.
- D. The CSRF cartridge is included in the site's cartridge path.
Answer: B
NEW QUESTION # 85
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 customwarn.
- B. Logs will not be written.
- C. Logs will be written to the log file with a prefix loggerFile.
- D. Logs will be written to the log file with a prefix custom-loggerFile.
Answer: D
NEW QUESTION # 86
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. Payment gateway service response code
- C. Order failure information
- D. Transaction's credit card information
Answer: B,C
NEW QUESTION # 87
A merchant has asked their development team to add a new site.
Which two tasks are essential for correct site configuration prior to launch?
Choose 2 answers
- A. Assign the appropriate taxation type.
- B. Assign a default currency.
- C. Assign a default payment type.
- D. Assign a default payment method.
- E. Assign a default payment processor.
Answer: A,B
NEW QUESTION # 88
The developer is asked to enhance the functionality of an existing controller route by adding information to the response's viewData.
How should the developer approach this task while following SFRA best practices?
- A. Copy the existing route in a new cartridge and modify where necessary.
- B. Replace the callback function of the existing route using superModule.
- C. Use the "extend" method of the server module for the existing route.
- D. Use the "append" method of the server module for the existing route.
Answer: C
NEW QUESTION # 89
A merchant is selling a new product line of televisions. In order to deliver a good customer experience, the merchandising team wants the screen size to be incorporated into the search and navigation journey.
Which two things can the developer do to facilitate this for them?
Choose 2 answers
- A. Configure catalog-level search refinement definition for Screen Size.
- B. Create a new search refinement for a Boolean value true or false and label it "big screen."
- C. Define a new searchable attribute for Screen Size.
- D. Configure Screen Size threshold search refinement bucket definitions.
Answer: A,C
NEW QUESTION # 90
Business Manager has the configuration:
* Active Log category is "root"
* Log level of WARN
The code below is executing:
var log = Logger.getLogger("products");
Using this information, which two logs will be written?
Choose 2 answers
- A. log.debugfThis is a debug message");
- B. log.info("This is an info message");
- C. log.error("This is an error message");
- D. log.warn("This is a warn message");
Answer: B,D
NEW QUESTION # 91
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. Search Settings En (search y en Sites)
- B. Promotions ( en sites y en online marketing)
- C. System type extensions (solo en Sites)
- D. Site Jobs (sites)
Answer: A,B
NEW QUESTION # 92
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 server is configured to accept incoming connections.
- C. The cartridge is for the current version of B2C Commerce.
- D. The credentials for the server connection are correctly entered.
- E. The Active Server setting is enabled for the server connection.
Answer: A,B,C
NEW QUESTION # 93
The Client has just acquired a new brand and wants to Integrate the new brand s current ecommerce site into a current realm as a new site. The acquisition has its own Enterprise Resource Planning (ERP) system for product data and inventory. The new site will use the existing realm's Order Management System (OHS) and Customer Relationship Management (CRM) system.
What two requirements does the Architect need to keep in mind when creating the technical specification document?
Choose 2 answers
- A. A new order export job must be created to export orders.
- B. A new inventory Import Job must be created to manage inventory.
- C. A new customer export Job must be created to export customers.
- D. A new product Import Job must be created to manage products.
Answer: B,D
NEW QUESTION # 94
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 B
- C. Option A
Answer: C
NEW QUESTION # 95
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 cache information in the storefront toolkit and view the cache information for the product tile.
- B. View the product list page cache settings provided in the Administration > Manage Sites Business Manager module.
- C. View the cache information provided by the Merchant Tools > Technical Reports Business Manager module.
- D. Enable the template debugger to verify the cache times for the producttile.isml template.
Answer: A,B
NEW QUESTION # 96
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. set the product system object type as localizable.
- B. Create a custom attribute on the product system object and set it as localizable.
- C. Add a resource file for every locale for which the attribute needs to be translated.
Answer: B
NEW QUESTION # 97
Northern Trail Outfitters uses an Order Management system (OMS), which creates an order tracking number for every order 24 hours after receiving it. The OMS provides only a web-service interface to get this tracking number. There is a job that updates this tracking number for exported orders, which were last modified yesterday.
Part of this jobs code looks like the following:
Based on the above description and code snippet, which coding best practice should the Architect enforce?
- A. Standard order import should be used instead of modifying multiple order objects with custom code.
- B. The transaction for updating of orders needs to be rewritten to avoid problems with transaction size.
- C. Post-processing of search results is a bad practice that needs to be corrected.
- D. Configure circuit breaker and timeout for the OMS web service call to prevent thread exhaustion.
Answer: D
NEW QUESTION # 98
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 status area, set the override URL checkbox, and then populate the URL field with the required one.
- B. Use the service credential URL field
- C. Use a Sitepreference dedicated for the service URL
- D. Use a Globalpreference dedicated for the service URL
Answer: A
NEW QUESTION # 99
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. Archive old log files to make room in the log directory.
- B. Ensure that the debug log level is enabled to write to file in the Custom Log Settings Business Manager module.
- C. Ensure that the debug log level has been added to the custom log level types in the Global Preferences business manager module.
- D. Ensure that the "login" category is added to the Custom Log Filters in the Log Settings Business Manager module.
Answer: A,C
NEW QUESTION # 100
The developer created a new Storefront category in storefront-catalog-m-en, but when viewing the Storefront site, the category is not visible.
What are two possible reasons?
- A. The category is not sorted
- B. The category does not contain available products
- C. The Storefront catalog is offline
- D. The category is offline.
Answer: B,C
NEW QUESTION # 101
Universal Containers is preparing their storefront to use Open Commerce APIs (OCAPI).
To which hook should the Digital Developer move taxation logic to ensure consistent order totals within B2C Commerce?
- A. dw.ocapi.shop.order.afterPOST
- B. dw.ocapi.shop.order.validateOrder
- C. dw.ocapi.shop.basket.afterPostShipment
- D. dw.ocapi.shop.basket.calculate
Answer: D
NEW QUESTION # 102
A developer is given the requirement to add a step to the existing business logic of the registration process. How should the developer modify the route that handles the customer registration?
- A. Change the controller route with new functionality.
- B. Override the route with new functionality.
- C. Extend the route with new functionality.
- D. Copy the code from the original route to a new controller route, and change it.
Answer: C
NEW QUESTION # 103
An existing B2C Commerce site has the following aliases configuration:
Which statement related to this configuration is incorrect?
- A. Hostname www.example.de will redirect to www.example.com/de.
- B. Hostname www.example.com will redirect to www example com/us
- C. Hostname www example.co.uk will redirect to www.example.com/uk.
- D. Site supports multiple hostnames and locates.
Answer: B
NEW QUESTION # 104
......
Get The Important Preparation Guide With CCM-101 Dumps: https://www.fast2test.com/CCM-101-premium-file.html