[2023年07月] 問題集簡単概要CCD-102試験問題Fast2test [Q116-Q137]

Share

[2023年07月] 問題集簡単概要CCD-102試験問題Fast2test

CCD-102トレーニング認証最新版をゲットSalesforce Developer


CCD-102試験は、データモデリング、システムアーキテクチャ、Salesforce Commerce Cloud Digitalプラットフォームのカスタマイズなどの領域での知識とスキルを開発者が測定するものです。また、カスタムカートリッジの開発、サードパーティアプリケーションの統合、SFRAフレームワークを使用してレスポンシブストアフロントを構築する能力も候補者の熟練度をテストします。認定試験は60の多肢選択問題から成り、制限時間は105分です。CCD-102試験に合格することで、グローバルに認められ、Salesforce Commerce Cloud Digitalプラットフォームにおける開発者の専門知識を証明するSalesforce Certified B2C Commerce Developer with SFRA認定を取得できます。


Salesforce CCD-102(B2C Commerce Developer with SFRA)試験は、Salesforce B2C CommerceおよびSFRAを使用する開発者のスキルと知識をテストするために設計された認定プログラムです。この認定プログラムは、データモデリング、サイトデザイン、サイト最適化などのトピックをカバーしています。この認定プログラムは、B2C CommerceおよびSFRAの分野で自分のスキルと知識を証明し、この分野でキャリアを進めたい開発者に最適です。

 

質問 # 116
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 PUT request to the Stores Data OCAPI.
  • B. A POST request to the Stores Data OCAPI.
  • C. An UPDATE request to the Stores Data OCAPI.
  • D. A PATCH request to the Stores Data OCAPI.

正解:A


質問 # 117
Given the SFRA Controller below:

Why would a JavaScript debugger, that is stopped at line 06, fall to show the viewdata variable in the inspection tool?

  • A. viewdata is declared but not assigned.
  • B. viewdata is assigned but not declared.
  • C. cache. applyDefauItCache is not a valid middleware.
  • D. viewdata is a B2C Script reserved name.

正解:B


質問 # 118
Which two items are appropriate content of custom logs implemented at checkout?
Choose 2 answers:

  • A. Payment gateway service response code
  • B. Customer's password at post-checkout sign up
  • C. Transaction's credit card information
  • D. Order failure information

正解:A、D


質問 # 119
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 the parameter is not passed In the URL and is read from the URL hash.
  • B. Add the key to the cache exclude parameters.
  • C. Rework the Implementation so it doesn't depend on that parameter.
  • D. Rework the implementation so it reads the parameter on client-side, passes it to the analytics and exclude It from cache parameters.

正解:B


質問 # 120
A developer is given a task to implement a new Page Designer layout component that doesn't accept certain asset components.
How should the developer achieve the above task?

  • A. Add layout_type_inclusion in the target components json configurations.
  • B. Add layout_type_exclusion in the other asset components json configuration.
  • C. Add component_type_Exclusions in the layout json configuration
  • D. Add component_type_inclusion in the layout json configuration

正解:D


質問 # 121
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 removed and recreated with scripts.
  • B. The Job Pipelines must be updated to use SiteGenesis Controllers.
  • C. The job Pipelines must be updated to use SFRA Controllers.
  • D. The job Pipelines must be updated to work as custom job steps.

正解:D


質問 # 122
A developer is asked to improve the maintainability of a page by reducing its code repetition.
What are two techniques the developer should implement to achieve this?
Choose 2 answers.

  • A. Embed partial files using ISML expressions
  • B. Implement template decorators paired with replace tags
  • C. Require and render templates with <isscript> tags
  • D. Use local template includes

正解:B、D


質問 # 123
Universal Containers wants to change a content slot that is currently configured to display a content asset. Now they want the slot to display the top five selling boxes for the week.
Which two changes need to be made for this to occur? (Choose two.)

  • A. Delete the existing content asset.
  • B. Change the slot's configuration content type to "recommendations."
  • C. Change the slot's configuration content type to "products."
  • D. Change the slot's configuration template to the appropriate rendering template.

正解:B、D


質問 # 124
A client has a single site with multiple domains, locales, and languages. After launch, there is a need for the client to perform offline maintenance. The client would like to show the same maintenance page for each locale.
Which version of aliases,Json file below will accomplish this task?
A)

B)


D)

  • A. Option D
  • B. Option B
  • C. Option C
  • D. Option A

正解:A


