Download the Latest Integration-Architecture-Designer Dumps - 2026 Integration-Architecture-Designer Exam Questions [Q27-Q48]

Share

Download the Latest Integration-Architecture-Designer Dumps - 2026 Integration-Architecture-Designer Exam Questions

Latest Salesforce Integration-Architecture-Designer Certification Practice Test Questions


Salesforce Integration-Architecture-Designer certification exam is a highly respected certification in the Salesforce ecosystem. It is designed for integration architects who have experience in designing and implementing solutions that involve integrating Salesforce with other applications and systems. Integration-Architecture-Designer exam covers advanced topics such as data integration, API management, and event-driven architectures. Candidates can prepare for the exam by using Salesforce's study materials and gaining hands-on experience.

 

NEW QUESTION # 27
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. Change Data Capture Events
  • B. PushTopic Events
  • C. High Volume Platform Events
  • D. Generic Events

Answer: A,C


NEW QUESTION # 28
Universal Containers (UC) is planning to roll out a new Force.com app to a regional business unit. UC has partial copy and a full sandbox available for deployment. UC's Architect has been asked to design an environment strategy for integration testing and performance testing, as well as user acceptance testing.
What is the recommended use of available sandbox types that an Architect should consider?

  • A. Use the full sandbox for integration testing and the partial copy for user acceptance and performance testing.
  • B. Use the full sandbox for performance and user acceptance testing and the partial copy for integration testing.
  • C. Use the full sandbox for user acceptance testing and use the partial copy for integration and performance testing.
  • D. Use the partial copy for performance testing and full sandbox for integration and user acceptance testing.

Answer: B


NEW QUESTION # 29
Universal containers is planning to implement Salesforce as their CRM system. Currently they have the following systems
1. Leads are managed in a Marketing System.
2. Sales people use Microsoft Outlook to enter contacts, emails and manage activities.
3. Inventory, Billing and Payments are managed in their ERP system. 4. The proposed CRM system is expected to provide Sales and Support people the ability to have a single view of their customers and manage their contacts, emails and activities in Salesforce CRM.
What should an Integration Consultant consider to support the proposed CRM system strategy?

  • A. Evaluate current and future data and system usage and then identify potential integration requirements to Salesforce.
  • B. Explore Out of box Salesforce connectors for integration with ERP, Marketing and Microsoft Outlook systems.
  • C. Propose a middleware system that can support interface between systems with Salesforce.
  • D. Plan for migration of customer and sales data across systems on a regular basis to keep them in sync.

Answer: A


NEW QUESTION # 30
Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from an external system with a custom Java application using the and the CIO is curious about monitoring recommendations for the jobs from the Technical Architect Which two recommendations will help meet the requirements?
Choose 2 answers

  • A. Set the Salesforce debug logs level to "finest" and add the user Id running the job to monitor in the "Debug Logs" in the setup menu.
  • B. Write the error response from the Bulk API status to a custom error logging object in Salesforce using an Apex trigger and create reports on the object.
  • C. Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.
  • D. Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs in Salesforce in the setup menu.

Answer: C,D


NEW QUESTION # 31
Universal Containers has a trigger on the Order object to update the parent Acount with the date and time of the last closed Opportunity. An integration that inserts orders for the high-volume customers is failing periodically, with no obvious pattern to the timing of failures.
What could be the cause of this issue ?

  • A. Data skew is causing record locking issues on the Oder Share object.
  • B. Record locking contention on the parent Account.
  • C. The trigger is failing Unit Tests that access the new data.
  • D. API limits being limited.

Answer: B


NEW QUESTION # 32
Universal containers is hearing complaints from users that recently released changes while they meet the functional requirements are not actually usable and/or do not meet their expectations for user experience for example, a Visualforce page that takes too long to display the first page of data.
Which two types of testing should a technical Architect implement to reduce or eliminate the complaint?
Choose 2 answers

  • A. Performance testing
  • B. Unit Testing
  • C. user Acceptance Testing
  • D. Regression Testing

Answer: A,C


NEW QUESTION # 33
What is the first thing an Integration Architect should validate if a callout from a Lightning Web Component to an external endpoint is failing?

  • A. The endpoint URL has added been to an outbound firewall rule.
  • B. The endpoint domain has been added to Cross-Origin Resource Sharing.
  • C. The endpoint URL has been added to Content Security Policies.
  • D. The endpoint URL has been added to Remote Site Settings.

Answer: C


