最新版を今すぐ試そう![2024年10月] 試験準備には欠かさない!Integration-Architect日本語問題集 [Q13-Q29]

Share

最新版を今すぐ試そう![2024年10月] 試験準備には欠かさない!Integration-Architect日本語問題集

有能な受験者がシミュレーション済みのIntegration-Architect日本語試験PDF問題を試そう

質問 # 13
Salesforce Community Cloud が自己登録と SSO をサポートする必要がある 2 つの要件はどれですか?
2つの答えを選択してください

  • A. SAML SSO および登録ハンドラー
  • B. SAML SSO とジャストインタイム プロビジョニング
  • C. OpenId Connect 認証プロバイダーとジャストインタイム プロビジョニング
  • D. OpenId Connect 認証プロバイダーと登録ハンドラー

正解:B、D

解説:
Explanation
OpenId Connect Authentication Provider and Registration Handler, and SAML SSO and just-in-time provisioning are two requirements that the Salesforce Community Cloud can support for self-registration and SSO. OpenId Connect is a protocol that allows users to authenticate with an external identity provider and access Salesforce resources. A registration handler is a class that implements the Auth.RegistrationHandler interface and defines the logic for creating or updating a user in Salesforce after authentication. SAML SSO is a protocol that allows users to log in to Salesforce with a single click, using an assertion from an identity provider that confirms the user's identity. Just-in-time provisioning is a feature that allows Salesforce to create or update a user account based on the information in the SAML assertion. References: Certification - Integration Architect - Trailhead, [OpenID Connect Authentication Providers], [SAML Single Sign-On (SSO) Service for Salesforce]


質問 # 14
組織は、Salesforce を外部システムと統合する必要があり、認証オプションを検討しています。この組織は、他のシステム間の統合のためにサードパーティの ID プロバイダーを使用して、SAML を既に実装しています。
既存の SAML 統合を活用して、Salesforce を他の社内システムに接続できるユースケースはどれですか?

  • A. 外部 Java クライアントからの API インバウンド統合をより安全にします。
  • B. 外部 Web サービスへの Apex SOAP アウトバウンド統合をより安全にします。
  • C. A 外部 Web サービスへの Apex REST アウトバウンド統合をより安全にします。
  • D. 外部 Web サーバーへの HYPERLINK() を含む式フィールドをより安全にします。

正解:D


質問 # 15
Northern Trail Outfitters では、Salesforce 組織の 1 つと、Salesforce Connect を使用した外部データ ソースとの間で統合を設定する必要があります。外部データ ソースは Open Data Protocol をサポートしています。
Salesforce からのリクエストを保護するために、インテグレーション アーキテクトが推奨する 3 つの構成はどれですか?
3つの答えを選択してください

  • A. 外部データ ソースで CSRF 保護を構成します。
  • B. OData 接続の CSRF 保護を構成します。
  • C. OData 接続用の証明書を構成します。
  • D. OData 接続の特別な互換性を構成します。
  • E. OData 接続の ID タイプを構成します。

正解:B、C、E

解説:
https://help.salesforce.com/articleView?id=apex_add_external_data_source.htm&type=5


質問 # 16
統合開発者は、クライアント向けの HR 同期アプリを開発しています。このアプリは、Salesforce レコード データの変更を、Salesforce の外部にある人事システムと同期します。
データのレプリケーションが失敗した場合に、通知が最大 3 日間保存されるようにするために、統合アーキテクトは何を推奨する必要がありますか?

  • A. 一般的なイベント
  • B. 吹き出し
  • C. 変更データ キャプチャ
  • D. プラットフォーム イベント

正解:C

解説:
Explanation
Change Data Capture is a feature that enables you to receive near-real-time changes of Salesforce records, including create, update, delete, and undelete operations. Change Data Capture retains change events in the event bus for up to three days, so you can resume data replication from the point of failure. Change Data Capture also provides a consistent and reliable way to synchronize data changes with external systems, without the need for custom triggers or code. Reference: Salesforce Integration Architecture Designer Resource Guide, page 24


