CCM-101認定お試し[2023年07月06日] 最新CCM-101のPDF問題集 [Q60-Q80]

Share

CCM-101認定お試し[2023年07月06日] 最新CCM-101のPDF問題集

ベストSalesforce CCM-101学習ガイドと問題集でof2023年更新


この試験は、B2Cコマースクラウドエコシステムの理解、製品やカタログの管理、プロモーションの作成と管理、報告書やダッシュボードを使用したコマースパフォーマンスの分析など、さまざまなトピックをカバーしています。また、注文と履行の管理、サードパーティシステムとの統合、および顧客データの管理などのトピックも扱います。

 

質問 # 60
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


質問 # 61
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 kilos
  • C. Your parcel weighs 10 undefined.
  • D. Your parcel weighs 10 pounds.

正解:A


質問 # 62
A merchant requires that an existing section of the Site become editable from the Business Manager, so that they can modify it independently of the developer.
Which of these is an important factor for a developer to consider when choosing the appropriate solution between a content slot and a Page Designer component?

  • A. Only content slot configurations can be tied to campaigns.
  • B. Only content slot configurations can ve localized for different languages.
  • C. Only Page Designer Components can be localized for different languages.
  • D. Only page Designer components can ve tied to campaigns.

正解:C


質問 # 63
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


質問 # 64
Given the following ISML example, how should a developer reference the product object in the current iteration of the basket?
<isloop items ="${pdict.Basket.products}" var="product" status= "loopstatus">
...
</isloop>

  • A. loopstatus.product
  • B. product
  • C. pdict.Basket.products{loopstatus}
  • D. pdict.product

正解:B

解説:


質問 # 65
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. Redirect users to the registration page if they are not logged in
  • C. Display a section of the page to logged users only

正解:A


質問 # 66
The Client has requested an Architect's help in documenting the architectural approach to a new home page. The requirements provided by the business are:
* Multiple areas of static image content, some may need text shown at well
* The content page must be Realizable
* A carousel of featured products must be shown below a banner 101191
* Recommended categories will be featured based on the time of year
Which two solutions would fulfil these requirements?
Choose 2 answers

  • A. Leverage B2C Commerce locales in Business Manager
  • B. Leverage B2C Commerce Content Management Service
  • C. Leverage B2C Commerce content slots and assets
  • D. Leverage B2C Commerce Page Designer with a dynamic layout.

正解:C、D


質問 # 67
Which two methods are efficient and scalable? (Choose two.)

  • A. ProductSearchHit.getRepresentedProducts()
  • B. ProductSearchModel.getProductSearchHits()
  • C. ProductMgr.queryAllSiteProducts()
  • D. Category.getProducts()

正解:B、D


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

正解:A、B


質問 # 69
A Digital Developer wants pass control to an ISML template from a JavaScript Controller and load product on the pipeline dictionary with the name myProduct.
Which code sample will achieve this?

  • A. ISML.renderTemlpate ( "helloworld.isml", { product: myProduct });
  • B. ISML.renderTemlpate ( "helloworld.isml", { "product": myProduct });
  • C. ISML.renderTemlpate ( "helloworld.isml", { myProduct: product });
  • D. ISML.renderTemlpate ( "helloworld.isml", { "myProduct": "product" });

正解:D


質問 # 70
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, what will be written to the log?

  • A. log.info("This is a warn message");
  • B. log.warn("This is a warn message"); AND log.error("This is an error message");
  • C. log.error("This is an error message"); AND log.info("This is an info message");

正解:A


質問 # 71
A merchant has complained to the developers that some products are not appearing in the storefront and has asked them to diagnose and solve the issue.
Which two factors might be causing a product to be hidden?
Choose 2 answers

  • A. Product Available to sell is <1.
  • B. Product has been set to searchable.
  • C. Product is not online.
  • D. Product lacks a price.
  • E. Product does not have any images.

正解:D、E


質問 # 72
A Digital Developer is implementing an Open Commerce API call to add products to a basket. Given the following resource configuration:

