無料Salesforce CCM-101学習ガイド試験問題と解答 [Q54-Q69]

Share

無料Salesforce CCM-101学習ガイド試験問題と解答

CCM-101試験問題集、CCM-101練習テスト問題

質問 # 54
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. Copy the code from the original route to a new controller route, and change it.
  • B. Change the controller route with new functionality.
  • C. Extend the route with new functionality.
  • D. Override the route with new functionality.

正解:C


質問 # 55
A developer wants to use an external application to manage their stores information (such as opening hours, and so on), and see their changes in their B2C Commerce Staging instance aas son as they are saved.
What is the appropriate technique the developer should perform to allow the merchant to create a new store in this scenario?

  • A. A POST request to the Stores Data OCAPI.
  • B. A PATCH request to the Stores Data OCAPI.
  • C. A PUT request to the Stores Data OCAPI.
  • D. An UPDATE request to the Stores Data OCAPI.

正解:C

解説:
Siempre que sea un objeto standard sera put en vez de post


質問 # 56
A Digital Developer has been given a requirement to add fault tolerance to an existing web service integration that uses Service Framework. Administrators at Universal Containers need to be able to configure the timeout and rate limiting.
Which approach should the Developer use to implement the requirement?

  • A. Create a site preference to store timeout settings and implement an IOException handler to execute fallback code.
  • B. Implement a ServiceUnavailableException exception handler to execute fallback code.
  • C. Implement a condition that checks to see if the response was empty and execute fallback code if true.
  • D. Use the setTimeout method to execute fallback code if the request has NOT completed.

正解:B


質問 # 57
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. Configure circuit breaker and timeout for the OMS web service call to prevent thread exhaustion.
  • B. The transaction for updating of orders needs to be rewritten to avoid problems with transaction size.
  • C. Standard order import should be used instead of modifying multiple order objects with custom code.
  • D. Post-processing of search results is a bad practice that needs to be corrected.

正解:A


質問 # 58
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 controller function that displays the form
  • D. In the middleware chain of the controller post route

正解:D


質問 # 59
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 production instance. Set the mode to Development Mode and click the refresh button to see the new mode displayed.
  • C. 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.

正解:A


質問 # 60
A developer customized the Cart-Show controller route with a LINK cartridge that adds social media dat a. There is a new requirement to add a datalayer object to the Cart-Show controller route.
How should the developer achieve this to ensure that no code change will be needed if the client decides to remove the LINK cartridge?

  • A. Append Cart-Show controller route in the client cartridge and add datalayer object to the viewData variable.
  • B. Replace the Cart-Show controller route in client cartridge and add datalayer object to the viewData variable.
  • C. Replace the Cart-Show controller route in client cartridge and add datalayer object to the viewData variable. Ensure that the client cartridge is on the left of the U.HK cartridge m cartridge path.

正解:A


質問 # 61
A Digital Developer is requesting product information for an external integration. The following Open Commerce API (OCAPI) request is NOT functioning correctly:

How should the Developer change the request?

  • A. Change the HTTP method to GET.
  • B. Include an authentication token in the request.
  • C. Change the HTTP method to PUT.
  • D. Change the URI to /dw/shop/v18_3/products/creative-zen-v.

正解:A


質問 # 62
A client has a requirement to allow users on the Storefront to filter by a newly created attribute.
After creating the search refinement, what else is necessary to achieve this?

  • A. Set the attribute as Searchable.
  • B. Ensure the attribute has data and is indexed
  • C. Change the productsearchrefinebar.isml template.

正解:B


質問 # 63
A merchant has a requirement to render personalized content to n a category page via a Content Slot that targets VIP high-spending customers during a specific promotional period.
Which two items should the developer create to achieve the specified requirements?
Choose 2 answers:

  • A. Rendering Template
  • B. VIP Customer Group
  • C. Slot Configuration
  • D. Page Template

正解:A、C


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

正解:A、D、E


質問 # 65
A developer has a sandbox with code to log a message during execution, and the following code:
After the code executes the developer does not see any log file with the message in the WebDEV folder.
Which two XML files should the developer import using the using-specific Merchant Tools import modules?

  • A. Promotions and Site jobs
  • B. Search settings and Site Jobs
  • C. Search settings and Promotion

正解:C


質問 # 66
A Retailer has a single storefront site and a Product Management System (PIM). The Pin is Generating the master catalog and storefront categorization catalog every day and it uploading them to SFTP how should the Architect configure the import job flows following the best practices?

  • A. 1st flow is assigned to the site to download the files from SFTP. 2nd flow is assigned to the site to Import the storefront catalog 3rd flow It global to Import the master catalog.
  • B. 1st flow is assigned to the site to download the files from SFTP. 2nd flow is assigned to the site to Import the master catalog. 3rd flow K global to Import the storefront catalog.
  • C. 1st flow is global to download the files horn SFTP. 2nd flow is global to import the master catalog. 3rd flow Is global to Import the storefront catalog.
  • D. 1st flow is global to download the files from SFTP. 2nd flow is global to import the storefront catalog 3rd flow K global to Import the master catalog.

正解:C


質問 # 67
The Client wants to have a flash sate on a few products every day. These products are sold through B2C Commerce as well as an in store Point of Sale system that it tied to the same inventory.
An Architect analyzes the following proposed solution:
Inventory feed w*l continue to run daily but add a web-service call to compare and update B2C Commerce inventory in real time during checkout after a flash product's inventory reaches a threshold.
Which two risks should the Architect communicate to the Client about this solution?
Choose 2 answers

  • A. If the product Inventory threshold that triggers the web service calls is reached too often. It will have a negative Impact on site performance.
  • B. If the externals hosted web-service is unreliable. It could be a point of failure in the site s order placement flow.
  • C. Because the job would still be configured to run daily there will be a degrade in performance during non-flash sales periods
  • D. The default rate limiter configuration for the web-service could cause the web-service to return an exception during high traffic.

正解:A、B


質問 # 68
A Digital Developer needs to store information temporarily and decides to create a custom object.
Which code creates a custom object?

  • A. CustomObject.createCustomObject(CustomObjectType,primaryKey);
  • B. CustomObjectMgr.createCustomObject(primaryKey);
  • C. CustomObjectMgr.createCustomObject(CustomObjectType,primaryKey)
  • D. CustomObject.createCustomObject(primaryKey,CustomObjectType);

正解:A


質問 # 69
......


この認定には、サードパーティサービスの統合、注文の履行の管理、顧客データプライバシーなどの高度なトピックも含まれています。参加者は、支払いゲートウェイ、配送サービス、在庫管理システムなど、eコマースストアをサポートするバックエンドシステムを深く理解します。


CCM-101試験は、CCM-100試験の拡張バージョンであり、CCM-100試験で取り上げられているトピックをさらに深くしたい個人向けに設計されています。この試験は、B2C Commerce Cloudの経験があり、B2C Commerce Cloud Storeの管理とマーチャンダイングに関する知識を実証したい人に最適です。

 

最新のCCM-101実際の無料試験問題は更新された208問があります:https://jp.fast2test.com/CCM-101-premium-file.html

検証済みCCM-101問題集PDF資料 [2023年更新]:https://drive.google.com/open?id=1O3Hc5CXT9_ue3PZHKT-CMSgnJzgJeXm0


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어