最新の2024年01月01日 CCM-101問題集は学習ガイドは試験合格するための秘訣 [Q67-Q85]

Share

最新の2024年01月01日 CCM-101問題集は学習ガイドは試験合格するための秘訣

CCM-101問題集の無料PDFをゲットせよ!最近更新された問題

質問 # 67
Which is an appropriate use of the <isif> ISML tag that follows B2C Commerce and SFRA best practices?

  • A. Implement involved business logs through conditional statements.
  • B. Display a section of the page to logged users only
  • C. Redirect users to the registration page if they are not logged in

正解:A


質問 # 68
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 timeout is set.
  • B. Service logging is disabled.
  • C. Service mock up call is configured.
  • D. Circuit breaker is enabled.

正解:A、D


質問 # 69
A B2C Commerce developer has recently completed a tax service link cartridge integration into a new SHU site. During review, the Architect notices the basket calculation hook is being run multiple times during a single tax call.
What is the reason for the duplicate calculations being run?

  • A. The tax cat is being called multiple times.
  • B. There are multiple hook.js Wes referring to the same hook.
  • C. The LINK cartridge Is Included multiple times in the cartridge path.
  • D. The checkout is designed to recursively refer to the same hook.

正解:A


質問 # 70
A Newsletter controller contains the following route:
Server.post('Subscribe', function (req,res,next){
var newsletterForm = server.forms.getForm('newsletter');var CustomObjectMgr = require('dw/object/CustomObjectMgr'); if(newsletterForm.valid){ try{ var CustomObject = CustomObjectMgr.createCustomObejct('NewsletterSubscription', newsletterform.email.value); CustomObject.custom.firstName = newsletterForm.fname.value; CustomObject.custom.lastName = newsletterForm.lname.value;-
} catch(e){
//Catch error here
}
}
next();
});
Assuming the Custom Object metadata exists, why does this route fail to render the newsletter template when the subscription form is correctly submitted?

  • A. The CustomObjectMgr variable should be declare outside of the route.
  • B. The Custom Object creation is not wrapped in a Transaction.
  • C. The Subscribe route is missing the server.middleware.httpt middleware.
  • D. Custom Objects can only be created by Job scripts

正解:B


質問 # 71
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 ERROR are lugged for product" and all its subcategories. For the subcategory 'product.import' DEBUG and INFO are also logoed
  • B. WARN and FRROR ate lugged for product" and all its subcategories.
  • C. WARN and ERROR are logged fix product' and all its subcategories. For the subcategory'' product.import* DEBUG and INFO are not logged.

正解:A


質問 # 72
A job executes a pipeline that makes calls to an external system.
Which two actions prevent performance issues in this situation? (Choose two.)

  • A. Configure a timeout for the script pipelet.
  • B. Use synchronous import or export jobs
  • C. Disable multi-threading.
  • D. Use asynchronous import or export jobs.

正解:A、C


質問 # 73
A Digital Developer suspects a logical error in a script.
Which action will help locate the error?

  • A. Put breakpoints in the code, debug, and examine variable values.
  • B. Check request logs for evidence of the logical error.
  • C. Submit a support ticket to B2C Commerce.
  • D. Print all values in the script node called before the current script.

正解:B


質問 # 74
The Architect has been presented with a requirement from the business to implement a new LINK cartridge. The current site is built on the Storefront Reference Architecture, and the LINK cartridge is certified for Pipelines and Controllers. On review, the Architect notes that the Jobs are all created in Pipelines.
How should the Architect implement that cartridge to make sure the required jobs runs property?

  • A. The Job Pipelines must be updated to use SiteGenesis Controllers.
  • B. The job Pipelines must be updated to work as custom job steps.
  • C. The job Pipelines must be updated to use SFRA Controllers.
  • D. The job Pipelines must be removed and recreated with scripts.

正解:B


質問 # 75
A Digital Developer needs to add logging to the following code:

Which statement logs the HTTP status code to a debug-level custom log file?

  • A. Logger.getLogger('profile').debug("Error retrieving profile email, Status Code: {0} was returned.", http.statusCode);
  • B. logger.debug("Error retrieving profile email, Status Code: {0} was returned.", http.statusCode);
  • C. Logger.getLogger().debug("Error retrieving profile email, Status Code: {0} was returned.", http.statusCode);
  • D. logger.getLogger('profile').debug("Error retrieving profile email, Status Code: ", http.statusCode);

正解:B


質問 # 76
A developer is using logging in scripts to troubleshoot an issue. They are using the dw.system.Log class to write to specific log levels and categories. Which log level is always enabled by default?

  • A. INFO
  • B. FATAL
  • C. ERROR

