BONUS!!! Topexam Integration-Architectダンプの一部を無料でダウンロード:https://drive.google.com/open?id=1pjsHWRJyAofPxPIywXL8faJMRxmHjp6g
Topexamを選択したら100%Integration-Architect試験に合格することができます。試験科目の変化によって、最新のIntegration-Architect試験の内容も更新いたします。Topexamのインターネットであなたに年24時間のオンライン顧客サービスを無料で提供して、もしあなたはTopexamに失敗したら、弊社が全額で返金いたします。
| Certification Vendor: | Salesforce |
|---|---|
| Exam Name: | Salesforce Certified Integration Architect Exam |
| Exam Number: | Integration-Architect |
| Exam Duration: | 105 minutes |
| Passing Score: | 67% |
| Available Languages: | Japanese, English |
| Related Certifications: | Salesforce Certified Data Architect Salesforce Certified Platform Developer II Salesforce Certified Application Architect |
| Certificate Validity Period: | Maintenance required annually (Salesforce certification maintenance program) |
| Exam Format: | Scenario-based questions, Multiple select, Multiple choice |
| Exam Price: | USD 400 |
| Real Exam Qty: | 60 (approx.) |
| Recommended Training: | MuleSoft Integration Training Integration Architecture on Trailhead |
| Exam Registration: | Salesforce Certification Portal Webassessor Exam Registration |
| Sample Questions: | Salesforce Integration-Architect Sample Questions |
| Exam Way: | Online proctored or onsite testing center |
| Pre Condition: | Recommended prerequisite: Salesforce Certified Application Architect or equivalent deep Salesforce platform experience |
| Official Syllabus URL: | https://trailhead.salesforce.com/credentials/architect/integration-architect |
>> Integration-Architect試験内容 <<
私たちのIntegration-Architect学習教材の合格率は、クライアントが最も気にする問題であり、当社の製品の合格率は99%であり、ヒット率も高いことをクライアントに約束することができます。当社のIntegration-Architect学習資料は、実際のIntegration-Architect試験に基づいて厳選されており、過去数年間の試験論文を参照しています。私たちの専門家チームは彼らに多くの努力を注ぎ、それぞれの答えと質問が有用で価値があることを保証します。また、クライアントがより多くのIntegration-Architect学習リソースを取得し、時代の動向を追跡できるように、頻繁に更新します。したがって、当社の学習教材を使用すると、高い成功確率でテストに合格します。
Salesforce統合は、シームレスなデータ転送のために、さまざまなシステムとアプリケーションをSalesforceに接続するプロセスです。 Salesforce Integration Architect認定は、Salesforceプラットフォームとのスケーラブルで効率的で信頼できる統合の設計と構築の経験がある専門家を対象としています。 Salesforce Integration Architect認定は、Salesforceエコシステムで最も有名で求められている認定の1つです。
Salesforce Integration-ArchItect認定試験は、さまざまなシステムをSalesforceと統合する際に統合アーキテクトの専門知識をテストするように設計されています。この認定により、統合アーキテクトは、Salesforceと他のシステム間の複雑な統合の設計、構築、および維持のスキルを証明できます。この認定試験は、Salesforceの統合の習熟度を実証することでキャリアを促進したい統合アーキテクトにとって必須の必要なものです。
Salesforce Integration-Architect認定試験では、さまざまな統合技術とツールを使用して統合ソリューションを設計および実装する候補者の能力を評価します。この試験では、統合アーキテクチャ、統合パターン、データ統合、セキュリティなど、さまざまなトピックをカバーしています。この試験では、ビジネス要件を理解し、それらの要件を満たすソリューションの設計にも焦点を当てています。
質問 # 68
Northern Trail Outfitters (NTO) has an integration set up between a Salesforce org and a quoting system. NTO would like to show a notification to all sales representatives that use Salesforceanytime the quoting system will be taken down for maintenance.
Which Salesforce API should an Integration Architect use to fulfill this requirement?
正解:C
解説:
Explanation
Streaming API is the best option for sending real-time notifications of changes to Salesforce data. Streaming API uses a publish-subscribe model to push relevant data to subscribers without polling. Streaming API supports PushTopic events, which are based on SOQL queries that define the data changes to listen for. The affiliate company can subscribe to a PushTopic event on the NTO Salesforce org and receive notifications whenever the data that matches the query changes. This way, the affiliate company can be informed of any updates to the opportunities in the NTO Salesforce instance.
質問 # 69
Northern Trail Outfitters needs to use Shield Platform Encryption to encrypt social security numbers in order to meet a business requirement. Which action should an integration architect take prior to the implementation of Shield Platform Encryption?
正解:B
質問 # 70
A large consumer goods manufacturer operating in multiple countries is planning to implement Salesforce for its sales and support operations globally. The Manufacturer has the following security requirements:
* Internal users from each country have to be authenticated with their local active directory.
* Customers can create their own login or use Google login.
* Partners have to be authenticated through a central system which is to be determined.
* Internal users will have access to the central Enterprise Resource Planning (ERP) with their credentials maintained in the ERP system.
* Additional internal systems will be integrated with Salesforce for sales and support business processes.
Which requirement should the integration architect evaluate while designing the integration needs of this project?
正解:A
解説:
Managing identity across a global enterprise with diverse user personas (Employees, Customers, Partners) requires a centralized Identity and Access Management (IAM) strategy. In a landscape involving multiple local Active Directories, social logins (Google), and a central ERP system, attempting to manage authentication natively within Salesforce or through custom-built local silos would result in high technical debt and security vulnerabilities.
The architect should recommend a third-party Single Sign-On (SSO) solution, acting as a central Identity Provider (IdP). This IdP serves as the orchestration layer for all authentication requests.
* For Internal Users: The IdP can federate with the various local Active Directories, allowing users to log in with their existing corporate credentials.
* For Customers: The IdP can handle "Social Sign-On" (OpenID Connect) with Google and manage self-registration.
* For Partners: It provides the "central system" required for their authentication.
By using a central SSO solution, Salesforce acts as a Service Provider (SP). When a user attempts to access Salesforce, the request is redirected to the IdP via the SAML 2.0 or OpenID Connect protocol. Once the IdP validates the user against the appropriate backend (AD, Google, or its own directory), it sends a secure assertion back to Salesforce to grant access.
Furthermore, this central IdP can facilitate access to the ERP system and other internal systems. If these systems support SAML, the same SSO session used for Salesforce can be extended to them, providing a true single sign-on experience. This architecture centralizes security auditing, simplifies user de-provisioning (the
"kill switch" effect), and ensures a consistent user experience across the global manufacturing landscape.
Implementing a thir2d-party IdP is the industry-standard approach for complex integrations where security, scalabi3lity, and multi-protocol support are primary requirements.
質問 # 71
A business requires automating the check and updating of the phone number type classification (mobile vs.
landline) for all incoming calls delivered to its phone sales agents. The following conditions exist:
* At peak, the call center can receive up to 100,000 calls per day.
* The phone number type classification is a service provided by an external service API.
* Business is flexible with timing and frequency to check and update the records (throughout the night or every 6-12 hours is sufficient).
A Remote-Call-In pattern and/or Batch Synchronization (Replication via ETL: System -> Salesforce) are determined to work with a middleware hosted on customer premise. In order to implement these patterns and mechanisms, which component should an integration architect recommend?
正解:C
解説:
In this scenario, the architecture involves a Remote-Call-In pattern or Batch Synchronization, where an external system (the middleware or ETL tool) initiates communication with Salesforce to update records. For any external system to securely access Salesforce APIs and perform these updates, it must be authenticated and authorized.
The Connected App is the foundational framework that allows an external application to integrate with Salesforce using APIs and standard protocols, such as OAuth 2.0 and SAML. By configuring a Connected App, the architect can define which permissions (Scopes) the middleware has, such as the ability to access data via the REST or Bulk API. This is the correct choice because the middleware needs to "log in" to Salesforce to push the phone classification data back into the Account or Contact records.
Option B, an API Gateway, is typically used to manage and secure requests going out of an organization to external services, or to provide a facade for on-premise APIs; it does not handle the inbound authentication into Salesforce itself. Option C, Remote Site Settings, is a configuration used solely to permit Salesforce to make outbound calls to a specific external URL (for example, if Salesforce were calling the phone classification service directly via Apex).
Given that the business is flexible with timing (allowing for nightly or 12-hour syncs) and handles 100,000 calls, a Batch Synchronization pattern via an ETL tool is highly efficient. The ETL tool will authenticate against the Connected App using a secure OAuth flow (such as the JWT Bearer Flow for server-to-server integration), retrieve the new phone numbers, call the external classification API, and then bulk-update the Salesforce records. This setup ensures a secure, scalable, and manageable integration that respects Salesforce's security architecture while meeting the high-volume data requirements of the call center.
質問 # 72
An Integration Architect has built a Salesforce application that integrates multiple systems and keeps them synchronized via Platform Events.
What is taking place if events are only beingpublished?
正解:B
解説:
Explanation
Option B is correct because platform events are published after the Apex transaction completes.
Platform events are asynchronous messages that are published and consumed by different processes or systems. When an Apex transaction publishes a platform event, the event is not sent immediately, but rather added to a temporary queue. The event is only published and delivered to the subscribers after the Apex transaction commits successfully. This ensures that the event data is consistent with the database state and that the event is not lost in case of a rollback.
Option A is incorrect because platform events are not published immediately before the Apex transaction completes. As explained above, platform events are published after the Apex transaction commits successfully. Publishing events before the transaction completes can cause data inconsistency and event loss issues.
Option C is incorrect because platform events can have a trigger in Apex, but this is not related to the question of when events are published. A platform event trigger is a special type of Apex trigger that executes when a platform event message is received by Salesforce. A platform event trigger can perform logic based on the event data, such as updating records, sending notifications, or calling external services. A platform event trigger does not affect the publishing of events, but rather the consumption of events.
Option D is incorrect because platform events can be published from Apex, but this does not answer the question of when events are published. Platform events can be published from various sources, such as Apex code, Process Builder, Flows, or API calls. Publishing events from Apex requires creating an instance of a platform event object and using the EventBus.publish method to add it to the temporary queue. The actual publishing of events happens after the Apex transaction completes, regardless of the source of the events.
References: Publish and Subscribe with Platform Events: Publish Platform Events : Subscribe to Platform Events : Write a Platform Event Trigger : Create and Publish Platform Events in Apex : EventBus Class
質問 # 73
......
Integration-Architect出題内容: https://www.topexam.jp/Integration-Architect_shiken.html
2026年Topexamの最新Integration-Architect PDFダンプおよびIntegration-Architect試験エンジンの無料共有:https://drive.google.com/open?id=1pjsHWRJyAofPxPIywXL8faJMRxmHjp6g