質問 # 17
アーキテクトは、サービスが API を介して Salesforce にアクセスできるようにするソリューションを構築するよう求められます。アーキテクトが最初にすべきことは何ですか?

  • A. 既存の Network-BasedSecurity を使用して統合を認証します。
  • B. 統合専用の特別なユーザーを作成します。
  • C. 既存のシングル サインオンを使用して統合を認証します。
  • D. システム管理者プロファイルを持つ新しいユーザーを作成します。

正解:B


質問 # 18
コングロマリットは、さまざまなソースから集計されたトランザクションを表示するために、Lightning Web コンポーネント (LWC) を設計しています。現在のシステム ランドスケープは次のとおりです。
1. トランザクションは、さまざまなオンプレミスおよびクラウドベースのシステムを通じていつでも作成されます。
2. 必要なすべてのトランザクションは、Salesforce のカスタム トランザクション オブジェクトに複製されます。定期的に更新されるため、更新の間に必要なトランザクションのサブセットのみが含まれます。
3. ミドルウェアはパブリッシュ/サブスクライブの相互作用をサポートし、オンプレミスおよびクラウドベースのシステムからトランザクションを取得できる RESTful エンタープライズ API を提供します。
同社は、LWC コンポーネントに表示される不完全なデータに関するユーザビリティの問題に対処したいと考えています。LWC が必要なすべてのトランザクションを表示できるようにするには、インテグレーション アーキテクトは何を指定する必要がありますか?

  • A. LWC の JavaScript コードから Enterprise API を直接呼び出し、API 応答の受信時に LWC を再表示します。
  • B. プラットフォーム イベントを発行し、ミドルウェアにサブスクライブさせ、プラットフォーム イベントの受信時にカスタム オブジェクトを更新します。
  • C. カスタム オブジェクト レコードが変更されたときに、©wire アダプタを使用する Lightning データ サービスに新しい値を表示させます。
  • D. Continuation クラスを使用してエンタープライズ API を呼び出し、コールバック メソッドで応答を処理します。

正解:A


質問 # 19
外部サービスのURLは予告なく変更されています。このサービスは、Salesforce から何度もアクセスされる最新の為替レートを提供し、エンド ユーザーにとってビジネスに不可欠な機能です。
この状況でユーザーの潜在的なダウンタイムを最小限に抑えるために、インテグレーション アーキテクトが推奨する 2 つのソリューションはどれですか?
2つの答えを選択してください

  • A. エンタープライズ ESB
  • B. コンテンツ セキュリティ ポリシー
  • C. 指定資格証明
  • D. リモートサイト設定

正解:A、C

解説:
https://help.salesforce.com/articleView?id=collab_files_overview.htm&type=5


質問 # 20
ノーザン トレイル アウトフィッターズ (NTO) は、サービスを提供する 34 か国ごとに異なる配送サービスを使用しています。配送時間とコストを最適化するために、サービスは頻繁に追加および削除されます。営業担当者は、世界中のすべての NTO のお客様にサービスを提供しており、お客様の国で有効なサービスを選択し、そのサービスから配送の見積もりを依頼する必要があります。
アーキテクトが提案すべきソリューションを 2 つ選択してください。
2つの答えを選択してください

  • A. ミドルウェア サービスを呼び出して、有効な配送方法を取得します。
  • B. ミドルウェアを使用して、特定の配送サービスへの呼び出しを抽象化します。
  • C. プラットフォーム イベントを使用して、荷送人固有のイベントを構築および公開します。
  • D. 国選択リストに依存する選択リストに配送サービスを保存します。

正解:A、B

解説:
Explanation
Invoking middleware service to retrieve valid shipping methods is a solution that can allow the sales representatives to select between valid services for the customer's country. The middleware service can act as a single point of entry for all shipping services and provide routing and transformation capabilities. Using middleware to abstract the call to the specific shipping services is a solution that can allow the sales representatives to request shipping estimates from the selected service. The middleware can hide the complexity and heterogeneity of the shipping services and provide mediation and orchestration capabilities.
Using Platform Events to construct and publish shipper-specific events is not a solution, as Platform Events are used for event-driven integration, not for web-service integration. Storing shipping services in a picklist that is dependent on a country picklist is not a solution, as it does not address how to request shipping estimates from the shipping services. Reference: Salesforce Integration Architecture Designer Resource Guide, page 16-17