正解:B


質問 # 77
During load testing, a third party service is constantly failing to respond in a timely manner on the Product Listing Page. The page is not affected at it is collecting data with the server side call, however the loading time b increasing.
Which two recommendations should the developer take in order to minimize the risk and Improve the loading time?
Choose 2 answers

  • A. Enable the Circuit Breaker.
  • B. Decrease the service timeout.
  • C. Remove the service.
  • D. Load the data asynchronously after the page is loaded
  • E. Ask the third party to improve the reliability of the service.

正解:A、D


質問 # 78
The Client identifies that a segment of customers need to see some products on the site that other customers should not be able to access. All products are maintained within one catalog but in separate categories. A custom attribute will be used on the Profile system object to identify customers that belong to this special segment. A customer group will be made that is qualified for by this Profile custom attribute. The storefront will be customized to include navigation to relevant categories for this customer group.
Unfortunately during technical review the Client points out that the business teams have raised a concern with maintenance and want to use a shared navigation within the catalog and not use separate categories.
Which item should the Architect suggest to efficiently fulfil this new requirement while maintaining scalability?

  • A. Customize the Storefront to modify the search result that if the user is in the customer group then the result includes those products appropriately.
  • B. Customize the Storefront to use separate storefront catalogs with the same navigation that If the customer Is In the customer group gets assign products appropriately.
  • C. Customize the Storefront Co use a hidden search refinement that if the user Is In the customer group then the result Includes those products with a new custom attribute.
  • D. Customize the Storefront to use a hidden search refinement and modify the customer group to be qualified for by a new product custom attribute

正解:A


質問 # 79
Universal Containers has expanded its implementation to support German with a locale code of de. The current resource bundle is checkout.properties.
To which file should the developer add German string values?

  • A. checkout.properties in the default locale folder
  • B. de_checkout.properties in resources folder
  • C. checkout.properties in the de locale folder
  • D. checkout_de.properties in resources folder

正解:B


質問 # 80
An Architect is configuring a data replication schedule.
Which task(s) can be removed In order to reduce replication times?

  • A. Search Indexes
  • B. Storefront URLs
  • C. Static content
  • D. Campaign

正解:A


質問 # 81
The following sample code is NOT providing the desired results. The Digital Developer needs to add an entry to the logs to debug the problem.

Which statement correctly adds a log entry?

  • A. Logger.error('Unable to find Apple Pay payment instrument for order.'+paymentInstruments);
  • B. Logger.fault('Unable to find Apple Pay payment instrument for order.'+paymentInstruments);
  • C. Logger.exception('Unable to find Apple Pay payment instrument for order.'+paymentInstruments);
  • D. Logger.getErrorLog().log('Unable to find Apple Pay payment instrument for order.'+paymentInstruments);

正解:C


質問 # 82
A client has two B2C Commerce sites in the same instance: one for the U.S. market, the other for the European market. They offer free gift wrapping on a selection of products. For each order, five products can be wrapped in the U.S., but only three products can be wrapped in the European region.
How should a developer allow the merchant to independently adjust this number?

  • A. Select the corresponding option in the system preference for Orders.
  • B. Configure a new localizable content slot with a market-specific value.
  • C. Create a new custom preference by extending the Site Preference object type.
  • D. Add a new Campaign using the Online Marketing section of the Business Manager.

正解:C


質問 # 83
Universal Containers needs to have Apple Pay disabled for the country of Spain.
Which Business Manager module should the Developer use to meet this requirement?

  • A. Merchant Tools > Ordering > Payment Methods
  • B. Merchant Tools > Site Preferences > Payment Types
  • C. Merchant Tools > Ordering > Payment Processors
  • D. Merchant Tools > Site Preferences > Apple Pay

正解:A


質問 # 84
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. Add a resource file for every locale for which the attribute needs to be translated.
  • B. Create a custom attribute on the product system object and set it as localizable.
  • C. set the product system object type as localizable.

正解:B


質問 # 85
......


Salesforce CCM-101 認定試験に合格するためには、候補者は、製品カタログの管理、価格設定とプロモーション、注文管理、顧客サービスを含む B2C コマースの基礎をしっかりと理解している必要があります。さらに、候補者は Salesforce Commerce Cloud での作業経験があり、主要な機能と機能に精通している必要があります。

 

最新CCM-101試験問題集には高得点で一発合格:https://jp.fast2test.com/CCM-101-premium-file.html

CCM-101認定試験問題集には208練習テスト問題はこちら:https://drive.google.com/open?id=1O3Hc5CXT9_ue3PZHKT-CMSgnJzgJeXm0


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어