[Q42-Q66] 最高のB2C-Commerce-DeveloperのPDF問題集100%GoShiken試験合格率保証 [2022年08月]

Share

最高のB2C-Commerce-DeveloperのPDF問題集100%GoShiken試験合格率保証 [2022年08月]

GoShikenの問題集で100%あなたのB2C-Commerce-Developer Salesforce Certified B2C Commerce Developer試験を一発合格


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

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

 

質問 42
A Digital Developer has been given a requirement to add fault tolerance to an existing web service integration that uses Service Framework. Administrators at Universal Containers need to be able to configure the timeout and rate limiting.
Which approach should the Developer use to implement the requirement?

  • A. Create a site preference to store timeout settings and implement an IOException handler to execute fallback code.
  • B. Implement a condition that checks to see if the response was empty and execute fallback code if true.
  • C. Use the setTimeout method to execute fallback code if the request has NOT completed.
  • D. Implement a serviceUnavaiiableException exception handler to execute fallback code.

正解: D

 

質問 43
A retailer notices that the Account Addresses page is showing the wrong shopper's address.
Which tool should the developer start with to identify the issue?

  • A. Code Profiler
  • B. Pipeline profiler
  • C. Reports and Dashboards Module
  • D. Storefront Toolkit

正解: D

 

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

正解: B

 

質問 45
A Digital Developer adds the following line of code to a script.
dw.system.Logger.getLogger{'login').debug{"Login API has succeeded");
The code executes without error; however, the log file on disk does NOT contain the log message.
Which two actions should be completed to write the log message to disk? Choose 2 answers

  • A. Ensure that the debug log level is enabled to write to file in the Custom Log Settings Business Manager module.
  • B. Archive old log files to make room in the log directory.
  • C. Ensure that the "login" category is added to the Custom Log Filters in the Log Settings Business Manager module.
  • D. Ensure that the debug log level has been added to the custom log level types in the Global Preferences business manager module.

正解: A,C

 

質問 46
A Digital Developer has detected storefront pages being rendered with an error message. After inspecting the log files, the Developer discovered that an enforced quota is being exceeded.
What action should the Developer take to stop the quota violation?

  • A. Rewrite the code that is causing the overage.
  • B. Take no action, the overage will be resolved when concurrent visitors are reduced.
  • C. Ask support to remove the quota limit.
  • D. Change the Business Manager configuration for the quota settings.

正解: D

解説:
References:

 

質問 47
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 cartridge file and folder names.
  • B. Set the server connection's target version directory to the active code version.
  • C. Remove invalid characters from the code version's name.
  • D. Set the active code version to use the latest compatibility mode.

正解: B

解説:
References:

 

質問 48
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. $http('Content-Page', 'cid', 'terms-and-conditions')$
  • B. $include('Page-Include', 'cid', 'terms-and-conditions')$
  • C. $httpUrl('Content-Show', 'cid', 'terms-and-conditions')$
  • D. $url('Page-Show', 'cid', 'terms-and-conditions')$

正解: C

 

質問 49
Universal Containers wants to add a model field to each product. Products will have locale-specific model values. How should the Digital Developer implement the requirement?

  • A. Utilize resource bundles for translatable values.
  • B. Store translated model values in different fields; one field for each locale.
  • C. Set the model field as a localizable attribute.
  • D. Add model to a new custom object with localizable attributes.

正解: C

 

質問 50
Given the file structure below, which ISML method call renders the customLandingPage template?

  • A. ISML.renderTemplate('content/custom/customLandingPage');
  • B. ISML.renderTamplate('cartridge/templates/default/content/custom/customLandingPage');
  • C. ISML.render('content/custom/customLandingPage');
  • D. ISML('content/custom/customLandingPage');

正解: A

 

質問 51
A developer uses the call() instance method of dw.svc.Service to invoke a web service and implemented the callback methods defined by the dw.avc.ServiceCaliback class.
Which callback method is required only when invoking a SOAP service?

  • A. initServiceClient
  • B. mockCall
  • C. parseResponse
  • D. createRequeat

正解: A

 

質問 52
Universal Containers specifies a new category hierarchy for navigating the digital commerce storefront. A Digital Developer uses Business Manager to manually create a catalog with the specified category hierarchy, then uses the Products & Catalogs > Import & Export module to export the catalog as a file.
How can other Developers with sandboxes on the same realm create the same catalog in their own sandboxes?

  • A. Use the remote upload capability of the Site Import & Export module of Business Manager.
  • B. Use the Business Manager Data Replication module to replicate the catalog from the original Developer's sandbox.
  • C. Use Business Manager to upload and import a copy of the export file obtained from the original Developer.
  • D. Use the import capability of the Site Import & Export module of Business Manager.

正解: D

 

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

正解: C,D

解説:

 

質問 54
Universal Containers calls the following combination of products "The Basics" and sells the combination as a unique product ID:
* One Model 103 container
* Five Model 611 containers
* Three Model 201 containers
The Developer created these three products in the catalog.
What is the next step in Business Manager to create "The Basics" as a combination?

  • A. In the Product Sets module, create a product set named "The Basics."
  • B. In the Product Bundles module, create a bundle named "The Basics."
  • C. In the Products module, create a product named "The Basics" and add the products to the Product Bundles tab.
  • D. In the Products module, create a product named "The Basics" and add the products to the Product Sets tab.