質問 # 125
Given a sandbox with an active slot configuration with the following specifications:
* Content type set to product
* With some product configured
* With the following rendering template: slots/product/product_1x2 isml
* Correctly enabled and scheduled
And given the code contained in the selected rendering template:

Is an additional action needed for this to work as intended?

  • A. No - The content slot is rendered correctly.
  • B. Yes - The content needs to be configured with a recommender to display products.
  • C. Yes - The isloop should be removed because no loops are allowed in a content slot rendering template.

正解:C


質問 # 126
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. View the product list page cache settings provided in the Administration > Manage Sites Business Manager module.
  • B. View the cache information provided by the Merchant Tools > Technical Reports Business Manager module.
  • C. Enable cache information in the storefront toolkit and view the cache information for the product tile.
  • D. Enable the template debugger to verify the cache times for the producttile.isml template.

正解:A、C


質問 # 127
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. POST Form
  • B. SOAP Form
  • C. HTML Form
  • D. HTTP Form

正解:C


質問 # 128
A developer wants to configure the following products so that same search results ire returned regardless of the search term used. The search term can be bag, purse, pocketbook, and tote. Mow should the developer configure this?

  • A. Synonyms
  • B. Hyponyms
  • C. Hypernyms

正解:C


質問 # 129
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_de.properties in resources folder
  • B. checkout.properties in the default locale folder
  • C. checkout.properties in the de locale folder
  • D. de_checkout. properties in resources folder

正解:A


質問 # 130
A developer working on a multi country site is asked to store country specific data that drives the creation of a country selector. Examples of the data stored are:
* Pricebook to be used
* Image URL for country flag
The data used in staging also applies in production, but only for this site.
Which approach should the developer take to implement these requirements?

  • A. Create site-specific content assets to store the data for each country.
  • B. Extend the Locale System Object to contain the custom data for each country.
  • C. Create a replicable, site-specific Custom Object with the custom data for each country.

正解:C


質問 # 131
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 meets these requirements?

  • A. Add a custom attribute for each locale
  • B. Set the custom attribute as localizable
  • C. Set the product system object type as localizable
  • D. Add a resource file for every locale for which the attribute needs to be translated.

正解:C


質問 # 132
A developer is given a task to implement a new Page Designer layout component that doesn't accept certain asset components.
How should the developer achieve the above task?

  • A. Add component_type_Exclusions in the layout json configuration
  • B. Add layout_type_inclusion in the target components json configurations.
  • C. Add layout_type_exclusion in the other asset components json configuration.
  • D. Add component_type_inclusion in the layout json configuration

正解:A


質問 # 133
Refer to the screen shot below:

Given a site called RefArch that has the settings shown, what must be done for RefArch to use the same customer list as RefArchGlobal?

  • A. Select RefArchGlobal in the dropdown for Customer List.
  • B. Enable "Customer List Sharing" in Global Preferences.
  • C. Enable "Customer List Sharing" in Site Preferences.
  • D. Import the RefArchGlobal customer list into the RefArch site.

正解:A


質問 # 134
Which two activities should an Architect encourage the replication team to follow based on S2C Commerce best practices?
Choose 2 answers

  • A. Use the undo replication process to roll back code replications only, not data replications.
  • B. Use the undo replication process to roll back to the previous replication if necessary.
  • C. Replicate the latest data to Production during periods of increased site use to ensure freshness.
  • D. Wait 15 minutes after the recreation process completes for the cache to dear automatically.

正解:A、D


質問 # 135
A Digital Developer must give users the ability to choose an occasion (holiday, birthday, anniversary, etc.) for which gifts are currently being selected. The data needs to be persistent throughout the current shopping experience.
Which data store variable is appropriate, assuming there is no need to store the selection in any system or custom objects?

  • A. Request scope variable
  • B. Session scope variable
  • C. Page scope variable
  • D. Content slot variable

正解:B


質問 # 136
Assume the code below is executing:

Business Manager has the configuration:
Active Log category is "root" with log level of "info."
Given this information, what is the beginning of the filename in which the log will be written?

  • A. custom-xyz
  • B. xyz
  • C. custom-export
  • D. custominfo-blade

正解:A


質問 # 137
......

認証トレーニングCCD-102試験問題集テストエンジン:https://jp.fast2test.com/CCD-102-premium-file.html

Salesforce Developer CCD-102リアル試験問題と解答無料最新になります:https://drive.google.com/open?id=1GFANREdZQ7ateqm89tAk3gzaSuQ2Pdts


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어