[Q112-Q136] 合格させるCCM-101試験一発合格保証100%カバー率でリアル試験問題 [2024年01月]

Share

合格させるCCM-101試験一発合格保証100%カバー率でリアル試験問題 [2024年01月]

有効なCCM-101テスト解答Salesforce CCM-101試験PDF問題を試そう


Salesforce CCM-101試験は、B2C Commerce Cloudストアの管理とマーチャンダイジングにおける専門知識を証明するための優れた方法です。この試験に合格することで、候補者はB2C Commerce Cloudの高度な概念に深い理解を持ち、その知識を実世界の状況に適用できることが認定されます。この認定は、B2C Commerce Cloudストアの管理とマーチャンダイジングの分野でキャリアを進めたいプロフェッショナルにとって、貴重な資格となります。


Salesforce CCM-101試験では、B2C Commerce Cloud Storeの管理とマーチャンダイングに関連する高度なトピックをカバーしています。この認定試験では、製品、カタログ、プロモーション、価格設定、在庫の管理に関する候補者のスキルを評価します。さらに、この試験では、顧客グループを作成および管理する候補者の能力、最適化、およびサイトの設計を評価します。この試験は、Salesforce Commerce Cloudで利用可能なさまざまなツールと機能を使用して、eコマースストアを効果的に管理および商品化する候補者の能力をテストするように設計されています。

 

質問 # 112
A developer is writing a server side script that needs to maintain state across calls. The persistent information needed includes these items.
* The current customer
* Whether or not the customer is authenticated
* The privacy attributes (such as tracking consent or cookie policy)
Which technique should the developer use to maintain state in an efficient and scalable manner that follows best practice?

  • A. Use a non-replicable Custom Object to store the information temporarily.
  • B. Use a client-side cookie to store the information for the session duration.
  • C. Use an SFRA controller, because it runs server-side, the state is automatically maintained
  • D. Use the Session class in the B2C Commerce api.

正解:D


質問 # 113
The Client is creating a new Storefront and their requirements include:
* ApplePay support
* Log -n through a standard OAuth2 social media account
* One Okie checkout process
* Ay B testing for promotions
Which two items require technical documentation for customizing the Storefront Reference Architecture?
Choose 2 answers

  • A. A/B testing for promotions
  • B. One Click checkout process
  • C. log in through a standard OAuth2 social media account
  • D. ApplePay support

正解:B、D


質問 # 114
A developer plans to use the /search_suggestion (Shop API) in a Storefront application and the following property must be set to do so suggestion.product.image:view_type What consideration should the developer in keep in mind to ensure that image data is returned correctly as part of search suggestions?

  • A. If the view_type is not set or if the view_type is unknown, the image size of 'small' is used by default
  • B. If the view_type is not set or if the view_type is unknown, the image properties are not part of the response.
  • C. If the view_type is not set or if the view_type is unknown, the image size of 'large' is used by default

正解:B


質問 # 115
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. Use the Site Development > Import & Export Business Manager module.
  • B. Perform a data replication from staging.
  • C. Use the Site Development > Site Import & Export Business Manager module.
  • D. Download the site export file and use UX Studio to transfer the data to the sandbox.

正解:C


質問 # 116
A third party survey provider offers both an API endpoint for individual survey data and an SFTP server endpoint that can accept batch survey dat a. The initial implementation of the integration includes
1. Marking the order as requiring a survey before order placement
2. On the order confirmation pace, the survey form is displayed for the customer to fill
3. The data is sent to the survey provider API, and the order it marked as not requiring a survey Later it was identified that this solution is not fit for purpose as the following issues and additional requirements were identified:
1. If the API call fails, the corresponding survey data is lost. The Business requires to avoid data loss.
2. Some customers skipped the form. The Business require sending a survey email to such customers.
3. The Order Management System (OMS) uses a non-standard XML parser it did not manage to parse orders with the survey, until the survey attribute was manually removed from the xml.
How should the Architect address the issues and requirements described above?

  • A. Send the survey data to the API endpoint in real-time until the survey data is successfully captured. Instruct the OMS development team to update their XML parser, use the Order survey attribute to send emails for the cases when the survey was skipped.
  • B. Create a custom object to store the survey data. Send to the API endpoint using a job. On success, remove the custom object. On failure, send the survey data with API from the next execution of the same job. Use the custom object to send emails for the cases when the survey was skipped.
  • C. Create a custom session attribute when the survey is required. Send to the API endpoint in real-time. On failure, capture the survey data in the session and reprocess, use me session attribute to send emails for the cases when survey was skipped.
  • D. Create a custom object when the survey is required Send to the API endpoint in real-time. On success, remove the object. On failure, capture the survey data in the custom object and later reprocess with a job. Use the custom object to send emails for the cases when survey was skipped.