質問 # 21
Northern Trail Outfitters (NTO) のカスタマー サービス担当ディレクターは、Salesforce で発生する特定のビジネス イベントをリアルタイムでキャプチャしてトレンド分析したいと考えています。メトリックは、外部分析システムを使用してアドホックな方法でアクセスされます。関心のあるイベントは次のとおりです。
顧客がケースを介して製品交換を開始した カスタマー サービス担当者がケースの「交換製品の承認」メニュー項目をクリックした 顧客がケースを介してサブスクリプションのキャンセルを開始した カスタマー サービス担当者が「返金を開始する」メニュー項目をクリックしたこれらのビジネス要件を満たす 2 つのソリューションはどれですか?
2つの答えを選択してください

  • A. アウトバウンド メッセージを送信するケース ワークフロー ルール。
  • B. Case after insert コールアウトを実行するトリガー。
  • C. プラットフォーム イベントを発行するトリガーを挿入した後のケース。
  • D. プラットフォーム イベントを発行するカスタム Apex コントローラ。

正解:A、C

解説:
Explanation
Outbound Messaging and Platform Events are both suitable solutions for capturing and sending business events from Salesforce to an external system in real time. Outbound Messaging allows you to specify workflow rules that send SOAP messages with field values to designated endpoints1. Platform Events are secure and scalable messages that contain data and can be published and subscribed to using various APIs2. A trigger or a custom Apex controller can be used to publish platform events from Salesforce34. A callout is not a suitable solution because it is a synchronous request that may fail or timeout, and it also consumes API limits. A contract-first Outbound Messaging interface is not a valid option because Outbound Messaging uses a predefined WSDL that cannot be customized


質問 # 22
Northern Trail Outfitters のセールス オペレーション チームは、毎日新しいリードをインポートします。統合された従来のテリトリー管理システムは、営業チームのメンバーが作業できるようになる前に、リードにテリトリーを割り当てます。現在の統合では、多くの場合、遅延の問題が発生します。
統合パフォーマンスを改善するためにアーキテクトが行うべき 2 つの推奨事項はどれですか?
2つの答えを選択してください

  • A. レガシ システムは並列モードで送信する必要があります。
  • B. レガシー システムはシリアル モードで送信する必要があります。
  • C. 非同期 BULK API のバッチ サイズを小さくします。
  • D. 同期 BULK API のバッチ サイズを小さくします。

正解:A、C

解説:
Explanation
Reducing the batch size of asynchronous BULK API and submitting the legacy system in parallel mode are two recommendations that can improve the integration performance. The BULK API is designed to handle large-scale data loads, but it can also cause latency issues if the batch size is too large or the network bandwidth is insufficient. Reducing the batch size can help to avoid timeouts and improve throughput.
Submitting the legacy system in parallel mode can also speed up the integration process by allowing multiple batches to be processed concurrently, as long as there are no dependencies or conflicts between them.
Reference: Salesforce Integration Architecture Designer Resource Guide, page 21


質問 # 23
医療サービス会社は、安全なデータベースに 5,000 万以上の記録を持つ患者処方箋システムを維持しています。彼らの顧客ベースとデータセットは急速に成長しています。彼らは、次のポリシーが適用されることを確認したいと考えています。
1. 識別可能な患者の処方箋は、安全なシステムのデータベースにのみ存在し、保存時に暗号化されている必要があります。
2. 識別可能な患者の処方箋は、患者処方箋システムで割り当てられた看護師と医師、患者、および患者が明示的に許可した人のみが利用できるようにする必要があります。
3. 検証および事前承認された人または法人のみが利用できる必要があります。
これを可能にするために、同社は次の機能を提供しています。
1. 数分以内に有効期限が切れる、患者、看護師、医師、およびその他の人々のための 1 回限りの使用 ID トークン。
2. 法人の証明書。
. RESTful サービス。
同社には、患者、看護師、医師、およびその他の承認された人々のための Salesforce Community Cloud ポータルがあります。限られた数の従業員が、Einstein Analytics で特定されたデータを分析します。
統合アーキテクトが Community Cloud ポータルと Einstein Analytics に必要とする 2 つの機能はどれですか?
2つの答えを選択してください

  • A. Einstein Analytics の一括読み込み
  • B. ID トークン データ ストレージ
  • C. RESTful サービスへのコールアウト
  • D. 転送中および保管中の暗号化