正解: C

 

質問 55
Business Manager has the configuration:
* Active log category is "root"
* Log level of INFO
The code below execites:
Var log = Logger.getLogger("products","export");
Log.info ("This is important information");
Using this information, what is the beginning of the filename in which the log will be written?

  • A. custom-export
  • B. products
  • C. info-export
  • D. custom-products

正解: D

 

質問 56
A Digital Developer has detected storefront pages being rendered with an error message. After inspecting the log files, the Developer discovered that an enforced quota is being exceeded.
What action should the Developer take to stop the quota violation?

  • A. Rewrite the code that is causing the overage.
  • B. Take no action, the overage will be resolved when concurrent visitors are reduced.
  • C. Ask support to remove the quota limit.
  • D. Change the Business Manager configuration for the quota settings.

正解: D

解説:
Explanation/Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%
2Fcom.demandware.dochelp%2FDWAPI%2Fquota%2Fhtml%2Findex.html

 

質問 57
A developer is importing edits for two different sites into the same sandbox, and is provided with four different files.
Which two XML files should the developer import using the site-specific Merchant Tools import modules, instead of the Administration section import modules?
Choose 2 answers.

  • A. Search Settings En (search y en Sites)
  • B. Site Jobs (sites)
  • C. System type extensions (solo en Sites)
  • D. Promotions ( en sites y en online marketing)

正解: A,D

 

質問 58
A Digital Developer is requesting product information for an external integration. The following Open Commerce API (OCAPI) request is NOT functioning correctly:

How should the Developer change the request?

  • A. Change the URI to /dw/shop/vl8_3/products/creative-zen-v.
  • B. Change the HTTP method to GET.
  • C. Change the HTTP method to PUT.
  • D. Include an authentication token in the request.

正解: B

 

質問 59
Universal Containers wants to associate a region code value with an order to indicate the general area of its destination. This region code must be accessible whenever the order history is displayed.
What is required to accomplish this?

  • A. Define a custom attribute on the Order system object type to store the region code value.
  • B. Define a custom object type to store the username with the region code.
  • C. Store the region code value in the geolocation system attribute of the Order.
  • D. Store the region code value in a session variable.

正解: A

 

質問 60
A Digital Developer has identified that the code segment below is causing performance problems.

What should the Developer do to improve the code?

  • A. Breaks the process into separate loops.
  • B. Avoid post-processing and use the isOnSaleFlag attribute as a search refinement.
  • C. Use a system attribute instead of the isOnSaleFlag custom attribute.
  • D. Avoid using an Iterator and use a Collection instead.

正解: A

 

質問 61
Given the file structure below, which ISML method call renders the customLandingPage template?

  • A. ISML.renderTemplate('content/custom/customLandingPage');
  • B. ISML.renderTamplate('cartridge/templates/default/content/custom/customLandingPage');
  • C. ISML.render('content/custom/customLandingPage');
  • D. ISML('content/custom/customLandingPage');

正解: A

 

質問 62
When inspecting the weekly service status report for a critical internally hosted web service used in the application, a developer notices that there are too many instances of unavailability.
Which two solutions can reduce the unavailability of the service?
Choose 2 answers.

  • A. Increase the web service time out
  • B. Update the service to have a faster response time.
  • C. Modify the code that makes the request to the external serviceto be wrapped in a try/catch block.
  • D. Change the code that sets the throwOnError attribute of the service to be true.

正解: A,B

解説:

 

質問 63
A developer wants to embed a link to a content page from within the body of another content asset. the target content asset ID is: about-us Which option represents the correct format to use?

  • A. $url('Content_Show', 'about-us')$
  • B. $url(''page-Show,''cid'', about-us')$
  • C. $url('Content-Page', cid 'about-us;)$

正解: B

 

質問 64
A client uses tax tables in Business Manager to calculate tax. They recently started shipping to a new country, Italy, and the tax is not being calculated correctly on the Storefront.
What is the likely problem?

  • A. Tax Country is missing
  • B. Tax Locale is configured wrong
  • C. Tax Region is configured wrong
  • D. Tax Jurisdiction is missing

正解: B

 

質問 65
A Digital Developer is working on a multi-site realm. A new site requires a different layout for the account landing page. The business logic and data model remain the same. The existing code is in AccountCoatrol.-s and accountlanding.isul in the app_at storefront cartridge The app_3torefront cartridge contains code for all other business functions. The cartridge path for the new site is currently int_cybersource:
mc_];aypal:app_storefront.
The Developer creates a new cartridge named app_newsire that contains only the accountlanding.isml template for the new site.
Which modification should be made to the new cartridge path?

  • A. Set the cartridge path to include only app_newsite.
  • B. Set the cartridge path so that app_newsite is after app_storefront.
  • C. Set the cartridge path so that app_storefront is before int_cybersource.
  • D. Set the cartridge path so that app_newsite is before app_storefront.

正解: D

 

質問 66
......

トレンドなB2C-Commerce-DeveloperのPDF問題集を受験前に使おう:https://www.goshiken.com/Salesforce/B2C-Commerce-Developer-mondaishu.html