正解:D


質問 # 117
Why should a Digital Developer use ProductSearchModel.getProducts() instead of Category.getOnlineProducts() to access products?

  • A. It reduces accesses to the application server.
  • B. It is more readable code.
  • C. It uses the search index.
  • D. It has fewer lines of code.

正解:A


質問 # 118
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. Operations > Cache > Site
  • C. Administration > Sites > Manage Sites > Site > Cache
  • D. Site > Site Preferences > Cache

正解:A


質問 # 119
A developer set up a new site with Taxation: Net. However, the business requirements changed and the site now needs to be Taxation:Gross. The Business Manager interface does not give this option.
Which sequence of steps is necessary to change the site to gross taxation?

  • A. Change the global setting,"Enable Taxation Methods" to true, then change the Taxation setting to Gross
  • B. Create a new site with Taxation set to Gross, then delete the old site.
  • C. Unlock the site preferences and then change the Taxation setting to Gross
  • D. Make sure that the developer has "Administrator" Access, then change the Taxation setting to Gross

正解:B


質問 # 120
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. Processing time
  • C. Response time
  • D. Call count

正解:B


質問 # 121
A Digital Developer has a site export file on their computer that needs to be imported into their sandbox.
How should the developer update their sandbox with the data in this file?

  • A. Connect and import the file using the remote option within the Site Import & Export Business Manager module.
  • B. Upload the file to the Static WebDAV directory and import using the Import & Export Business Manager module.
  • C. Upload and import the file using the local option within the Site Import & Export Business Manager module.
  • D. Upload the file to the Impex WebDAV directory and import using the Site Import tool within UX Studio.

正解:C


質問 # 122
A company manages its regional operations as separate businesses. The regional sites (Site A and Site B) operate with:
* Separate realms
* Deferent code bates
* Different category navigation menus
* Frequent updates on category structure
The requirement from the business is to provide hreflang link tags on category pages pointing to the same category on the other regional site. Example MTML for one of these links as displayed on Site A is:

Which solution should the Architect choose while keeping performance in mind?

  • A. Create a new custom object type Populate the hreflang mapping for each category and locale in this custom object. Use the custom object to display the hreflang link tag.
  • B. Create a custom Business Manager module. Ask the business to maintain the hreflang link tags for each regional site in this Business Manager module.
  • C. Create additional locales in al realms create a new custom attribute on the category that is localized. Populate the attribute with the other site URLs and use it to display the hreflang tag.
  • D. Create a new custom attribute on the Category. Populate the attribute with the other entire site URLs corresponding to locales In JSON Format. Use the attribute to display the hreflang link tag.

正解:D


質問 # 123
A developer wants to create in Business Manager extension with the cartridge named plugin_vm_extension.
Which two steps should the developer take for the extension option to show up in Business Manager?Choose 2 answers:

  • A. Add plugin_bm_extension to the cartridge path under Storefront cartridge site path.
  • B. Add plugin_bm_extension to the cartridge path under business manager cartridge site
  • C. Add the appropiate roles and permission to the user to view the business manager extension.
  • D. Activate a new code version for the Business Manager Site.

正解:B、D

解説:


質問 # 124
A Digital Developer has been given a specification to integrate with a REST API for retrieving weather conditions. The service expects parameters to be form encoded.
Which service type should the Developer register?

  • A. FTP
  • B. WebDAV
  • C. SOAP
  • D. HTTP Form

正解:D