正解:A、C


質問 # 24
ある企業は、例外の追跡、処理、および分析を標準化したいと考えています。次のアクションがあるとします。
1. ミドルウェア プラットフォームでホストされる全社的なログ サービスを構築する
2. 例外ベースのしきい値のケース オブジェクト レコードを作成する
3. すべての Apex ロガーを変更して、アプリケーション例外をカスタム プラットフォーム イベントとして公開します。
統合アーキテクトがログ サービス アーキテクチャに含める必要がある 2 つの仕様はどれですか?
2つの答えを選択してください

  • A. 変更データ キャプチャ (CDC) を介してアプリケーション イベントを受信します。
  • B. Salesforce REST、SOAP、または Bulk API を使用して Salesforce ケースを作成します。
  • C. 自動ケース作成ルールを使用して条件付きで Salesforce ケースを作成します。
  • D. Salesforce ストリーミング API を使用してアプリケーションの例外にサブスクライブします。

正解:B、C

解説:
Explanation
Creating Salesforce Cases using the Salesforce REST, SOAP or Bulk API is a solution that can allow the logging service to create case records in Salesforce based on the exceptions received from the middleware platform. This way, the logging service can use the standard APIs to interact with Salesforce and leverage the features and functionality of the case object. Creating Salesforce Cases conditionally using automatic Case creation rules is a solution that can allow the logging service to create case records in Salesforce based on predefined criteria and actions. This way, the logging service can reduce the number of API calls and avoid creating unnecessary or duplicate cases. Receiving Application Events through Change Data Capture (CDC) is not a solution that is related to this requirement, as CDC is used for capturing data changes in Salesforce and sending them to external systems, not for receiving data from external systems. Subscribing to the Application Exceptions using the Salesforce Streaming API is also not a solution that is related to this requirement, as Streaming API is used for subscribing to events or notifications from Salesforce, not for sending data to Salesforce. Reference: Salesforce Integration Architecture Designer Resource Guide, page 25-26


質問 # 25
インテグレーション アーキテクトは、Salesforce ユーザーがカスタム UI を使用して外出中にデータを取得できるモバイル アプリケーションを設計しました。アプリケーションは oAuth で保護されており、現在正常に機能しています。モバイル アプリケーションが GPS 座標を取得し、それをカスタム ジオロケーション フィールドに保存する必要があるという新しい要件があります。
位置情報フィールドはフィールド レベル セキュリティで保護されているため、ユーザーは値を変更せずに表示できます。
要件を満たすにはどうすればよいですか?

  • A. モバイルデバイスが REST Apex インバウンドコールを行います。
  • B. モバイル デバイスが REST API インバウンド コールを行います。
  • C. モバイル デバイスが SOAP API インバウンド コールを行います。
    モバイルデバイスが REST Apex コールアウトコールを受信します。

正解:B


質問 # 26
1,000 万を超える顧客を持つ企業顧客の環境には、次のようなシステムと条件があります。

  • A. エンタープライズ文書管理システム (DMS) 顧客に郵送された請求書は、文書管理システムで管理されます。
  • B. Salesforce CRM (CRM) - 顧客情報、販売およびサポート情報は CRM で維持されます。
  • C. Enterprise Billing System (EBS) - すべての顧客の毎月の請求は、このシステムによって生成されます。

正解:A、B

解説:
Explanation
The integration consultant should consider the following authorization and authentication needs while integrating the DMS and ESB with Salesforce:
Users should be authorized to view information specific to the customer they are servicing without a need to search for customer. This means that the integration should provide a seamless and contextual access to the customer billing information and generated bills from the DMS and ESB, based on the customer record or case that the user is working on in Salesforce.
Consider Enterprise security needs for access to DMS and ESB. This means that the integration should comply with the security policies and standards of the Enterprise, such as encryption, auditing, logging, monitoring, etc.
Users should be authenticated into DMS and ESB without having to enter username and password. This means that the integration should use a single sign-on (SSO) mechanism that allows users to access multiple systems with one login credential, such as OAuth or SAML.
References: [Authorization Through Connected Apps and OAuth 2.0], [Single Sign-On for Desktop and Mobile Applications using SAML and OAuth]


