2022年最新の保証された成功できるB2C-Commerce-Developer問題集でSalesforceのPDF問題 [Q42-Q60]

Share

2022年最新の保証された成功できるB2C-Commerce-Developer問題集でSalesforceのPDF問題

格別な練習Salesforce Certified B2C Commerce Developer問題集で最速合格させます


Salesforce B2C-Commerce-Developer 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • 既存のコードとサンドボックスインスタンスを指定して、BusinessManagerでログカテゴリを有効にしてアクセスする
トピック 2
  • スクリプトとパイプライン関数を検査するためのデバッガーの構成と使用
  • 制御ロジックを変更するためのJavascriptコントローラーの変更
トピック 3
  • 構成タスクが与えられたら、ビジネスマネージャーを使用してストアフロントデータを操作し、ストアフロント注文を完了します
トピック 4
  • 次のISML機能を使用するISMLテンプレートを作成します:ローカルインクルード、リモートインクルード、モジュール、およびコンポーネント
トピック 5
  • ストアフロントサイトのコードを指定して、指定されたカートリッジパスにカートリッジ名の正しいシーケンスを追加します
トピック 6
  • 要件とシンプルなサービス仕様を前提として、サービスフレームワークを使用して統合およびデプロイする
  • OCAPIショップとデータAPIを使用して外部システムとの相互運用性を実現する
トピック 7
  • スクリプトを活用してテンプレート
  • JSON
  • 書き込みコードをレンダリングするJavascriptコントローラーを作成し、機密性の低いデータをさまざまなログレベルのカスタムログファイルに記録します
トピック 8
  • テンプレート、フォーム定義、静的ファイル、プロパティファイルの実装と拡張
  • 以前はフックで定義されていなかったフックを使用して機能を拡張する
トピック 9
  • サンドボックスインスタンスとEclipseIDEが与えられたら、UX Studioをインストールし、サンドボックス環境にコードをアップロードします
トピック 10
  • ビジネス要件が与えられた場合、データをダウンストリームシステムに渡します。ストアフロントを拡張して、既存のシステムオブジェクトタイプに新しい属性を公開する
トピック 11
  • Business Managerを使用して、コンテンツアセット、コンテンツスロット、およびコンテンツフォルダを操作する
トピック 12
  • ストアフロントで使用できる新しい検索絞り込み定義を作成する
  • サイトの検索設定と設定を変更して、指定された製品属性の検索を有効にする
トピック 13
  • サンドボックスインスタンスとデータインポートファイルが与えられた場合、BusinessManagerインポート
  • エクスポートモジュールを使用してファイルをインポートします
トピック 14
  • ローカライズされたページが期待どおりに表示されるようにする永続オブジェクト属性
  • 問題を特定し、パフォーマンスとスケーラビリティを含むベストプラクティスに準拠するようにコードを変更する
トピック 15
  • パフォーマンスの問題とサンプルコードを前提として、障害のあるキャッシュ構成を特定し、原因を特定します
トピック 16
  • フォームの外観を変更し、検証とCSRF保護を追加し、バインディングを使用してフィールドを処理する
トピック 17
  • 仕様とサンドボックスインスタンスを指定して、データとショップAPIのOCAPI権限を構成します
トピック 18
  • ビジネスマネージャーのタスクが与えられた場合、製品データモデルを使用して、製品、その分類、および関連する在庫を管理します

 

質問 42
A Digital Developer creates a B2C Commerce server connection in their UX Studio workspace. The Developer adds new cartridges to the workspace, but the cartridges do NOT execute as the Developer expects.
Which three things should the Digital Developer verify to ensure the cartridges are uploaded? Choose 3 answers

  • A. The cartridge is for the current version of B2C Commerce.
  • B. The Auto-Upload setting is enabled for the server connection.
  • C. The Active Server setting is enabled for the server connection.
  • D. The credentials for the server connection are correctly entered.
  • E. The server is configured to accept incoming connections.

正解: B,C,D

 

質問 43
Universal Containers recently completed updates to their storefront shopping cart page. A problem has been discovered since the update. Users are no longer able to submit coupon codes on this page. Additionally, authenticated users who try to add a coupon are logged out.
The following processing code is found in the Cart.jscontroller file:

What should the Developer verify to identify the issue?

  • A. The form group has the secureattribute set to true.
  • B. The CSRF token is present in the form and is being submitted in the request.
  • C. The CSRF settings in Business Manager are properly configured.
  • D. The CSRF cartridge is included in the site's cartridge path.

正解: B

 

質問 44
The developer created a new Storefront category in storefront-catalog-m-en, but when viewing the Storefront site, the category is not visible.
What are two possible reasons? (Choose two.)

  • A. The Storefront catalog is offline
  • B. The category is not sorted
  • C. The category is offline
  • D. The category does not contain available products

正解: C,D

解説:
Explanation/Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC3/index.jsp?topic=%
2Fcom.demandware.dochelp%2FLegacyDevDoc%2FCategoriesdonotshowinstorefront.html

 