質問 # 125
Northern Trail Outfitters (NTO) operate 200 physical stores. NTO has products that are available in some of the physical stores and not available in others. The closest physical store is determined based on customer s post zip code when they are shopping online. Only the products that are available in the customer's closest physical store should be presented to the customer to the search results.
What are the two feasible technical approaches to meet these requirements?
Choose 2 answers

  • A. Create a separate site per physical store. Use post/zip code to redirect the customer to the relevant site. Show the products from the site navigation catalog.
  • B. Create a separate shipping method per physical store. Use post/zip code to determine the applicable shipping method. Show only the products that are not excluded from the shipping method.
  • C. Create a separate pricebook per physical store. Use post/zip code to activate this pricebook through a customer group. Show only the products with price by applying price refinement.
  • D. Create a separate category per physical store use post/Tip code with a mapping to determine the relevant category. Show only the products from this category.

正解:B、C


質問 # 126
A developer has the following files in template/resources:
account.proierties
weight.unit=kilos
account_en.propierties
weight.unit=stones
account_en_US.propierties
weight.unit= pounds
Using the default locale configuration, what is the current outcome of the page that renders the account.isml template snippet below when visiting the Sofrefront with the English for Canada(en_CA) locale= Your parcel weighs 10 ${Resource.msg('weight.unit','account')}

  • A. Your parcel weighs 10 stones.
  • B. Your parcel weighs 10 undefined.
  • C. Your parcel weighs 10 pounds.
  • D. Your parcel weighs 10 kilos

正解:A


質問 # 127
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. Add a new Campaign using the Online Marketing section of the Business Manager.
  • B. Create a new custom preference by extending the Site Preference object type.
  • C. Configure a new localizable content slot with a market-specific value.
  • D. Select the corresponding option in the system preference for Orders.

正解:B


質問 # 128
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 how the customer online journey flown from landing on the page to placing of the order
  • C. Document the data mapping between commerce and customer service provider.
  • D. Document the customizations required on top of the LINK cartridge based on current commerce implementation and business needs.
  • E. Document the data objects, the interface, and data synchronization frequency between the systems.

正解:C、D、E


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

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

正解:D


質問 # 130
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 customer export Job must be created to export customers.
  • B. A new inventory Import Job must be created to manage inventory.
  • C. A new order export job must be created to export orders.
  • D. A new product Import Job must be created to manage products.

正解:B、D


質問 # 131
A developer has a specification to integrate with a REST API for retrieving traffic conditions. The service expects parameters to be form encoded.
Which service type should the developer register?

  • A. HTTP Form
  • B. POST Form
  • C. SOAP Form
  • D. HTML Form

正解:D


質問 # 132
A Digital Developer wants to selectively retrieve products and process them from an iPhone.
Which action should the Developer take, given that JavaScript controllers CANNOT be used?

  • A. Use OCAPI and invoke it in native language.
  • B. Use import/export in Business Manager.
  • C. Use WebDAV Client to retrieve products.
  • D. Create a webservice to retrieve products.

正解:C


質問 # 133
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. 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.
  • B. Append Cart-Show controller route in the 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.

正解:B


質問 # 134
A Digital Developer noticed that cartridges in their workspace are NOT executing. The Developer confirms that the cartridges are uploaded to the B2C Commerce server connection's target version directory.
Which action potentially solves this problem?

  • A. Remove invalid characters from the code version's name.
  • B. Remove invalid characters from cartridge file and folder names.
  • C. Set the active code version to use the latest compatibility mode.
  • D. Set the server connection's target version directory to the active code version.

正解:D


質問 # 135
In Log Center, a developer notes j number of Cross Site Request Forgery (CSRF) log entries.
After adding the token in the 15ML template, which action might solve this problem'

  • A. Delete the existing CSRF allow list in Business Manager.
  • B. Extend the CSRF token validity to avoid timeouts.
  • C. Add csrfProtection middleware steps in the controller

正解:C


質問 # 136
......


Salesforce CCM-101試験は、顧客セグメンテーション、商品カタログ管理、価格設定およびプロモーション、注文管理、およびアナリティクスを含む幅広いトピックをカバーしています。また、サイトデザインと最適化に関連するトピック、サイト検索とナビゲーション、コンテンツ管理、およびモバイル最適化に関連するトピックもカバーしています。さらに、試験ではSalesforce Commerce Cloudの強力なレポート作成およびアナリティクス機能に関する知識もテストされます。

 

CCM-101試験問題にて有効なCCM-101問題集PDF:https://jp.fast2test.com/CCM-101-premium-file.html

検証済みCCM-101問題集と解答で合格保証:https://drive.google.com/open?id=1O3Hc5CXT9_ue3PZHKT-CMSgnJzgJeXm0


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어