NEW QUESTION # 34
KiA B2C Enterprise Customer has the following use case that involves processing payment from an external payment gateway service in Salesforce.
1. Customer requests Customer Service Representative (CSR) for a Service upgrade.
2. Customer provides credit card details to CSR for payment.
3. CSR submits payment information in Salesforce, and processed in a
4. CSR receives confirmation of payment.
5. CSR upgrades service for customer and confirms Customer.
external payment gateway.
This use case requires the CSR to obtain confirmation of payment before upgrading the service.
The integration with Payment gateway needs to be reliable and monitored for audit purposes.
The payment gateway service is an external RESTful service that the B2C Enterprise Customer has subscribed for.
What should an Integration Architect recommend for this integration?

  • A. Use External Services feature to integrate gateway to Salesforce ensuring real-timeupdates the CSR and support post payment processes.
  • B. Make a callout to the payment gateway through ESB supporting error handling andlogging for audit purposes.
  • C. Build a custom Apex Callout to external Payment gateway service and provide success message to the CSR, the details of calloutsand responses are logged for audit purposes.
  • D. Platform events allow integration to payment gateway through the exchange ofreal-time event data, platform events are scalable and secure.

Answer: B


NEW QUESTION # 35
Universal containers ships millions of orders per year and releases code fixes to the production org mightily.
Their corporate testing strategy requires that tests must be performed against Production data in an isolated test environment before code can be released to production.
How can Universal Containers achieve the requirement?

  • A. Utilize a middleware solution and batch API to do a nightly synch from production to Full sandbox.
  • B. Create APEX unit tests so testing can be done against Production data, but rolled back before being committed.
  • C. Request that Salesforce to schedule a full sandbox refresh on a nightly basis.
  • D. Use Salesforce-to- Salesforce to keep data synchronized between production and full sandboxes.

Answer: A


NEW QUESTION # 36
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. Composite
  • C. SObject Tree
  • D. Batch

Answer: C

Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm


NEW QUESTION # 37
Universal containers merges with planetary shipping both companies use Salesforce for order processing and they decide to consolidate for processes. universal containers has well-established channels for receiving orders, so they decide to use Universal containers org for receiving and pre-processing of orders and Planetary Shipping's org for processing and fulfillment of orders.
What is the best way to integrate the business processes of the companies?

  • A. Use Apex callout to push orders from universal Containers to Planetary Shipping
  • B. Use salesforce-to-Salesforce integration between Universal containers and Planetary shipping
  • C. Use a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.
  • D. Use Outbound messages to send orders from Universal Containers to Planetary shipping.

Answer: C


NEW QUESTION # 38
An architect recommended using Apex code to make callouts to an external system to process insurance quote.
What should the integration architect consider to make sure this is the right option for the integration?

  • A. The maximum number of parallel Apex callouts in a single continuation.
  • B. The limit of pending operations in the same transaction.
  • C. The limit on long-running requests (total execution time).
  • D. The maximum callouts in a single Apex transaction.

Answer: B


NEW QUESTION # 39
Universal Containers sells its products online using a system built on Force.com sites. The orders are captures and processed in Salesforce. the company uses an external marketing system and would like to make use of the customer data captured in Salesforce.The marketing system has REST API that can be used to push data into it.
Which three options should a Technical Architect consider that do not require building custom web services on the marketing system?
Choose 3 answers

  • A. Build a custom java application using the Enterprise WSDL to pull data from Salesforce and push it to the marketing system.
  • B. Use outbound messages to send customer data from Salesforce to the marketing system.
  • C. Use Apex callout to send customer data from Salesforce to the marketing system
  • D. Write a custom Apex web service, Which will be called from the marketing system to retrieve customer data.
  • E. Use a middleware tool to pull customer data from Salesforce and push it to the marketing system on adaily basis.

Answer: B,C,D


NEW QUESTION # 40
A customer of Salesforce has used Platform Events to integrate their Salesforce instance with an external third party Artificial Intelligence (AI) system. The AI system provides a prediction score for each lead that is received by Salesforce. Once the prediction score is received, the lead information is saved to Platform events for other processes. The trigger on the Platform Events is failing once this was rolled out to Production.
What type of monitoring should the Integration Consultant have considered to monitor this integration?

  • A. Set up debug logs for Platform Event triggers to monitor performance .
  • B. Validate the Platform Event definition matches leads definition.
  • C. Monitor Platform Events created per hour limits across the Salesforce instance.
  • D. Monitor the volume of leads that are created in Salesforce.

Answer: A


NEW QUESTION # 41
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?

  • A. Bulk API, Streaming API, Apex SOAP API, Analytics REST API
  • B. Bulk API, Chatter REST API, Apex REST API, Analytics REST API
  • C. Bulk API, Streaming API, Apex REST API, Analytics REST API
  • D. Bulk API, Chatter REST API, Apex SOAP API, Tooling API

Answer: C