Which modification allows the requests to successfully execute?

  • A. Change the "read_attributes" value to: "(items)".
  • B. Change the "methods" value to: ["get", "post"].
  • C. Change the "resource_id" value to: "/baskets/*/items".
  • D. Change the "write_attributes" value to: "(+items)".

正解:C


質問 # 73
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 use separate storefront catalogs with the same navigation that If the customer Is In the customer group gets assign products appropriately.
  • B. Customize the Storefront to modify the search result that if the user is in the customer group then the result includes those products appropriately.
  • C. Customize the Storefront to use a hidden search refinement and modify the customer group to be qualified for by a new product custom attribute
  • D. 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.

正解:B


質問 # 74
Given the following snippet:
Server.append( 'Show' , function (req, res, next) )
According to SFRA, which two options shows a correct way to complete the code above in order to provide data to the response using a controller?
Choose 2 answers

  • A. res.viewData = {
    data: myDataObject
    };
    res.render('/content/myPage');
    next();
    });
  • B. res.setViewData ({
    data: myDataObject
    });
    res.render('/content/myPage');
    next();
    });
  • C. res.render('/content/myPage');
    next();
    }).append{(
    Data:myDataObject
    });
  • D. res.render('/content/myPage',{
    data: myDataObject
    });
    next();
    });

正解:D


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

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

正解:A


質問 # 76
The Client wishes to implement a third party integration that allows for free shipping If the customer Is a member of the third party service. When the customer's order is exported to the Order Management System (OMS) it also creates a custom object in order to track additional data before sending that order data to the third-party service as well.
What technical concern should the Architect raise to protect performance and stability of the site1?

  • A. The OMS having order data sent to a thud party and related security needs.
  • B. The customer's order data sent to a third-party and related security needs.
  • C. The customer order quota and related retention or deletion needs.
  • D. The custom object quota and related retention or deletion needs.

正解:D


質問 # 77
A digital instance has one site, with one master product catalog separate from the site catalog. Some, but NOT all, products in the master catalog are assigned to categories of the site catalog.
Using Business Manager, how can a Digital Developer create a catalog export file that contains only the products assigned to the site catalog?

  • A. Use the Site Import & Export module to export both the site catalog and the master catalog in a single archive.
  • B. Use the Catalog Export module to export the site catalog.
  • C. Use the Site Import & Export module to export the master catalog, filtered by site catalog categories to export specific products.
  • D. Use the Catalog Export module to export the master catalog, with a category-assignment search to export specific products.

正解:D


質問 # 78
Which method is efficient and scalable because it uses the product search index rather than searching the database?

  • A. ProductVanari.cnMcciel.aerVariams ()
  • B. ProduccAvailabiliryModel.isOrderable()
  • C. ProductSearcbHodel().gerProductSearchHita()
  • D. ProducrlndexModel.getOrderableProductsOnly()

正解:C


質問 # 79
A company that is a shoe-producer is doing Salesforce B2C Commerce implementation. In their Enterprise Resource Warning (ERP) system, the products are marked as being one of three types: boots, sandals, and sneakers. The business requirements based on the type are:
* The messaging on Product Detail page is different
* Customers are able to filler their Product Search Results
The customer's operations team asks about the format in which to send this value in the catalog.
Which data type should the Architect specify for this attribute In the Data Mapping document?

  • A. A custom attribute of type enum-of-string (single selectable value)
  • B. A custom attribute type set-of-string containing multiple values.
  • C. A custom attribute of type string containing comma separated values.
  • D. A custom attribute of type enum-of-string (multiselect able value).

正解:A


質問 # 80
......

有効なCCM-101試験 最新問題で2023年最新の学習ガイド:https://jp.fast2test.com/CCM-101-premium-file.html

トップクラスSalesforce CCM-101試験最先端学習ガイド!練習問題バージョン:https://drive.google.com/open?id=1O3Hc5CXT9_ue3PZHKT-CMSgnJzgJeXm0


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어