Salesforce INTEGRATION-ARCHITECTURE-DESIGNER Exam (page: 2)
Salesforce Certified Integration Architect
Updated on: 25-Dec-2025

Northern Trail Outfitters (NTO) has hired an Integration Architect to design the integrations between existing systems and a new instance of Salesforce. NTO has the following requirements:

1. Initial load of 2M Accounts, 5.5M Contacts, 4.3M Opportunities, and 45k Products into the new org.
2. Notification of new and updated Accounts and Contacts needs to be sent to 3 external systems.
3. Expose custom business logic to 5 external applications in a highly secure manner.
4. Schedule nightly automated dataflows, recipes and data syncs.

Which set of APIs are recommended in order to meet the requirements?

  1. Bulk API, Chatter REST API, Apex SOAP API, Tooling API
  2. Bulk API, Chatter REST API, Apex REST API, Analytics REST API
  3. Bulk API, Streaming API, Apex REST API, Analytics REST API
  4. Bulk API, Streaming API, Apex SOAP API, Analytics REST API

Answer(s): C



An Architect is required to integrate with an External Data Source via a Named Credential with an Apex callout due to technical constraints. How is authentication achieved?

  1. Handle authentication with login flows.
  2. Handle authentication in the code.
  3. Connect via Salesforce Connect.
  4. Connect via Communities.

Answer(s): A


Reference:

https://help.salesforce.com/articleView?id=named_credentials_define.htm&type=5



Universal Containers has a requirement for all accounts that do NOT qualify for a business extension (Custom field on the account record) for the next month to send a meeting invite to their contacts from the marketing automation system to discuss the next steps. It is estimated there will be approximately 1MilIion contacts per month.
What is the recommended solution?

  1. Use Batch Apex.
  2. Use Time-based workflow rule.
  3. Use Process builder.
  4. Use Trigger.

Answer(s): A



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 back-end 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

  1. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -2 to be able to see old and new events.
  2. High-volume event messages are stored for 24 hours (one day).
  3. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -1 to be able to see new events.
  4. High-volume event messages are stored for 72 hours (three days).

Answer(s): A,D


Reference:

https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/using_streaming_api_durability.htm



Northern Trail Outfitters needs to use Shield Platform Encryption to encrypt social security numbers in order to meet a business requirement.

Which two considerations should an Integration Architect do prior to the implementation of Shield Platform Encryption? Choose 2 answers

  1. Encrypt the data using the most current key.
  2. Review shield platform encryption configurations.
  3. Encrypt all the data so that it is secure.
  4. Use Shield Platform Encryption as a user authentication or authorization tool.

Answer(s): A,B



Viewing Page 2 of 23



Share your comments for Salesforce INTEGRATION-ARCHITECTURE-DESIGNER exam with other users:

Ethan 8/23/2023 12:52:00 AM

question 46, the answer should be data "virtualization" (not visualization).
Anonymous