質問 45
A business user wants to add a link to a content page from within the body of another content asset. The target content asset ID is: terms-and-conditions.
Which link function generates the correct link?

  • A. $url('Page-Show', 'cid', 'terms-and-conditions')$
  • B. $include('Page-Include', 'cid', 'terms-and-conditions')$
  • C. $httpUrl('Content-Show', 'cid', 'terms-and-conditions')$
  • D. $http('Content-Page', 'cid', 'terms-and-conditions')$

正解: C

 

質問 46
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 business manager cartridge site
  • B. Add the appropiate roles and permission to the user to view the business manager extension.
  • C. Activate a new code version for the Business Manager Site.
  • D. Add plugin_bm_extension to the cartridge path under Storefront cartridge site path.

正解: A,C

解説:

 

質問 47
A Digital Developer needs to check for product inventory in a specific inventory list using the Open Commerce API.
An example request URL is:

Which rescurce_id value enables the appropriate resource?

  • A. /inventory_list_search
  • B. /inventory-lists/*
  • C. /products/*
  • D. /inventory_lists/**

正解: D

 

質問 48
A Digital Developer added a file named MyBusinessController.jsin the cartridge named app_project.
The project design calls for this new file to override MyBusinessController.js in client_project. The client_projectcartridge contains other necessary functionality. Additional functionality is also included in the storefront_coreand storefront_controllerscartridges.
Which cartridge path meets the project requirements?

  • A. client_project:app_project:storefront_controllers:storefront_core
  • B. app_project:client_project:storefront_controllers:storefront_core
  • C. app_project:storefront_controllers:storefront_core
  • D. storefront_core:storefront_controllers:client_project:app_project

正解: B

解説:
Explanation/Reference:

 

質問 49
A client has two B2C Commerce sites in the same instance: one for the U.S market, the other for the European market. The products they make are sold with different safety certificates based-on the world location.
For example, they sell a smartphone with certificate A in the U.S and certificate B in Europe, a hairdryer with certificate C in the U.S and certificate D in Europe, and more.
How should a developer allow the merchant to display the appropriate certification logo in the produce to details page, depending on the customer's location?

  • A. Add a Site-specific custom attribute to the Product system object type.
  • B. Ad and Image custom preference to the Sitepreference system object type
  • C. Add a Localizable custom attribute to the Certificate system object type.
  • D. Add a Localizable custom preference to the SitePreference system object type.

正解: A

解説:

 

質問 50
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 > Site Preferences > Payment Types
  • B. Merchant Tools > Ordering > Payment Processors
  • C. Merchant Tools > Ordering > Payment Methods
  • D. Merchant Tools > Site Preferences > Apple Pay

正解: D

 

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

正解: B,D

 

質問 52
Which three object types can a developer import using the Merchant Tools > Content > Import & Export module in Business Manager?
Choose 3 answers

  • A. Content assets
  • B. Content slots
  • C. Folders
  • D. Images and other static assets
  • E. Products

正解: A,C,D

 

質問 53
A developer configures the dw.json file and needs to fill in the necessary parameters to complete the task.
Which three parameters are required when using npm scripts? (Choose three.)

  • A. Username/Password
  • B. Site ID
  • C. Code Version
  • D. CSRF Token
  • E. Hostname

正解: B,C,D

 

質問 54
A Digital Developer is tasked with setting up a new Digital Server Connection using UX Studio in their sandbox.
Which three items are required to accomplish this task? (Choose three.)

  • A. Business Manager Password
  • B. Instance Hostname
  • C. Business Manager Username
  • D. Instance Version
  • E. Keystore Password

正解: A,B,E

 

質問 55
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. xyz
  • B. custom-export
  • C. custominfo-blade
  • D. custom-xyz

正解: D

 

質問 56
A Digital Developer is working on a project to convert a pipeline to a JavaScript controller. UX Studio has a functioning pipeline debugger configured for the site. Assume the Developer will add a breakpoint to the controller when it is written.
What must be done in order to use the debugger with the new controller when it is written?

  • A. Create and use a new controller debug configuration.
  • B. Use the existing pipeline debugger.
  • C. Create and use a new script debug configuration.
  • D. Modify the debugger configuration and use the existing pipeline debugger.

正解: D

 

質問 57
Given the requirements:
* To integrate with an external web service using HTTP requests.
* To create a service for this purpose with the Service framework using the LocalServiceRegistry class.
* To test the service before the external service provider makes the API available.
Which solution allows the developer to satisfy the requirements?

  • A. Create a service and a Sitepreference that induce the service to respond with a mock response using a conditional.
  • B. Create a service and implement the mockFull callback and set the service mode to mock.
  • C. Create two services, one mock and the real one, and a Sitepreference that enable the mock or the real one.
  • D. Create a service and implement the mockFull callback and a sitepreference to enable or disable the mock response.

正解: D

 

質問 58
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

 

質問 59
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

 

質問 60
......

B2C-Commerce-Developer試験問題集と保証された成功率:https://www.goshiken.com/Salesforce/B2C-Commerce-Developer-mondaishu.html