NEW QUESTION # 42
business requires automating the check and update of the phone number type classification (mobile vs. landline) for all in-coming calls delivered to their phone sales agents. The following conditions exist:
1. At peak, their call center can receive up to 100,000 calls per day.
2. The phone number type classification is a service provided by an external service API.
3. 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 custom premise.
In order to implement these patterns and mechanisms, which component should an integration architect recommend?

  • A. An API Gateway that authenticates requests from Salesforce into the Middleware(ETL/ESB).
  • B. Firewall and reverse proxy are required to protect internal APIs and resource being exposed.
  • C. ConnectedApp configured in Salesforce to authenticate the middleware.
  • D. IoConfigure Remote Site Settings in Salesforce to authenticate the middleware.

Answer: C


NEW QUESTION # 43
A large enterprise customer operating in a high regulated industry is planning to implement Salesforce for customer facing associates in both Sales and Service, and back office staff. The business processes that Salesforce supports are critical to the business.
Salesforce will be integrated to multiple back office systems to provide a single interface for associates.
Reliability and monitoring of these integrations is required as associates support customers.
Which integration solution should the architect consider when planning the implementation?

  • A. Decouple back office system callouts into separate distinct services that have inbuilt error logging and monitoring frameworks.
  • B. Leverage Middleware for all back office system integrations ensuring real time alerting, monitoring and reporting capabilities.
  • C. Architect Services in back office systems to support callouts from Salesforce and build reliability, monitoring and reporting capabilities.
  • D. Build a custom integration gateway to support back office system integrations and ensure reliability and monitoring capabilities.

Answer: B


NEW QUESTION # 44
Universal Containers has a SOAP-based integration that runs nightly to update the Product(Product2) object in Salesforce with updated product availability for over 500,000 products. The source system is a green-screen ERP that must be taken offline to produce nightly production reports, such as the inventory availability report used for this integration. The integration is performing very slowly and does not complete within the allocated four-hour time slot.
What three recommendations might a Technical Architect make to resolve this issue?
Choose 3 answers

  • A. Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system.
  • B. Store the Salesforce Product ID in the source system to eliminate the need for External IDs and UPSERT API calls.
  • C. Use the Bulk API UPDATE or UPSERT records more efficiently.
  • D. Pre-process the data to avoid the need for workflow rules or triggers
  • E. Contact Salesforce support to request that they turn off record locking on the Product2 object.

Answer: B,C,D


NEW QUESTION # 45
Universal Containers (UC) stores inventory of products in one Salesforce org. UC wants regional and local branch offices who have their own Salesforce orgs to see the latest information about the product.
What is the recommended approach to provide data access?

  • A. Use Cross-Org adapter for Salesforce Connect to provide access to products as external objects.
  • B. Use Apex HTTP Callouts to call Salesforce Rest APIs and provide access restrictions within the Apex class.
  • C. Use Salesforce Connect with oData to provide access to products as external objects.
  • D. Use Heroku Connect to provide access to products as external objects from other orgs.

Answer: A


NEW QUESTION # 46
A company's security assessment noted vulnerabilities on the un managed packages in their Salesforce orgs, notably secrets that are easily accessible and in plain text, such as usernames, passwords, and OAuth tokens used in callouts from Salesforce.
Which two persistence mechanisms should an integration architect require to be used to ensure that secrets are protected from deliberate or inadvertent exposure?
Choose 2 answers

  • A. Protected Custom Settings
  • B. Encrypted Custom Fields
  • C. Protected Custom Metadata Types
  • D. Named Credentials

Answer: A,D


NEW QUESTION # 47
Universal Containers has a trigger on the Order object to update the parent Acount with the date and time of the last closed Opportunity. An integration that inserts orders for the high-volume customers is failing periodically, with no obvious pattern to the timing of failures.
What could be the cause of this issue ?

  • A. The trigger is failing Unit Tests that access the new data.
  • B. Record locking contention on the parent Account.
  • C. API limits being limited.
  • D. Data skew is causing record locking issues on the Oder Share object.

Answer: D


NEW QUESTION # 48
......


Salesforce Integration Architecture Designer Exam

The Salesforce Certified Integration Architecture Designer exam validates the a candidate's knowledge and skills in relation to the following objectives. A candidate must have practical experience in the Integration Architecture application and demonstrate knowledge and experience of Salesforce integration capabilities, Salesforce integration models, business integration architecture concepts, Salesforce integration tests, Salesforce security integration, tools and Monitoring of Salesforce.

 

Verified Integration-Architecture-Designer Dumps Q&As - 1 Year Free & Quickly Updates: https://exams4sure.actualcollection.com/Integration-Architecture-Designer-exam-questions.html