B2C-Commerce-Developer日本語練習試験と学習ガイドは厳密検証されたFast2test最新な208問題
2024年最新のな厳密検証された合格させるB2C-Commerce-Developer日本語学習ガイドベズトお試しセット
質問 # 85
Universal Containersは、ロケールコードdeでドイツ語をサポートするように実装を拡張しました。現在のリソースバンドルはcheckout.propertiesです。
開発者はどのファイルにドイツ語の文字列値を追加する必要がありますか?
- A. resourcesフォルダーのde_checkout.properties
- B. デフォルトのロケールフォルダのcheckout.properties
- C. resourcesフォルダーのcheckout_de.properties
- D. delocaleフォルダーのcheckout.properties
正解:A
質問 # 86
開発者は、Taxation: Net で新しいサイトをセットアップしました。ただし、ビジネス要件が変更され、サイトは Taxation:Gross である必要があります。Business Manager インターフェイスには、このオプションはありません。
サイトを総課税に変更するには、どの手順が必要ですか?
- A. 課税をグロスに設定して新しいサイトを作成し、古いサイトを削除します。

- B. 開発者が「管理者」アクセス権を持っていることを確認してから、課税設定を総額に変更します。
- C. サイト設定のロックを解除し、課税設定を総額に変更します
- D. グローバル設定の "Enable Taxation Methods" を true に変更し、次に Taxation 設定を Gross に変更します。
正解:A
質問 # 87
SiteGenesisで提供されているカスタムタグをISMLテンプレートで使用するには、どのコードサンプルが必要ですか?
- A. オプションC
- B. オプションB
- C. オプションA
- D. オプションD
正解:B
質問 # 88
デジタル開発者は、サービス フレームワークを使用する既存の Web サービス統合にフォールト トレランスを追加する必要があります。Universal Containers の管理者は、タイムアウトとレート制限を構成できる必要があります。
要件を実装するために、開発者はどのアプローチを使用する必要がありますか?
- A. 応答が空かどうかを確認し、真の場合はフォールバック コードを実行する条件を実装します。
- B. ServiceUnavailableException 例外ハンドラーを実装して、フォールバック コードを実行します。
- C. リクエストが完了していない場合は、setTimeout メソッドを使用してフォールバック コードを実行します。
- D. タイムアウト設定を保存するサイト設定を作成し、IOException ハンドラーを実装してフォールバック コードを実行します。
正解:B
質問 # 89
次のコードは、アドレス ID が顧客のアドレス帳の別のアドレスによって既に使用されている場合、そのアドレス ID を使用できないことを保証します。コードに問題があります。無効なアドレス ID のエラー メッセージは、フォーム フィールドでユーザーに表示されることはありません。
アドレス ID フォーム フィールドにエラー メッセージが表示されるようにするには、デジタル開発者はこの問題をどのように解決する必要がありますか?
- A. addressForm.invalidateFormElement(addressForm.addressid);
- B. addressForm.invalidateFormElement("addressid");
- C. addressForm.addresssid.invalidateFormElement = true;
- D. addressForm.addresssid.invalidateFormElement();
正解:B
解説:
In the given scenario, the correct way to ensure that an error message is displayed on the address ID form field when an invalid address ID is entered is:
* A. addressForm.invalidateFormElement("addressid");This method call specifically targets the form element associated with the address ID and marks it as invalid, which triggers the display of the associated error message. This approach is direct and ensures that the user is immediately informed about the invalidity of the entered address ID, enhancing the user experience and form validation process.
質問 # 90
開発者は、カテゴリとサブカテゴリに次のログ レベルを設定しました。'product' に対して WARN ログが有効になり、"product.import" に対して DEBUG が有効になっています。さまざまなカテゴリとサブカテゴリに使用されるログ レベルは何ですか?
- A. WARN と FRROR ate lugged for product" とそのすべてのサブカテゴリ。
- B. WARN と ERROR は、修正製品とそのすべてのサブカテゴリに記録されます。サブカテゴリ'' product.import* では、DEBUG と INFO はログに記録されません。
- C. 「製品」およびそのすべてのサブカテゴリに対して WARN および ERROR がラグされます。サブカテゴリの場合
'product.import' DEBUG と INFO もロゴ入り
正解:C
解説:
In Salesforce B2C Commerce, when log levels are configured for specific categories and subcategories, the settings dictate the minimum level of logging that will be captured. If WARN logging is enabled for the
'product' category, it means that WARN and ERROR logs will be recorded for 'product' and all its subcategories because ERROR is a higher severity level than WARN. However, if DEBUG is enabled specifically for the 'product.import' subcategory, this setting will additionally capture DEBUG and INFO logs for 'product.import'. This granular control allows developers to capture more detailed logs where needed while maintaining a higher-level overview for broader categories.
質問 # 91
デジタル開発者は、以下のコードセグメントがパフォーマンスの問題を引き起こしていることを確認しました。
コードを改善するために開発者は何をすべきですか?
- A. isOnSaleFlagカスタム属性の代わりにシステム属性を使用します。
- B. 後処理を避け、検索の絞り込みとしてisOnSaleFlag属性を使用します。
- C. プロセスを個別のループに分割します。
- D. イテレータの使用を避け、代わりにコレクションを使用してください。
正解:C
質問 # 92
開発者は storefront-catalog-m-en に新しい Storefront カテゴリを作成しましたが、Storefront サイトを表示するとカテゴリが表示されません。
考えられる2つの理由は何でしょうか?
- A. カテゴリには利用可能な製品が含まれていません
- B. カテゴリはオフラインです。
- C. カテゴリがソートされていません
- D. ストアフロントカタログはオフラインです
正解:A、D
解説:
Two possible reasons why a newly created Storefront category in storefront-catalog-m-en is not visible on the storefront site are: A) The Storefront catalog is offline - If the catalog is not active, none of its contents, including new categories, will be displayed on the storefront. B) The category does not contain available products - A category without products will typically not appear on the storefront as there is nothing to display under that category. Categories need to have at least one available product to be visible to customers.
These factors are crucial in ensuring the visibility of categories on the storefront and should be checked whenever a category does not appear as expected.
質問 # 93
ネットワーク要因と ArcGIS Web Adaptor の処理が無視された場合に、コントローラーのスクリプト実行のパフォーマンスを測定するテクニカル レポート データポイントはどれですか?
- A. 処理時間
- B. 呼び出し回数
- C. 応答時間
- D. キャッシュヒット率
正解:A
質問 # 94
ジョブは、外部システムを呼び出すパイプラインを実行します。
この状況でパフォーマンスの問題を防ぐ 2 つのアクションはどれですか? (2つ選んでください。)
- A. マルチスレッドを無効にします。
- B. 同期インポートまたはエクスポート ジョブを使用する
- C. スクリプト パイプレットのタイムアウトを構成します。
- D. 非同期インポートまたはエクスポート ジョブを使用します。
正解:C、D
解説:
In scenarios where a job executes a pipeline that makes calls to an external system, the following actions can help prevent performance issues: B. Configure a timeout for the script pipelet. Setting a timeout ensures that the job does not hang indefinitely if the external system does not respond within a reasonable timeframe. This prevents the pipeline from being blocked by a slow or non-responsive external service. D. Use asynchronous import or export jobs. Asynchronous jobs allow the main execution flow to continue without waiting for the external system's response, which can improve the overall performance of the system by not delaying other operations.
These actions are recommended within Salesforce Commerce Cloud for managing interactions with external systems efficiently, as detailed in the "Performance Best Practices" and "Asynchronous Processing" sections of the documentation.
質問 # 95
以下のコードが実行されているとします。
Business Manager の構成は次のとおりです。
* アクティブなログ カテゴリは「root」で、ログ レベルは「info」です。
この情報が与えられた場合、ログが書き込まれるファイル名の先頭は何ですか?
- A. xyz
- B. カスタムエクスポート
- C. カスタム xyz
- D. カスタム情報ブレード
正解:C
質問 # 96
デジタル開発者は、ワークスペース内のカートリッジが実行されていないことに気付きました。開発者は、カートリッジが B2C Commerce サーバー接続のターゲット バージョン ディレクトリにアップロードされていることを確認します。
この問題を解決する可能性のあるアクションはどれですか?
- A. カートリッジのファイル名とフォルダー名から無効な文字を削除します。
- B. コード バージョンの名前から無効な文字を削除します。
- C. サーバー接続のターゲット バージョン ディレクトリをアクティブなコード バージョンに設定します。
- D. 最新の互換モードを使用するようにアクティブなコード バージョンを設定します。
正解:C
解説:
When cartridges are not executing despite being uploaded, it typically indicates an issue with how the server is configured to recognize and use the uploaded cartridges.
Option D, "Set the server connection's target version directory to the active code version," is the correct action because it ensures that the server uses the correct set of cartridges (the ones uploaded) as part of the active code version. This setup is crucial for the proper execution of code on the Salesforce B2C Commerce server.
This option resolves the issue by linking the active development work (the uploaded cartridges) with the server's operational environment, ensuring that changes are recognized and executed as part of the active deployment.
Other options do not address the issue of ensuring that the uploaded cartridges are recognized and used in the active server environment:
* Setting the active code version to use the latest compatibility mode (Option A) does not necessarily connect the uploaded cartridges with the server.
* Removing invalid characters from the code version's name (Option B) or cartridge file and folder names (Option C) addresses different potential issues unrelated to version targeting.
質問 # 97
デジタル開発者は、サンドボックスでUXStudioを使用して新しいデジタルサーバー接続をセットアップする必要があります。
このタスクを実行するために必要な3つの項目はどれですか? (3つ選択してください。)
- A. インスタンスバージョン
- B. キーストアパスワード
- C. ビジネスマネジャーのユーザー名
- D. インスタンスのホスト名
- E. ビジネスマネージャーのパスワード
正解:B、D、E
解説:
References:
質問 # 98
属性が表示されないため、開発者は Business Manager でカスタム オブジェクトを作成できません。開発者はオブジェクトを表示できますが、属性は表示できません。
問題を解決するために、開発者はどのアクションを実行する必要がありますか?
- A. 属性のデータ型を変更します。
- B. 属性をサイト固有の複製可能に設定します。
- C. 目的の属性を含む属性グループを作成します。
正解:C
質問 # 99
インスタンスでカスタム ロギングが有効になっています。ログがファイル サイズの制限に達しました。
この状況ではどうなりますか?
- A. ログ ファイルがロールオーバーされ、最も古いログ メッセージが上書きされます。
- B. 当日ロギング停止
- C. 現在のログ ファイルがアーカイブされ、新しいログ ファイルが作成されます。
- D. ログファイルが削除され、新しいログファイルが作成されます。
正解:C
解説:
In Salesforce B2C Commerce, when a custom log file reaches its file size limit, the system automatically handles the file to ensure continued logging without data loss:
* Option C: The current log file is archived and a new log file is created is the correct response. This process is part of the log file rotation mechanism implemented in the platform, ensuring that log files are kept to a manageable size and archived for record-keeping before starting a new file. This helps in maintaining performance and manageability of log files.
Option A is incorrect because the log file is not deleted but archived. Option B and D are inaccurate descriptions of the logging system's behavior regarding file size limits.
質問 # 100
開発者は、クライアント側の AJAX 要求で使用されるコントローラー エンドポイントを作成するよう求められます。その目的は、リクエストが完了したときに、現在のページの外観を変更することなく、更新された情報をユーザーに表示することです。
SFRA の慣例によると、この目的を最もよくサポートするのはどの方法ですか?
- A. res.print()
- B. res.render()
- C. res.json()
正解:C
解説:
In SFRA (Salesforce Reference Architecture), when creating controller endpoints for client-side AJAX requests where updated information needs to be displayed without refreshing or changing the current page layout, the best method to use is res.json(). This method allows the controller to send JSON-formatted response data back to the client, which can be easily handled via JavaScript on the client side. This approach is optimal for asynchronous requests where data needs to be updated dynamically on the page as it does not involve re-rendering the entire page but rather just the relevant data components. This practice is consistent with modern web development standards that focus on enhancing user experience and reducing server load.
質問 # 101
Business Manager の構成は次のとおりです。
アクティブ ログ カテゴリは「ルート」です
WARNのログレベル
以下のコードが実行されています。
var log = Logger.getLogger("製品");
この情報を使用して、どの 2 つのログが書き込まれますか?
2つの答えを選択してください
- A. log.error("これはエラー メッセージです");
- B. log.warn("これは警告メッセージです");
- C. log.info("これは情報メッセージです");
- D. log.debugfこれはデバッグ メッセージです");
正解:B、C
質問 # 102
Universal Containers は最近、店舗のショッピング カート ページの更新を完了しました。アップデート以降、問題が発見されました。ユーザーは、このページでクーポン コードを送信できなくなりました。さらに、クーポンを追加しようとする認証済みユーザーはログアウトされます。
次の処理コードは、Cart.js コントローラー ファイルにあります。
問題を特定するために、開発者は何を確認する必要がありますか?
- A. Business Manager の CSRF 設定が適切に構成されている。
- B. CSRF カートリッジは、サイトのカートリッジ パスに含まれています。
- C. CSRF トークンがフォームに存在し、リクエストで送信されています。
- D. フォーム グループの secure 属性が true に設定されています。
正解:C
質問 # 103
次のサンプルコードは、望ましい結果を提供していません。 Digital Developerは、問題をデバッグするためにログにエントリを追加する必要があります。
どのステートメントがログエントリを正しく追加しますか?
- A. Logger.error( '注文用のApplePay支払い手段が見つかりません。' + paymentInstruments);
- B. Logger.fault( '注文用のApplePay支払い手段が見つかりません。' + paymentInstruments);
- C. Logger.getErrorLog()。log( '注文用のApplePay支払い手段が見つかりません。' + paymentInstruments);
- D. Logger.exception( '注文用のApplePay支払い手段が見つかりません。' + paymentInstruments);
正解:D
質問 # 104
効率的でスケーラブルな 2 つの方法はどれですか? (2つ選んでください。)
- A. カテゴリ.getProducts()
- B. ProductSearchHit.getRepresentedProducts()
- C. ProductSearchModel.getProductSearchHits()
- D. ProductMgr.queryAllSiteProducts()
正解:A、C
質問 # 105
......
究極のガイドはB2C-Commerce-Developer日本語最新時間限定今すぐダウンロード!:https://jp.fast2test.com/B2C-Commerce-Developer-JPN-premium-file.html