| PDF + Test Engine |
|
||
| Test Engine |
|
||
|
|
Here are Salesforce Integration-Architect PDF available features:
| 138 questions with answers | Updation Date : 16 Jul, 2026 |
| 1 day study required to pass exam | 100% Passing Assurance |
| 100% Money Back Guarantee | Free 3 Months Updates |
Northern Trail Outfitters is creating a distributable Salesforce package for other Salesforce orgs within the company. The package needs to call into a custor Apex REST endpoint in the central org. The security team wants to ensure a specific integration account is used in the central org that they will authorize after installation of the package. Which three items should an architect recommend to secure the integration in the package? Choose 3 answers
A. Create an Auth provider in the package and set the consumer key and consumer secret of the connected app in the central org.
B. Contact Salesforce support and create a case to temporarily enable API access for
managed
packages.
C. Create a connected app in the central org and add the callback URL of each org the package is installed in to redirect to after successful authentication.
D. Use an encrypted field to store the password that the security team enters and use password management for external orgs and set the encryption method to TLS 1.2. Use the Auth Provider
E. configured and select the identity type as Named Principal with OAuth 2.0 as the protocol and Select Start Authentication Flow on Save.
A Salesforce customer is planning to roll out Salesforce for all their Sales and Service staff. Senior Management has requested that monitoring is to be in pla for Operations to notify any degradation in Salesforce performance. How should an integration consultant implement monitoring?
A. Use Salesforce limits API to capture current API usage and configure alerts for monitoring.
B. Use APIEVENT to track all user initiated API calls through SOAP, REST or BULK APIs.
C. Identify critical business processes and establish automation to monitor performance against established benchmarks.
D. Request Salesforce to monitor the Salesforce instance and notify when there is degradation in performance.
Northern Trail Outfitters uses a custom Java application to display code coverage and test results for all of their enterprise applications and is planning to include Salesforce as well. Which Salesforce API should an Integration Architect use to meet the requirement?
A. SOAP API
B. Analytics REST API
C. Metadata API
D. Tooling API
Northern Trail Outfitters wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process. 1. An order is created in Salesforce when the opportunity is closed and won, but the backend ERP system is the data master for order, 2. Customer wants to be able to see within Salesforce all the stages of order processing like Order Created, Order Shipped, Order Paid that are within the retention window. Which two message durability considerations should an Integration Architect make when designing a solution to meet these business requirements? Choose 2 answers
A. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -2 to be able to see old and new events.
B. High-volume event messages are stored for 24 hours (one day).
C. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -1 to be able to see new events.
D. High-volume event messages are stored for 72 hours (three days).
A global financial company sells financial products and services that include the following: 1. Bank Accounts 2. Loans 3. Insurance The company has a core banking system that is state of the art and is the master system to store financial transactions, financial products and customer information. The core banking system currently processes 10M financial transactions per day. The CTO for the company is considering building a community port so that customers can review their bank account details, update their information and review their account financial transactions. What should an integration architect recommend as a solution to enable customer community users to view their financial transactions?
A Use Salesforce Connect to display the financial transactions as an external object.
B. Use Salesforce Connect to display the financial transactions as an external object.
C. Use Salesforce External Service to display financial transactions in a community lightningpage.
D Use Iframe to display core banking financial transactions data in the customercommunity.
Northern Trail Outfitters (NTO) uses a custom mobile app to interact with their customers. One of the features of the app are Salesforce Chatter Feeds. NTO wants to automatically post a Chatter item to Twitter whenever the post includes the #thanksNTO hashtag. Which API should an Integration Architect use to meet this requirement?
A. Connect REST API
B.REST API
C. Streaming API
D. Apex REST
Universal Containers (UC) is a leading provider of management training globally, UC embarked on a Salesforce transformation journey to allow students to register for courses in the Salesforce community. UC has a learning system that masters all courses and student registration. UC requested a near real-time feed of student registration from Salesforce to the learning system. The integration architect recommends using Salesforce event. Which API should be used for the Salesforce platform event solution?
A. Tooling API
B. Streaming API
C. O REST AP
D. SOAP API
An integration architect needs to build a solution that will be using the Streaming API, but the data loss should be minimized, even when the client re-connects every couple of days. Which two types of Streaming API events should be considered? Choose 2 answers
A. Generic Events
B. Change Data Capture Events
C. PushTopic Events
D. High Volume Platform Events
Northern Trail Outfitters (NTO) has recently implemented middleware for orchestration of services across platforms. The ERP system being used requires transactions be captured near real time at a REST endpoint initiated in Salesforce when creating an order object. Additionally, the Salesforce team has limited development resources and requires a low code solution. Which two options will fulfill the use case requirements? Choose 2 answers
A. Use Remote Process Invocation fire and forget pattern on insert on the order object using Flow Builder.
B. Implement a Workflow Rule with Outbound Messaging to send SOAP messages to the designated endpoint.
C. Implement Change Data Capture on the order object and leverage the replay Id in the middleware solution.
D. Use a process builder to create a Platform Event, selecting the record type as the Platform Event Name on insert of record.
An Integration Architect has built a solution using REST API, updating Account, Contact, and other related information. The data volumes have increased, resulting in higher API calls consumed, and some days the limits are exceeded. A decision was made to decrease the number of API calls using bulk updates. The customer prefers to continue using REST API to avoid architecture changes. Which REST API composite resources should the Integration Architect use to allow up to 200 records in one API call?
A. SObject Collections
B. SObject Tree
C. Batch
D. Composite