質問 # 27
ビジネスでは、電話販売代理店に配信されるすべての着信通話について、電話番号タイプの分類 (携帯電話と固定電話) のチェックと更新を自動化する必要があります。次の条件が存在します。
1. ピーク時には、コール センターは 1 日あたり最大 100,000 件の電話を受けることができます。
2. 電話番号種別分類は、外部サービスAPIが提供するサービスです。
3. ビジネスは、記録をチェックおよび更新するタイミングと頻度に柔軟に対応します (一晩中または 6 ~ 12 時間ごとで十分です)。
リモート コールイン パターンおよび/またはバッチ同期 (ETL 経由のレプリケーション: システム -> Salesforce) は、カスタム プレミスでホストされているミドルウェアと連携するように決定されています。
これらのパターンとメカニズムを実装するために、統合アーキテクトはどのコンポーネントを推奨する必要がありますか?

  • A. Salesforce からミドルウェア (ETL/ESB) へのリクエストを認証する API ゲートウェイ。
  • B. ミドルウェアを認証するように Salesforce で構成された ConnectedApp。
  • C. Salesforce で IoConfigure リモート サイト設定を行い、ミドルウェアを認証します。
  • D. 公開されている内部 API とリソースを保護するために、ファイアウォールとリバース プロキシが必要です。

正解:B


質問 # 28
新しい Salesforce プログラムには、次の高レベルの抽象的な要件があります: Salesforce で実行されるビジネス プロセスには、内部システムと Salesforce の間のデータ更新が必要です。
プログラムの統合アーキテクチャのニーズに対して、Salesforce統合アーキテクトが具体的に解決する必要がある3つの関連する詳細はどれですか?
3つの答えを選択してください

  • A. 統合スキル、SME の可用性、プログラム ガバナンスの詳細。
  • B. 統合スタイル プロセス ベース、データ ベース、仮想統合。ユーザー エクスペリエンスの設計、暗号化のニーズ、コミュニティ、およびライセンスの選択に関する E Core の機能的および非機能的要件。
  • C. タイミングの側面 - リアルタイム/ほぼリアルタイム (同期または非同期)、バッチ。更新頻度。
  • D. ソース システムとターゲット システム、方向性、データ ボリューム、および変換の複雑さは、活用できるあらゆるミドルウェアに対応します。

正解:B、C、D

解説:
Explanation
The correct answer is A, C, and D. These are three relevant details that a Salesforce Integration Architect should seek to specifically solve for Integration architecture needs of the program. These details can help the Integration Architect to understand the scope, requirements, and constraints of the integration solution, and to choose the appropriate tools, methods, and patterns. The details are:
Source and Target system, Directionality, data volume & transformation complexity along with any middleware that can be leveraged. This detail can help the Integration Architect to identify the systems involved in the integration, the direction of data flow, the amount and complexity of data to be exchanged, and the middleware or platform capabilities that can facilitate the integration.
Timing aspects - real-time/near real-time (synchronous or asynchronous), batch; update frequency. This detail can help the Integration Architect to determine the latency, reliability, and scalability requirements of the integration solution, and to choose the suitable integration protocols and techniques.
Integration Style - Process based, Data based, Virtual integration. This detail can help the Integration Architect to select the appropriate integration style that matches the business needs and objectives.
Process based integration focuses on orchestrating business processes across systems, data based integration focuses on synchronizing data across systems, and virtual integration focuses on providing a unified view of data across systems.
References: Certification - Integration Architect - Trailhead, [Integration Patterns and Practices]


質問 # 29
......

検証済み材料を使うならまずIntegration-Architect日本語テストエンジンを試そう:https://www.jpntest.com/shiken/Integration-Architect-JPN-mondaishu

 

弊社を連絡する

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

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