Salesforce

Certified Integration Architect practice test

Practice with 15 free Testara sample questions, or choose paid access to the full 58-question bank.

Provider
Salesforce
Question bank
58
Free sample
15 questions
Publisher
Testara

About this practice material

This page covers Testara's practice question bank for Certified Integration Architect, a certification listed under Salesforce. Questions use original, exam-style scenarios and are not questions from the official certification exam.

Testara is an independent practice platform and is not affiliated with, endorsed by, or authorized by Salesforce. The certification credential is issued by Salesforce, not Testara. Certification and provider names belong to their respective owners.

Start practicing

The guest demo does not save an attempt. Sign in before buying access.

Try 15 questions free

Available without signing in

Free sample questions

These 15 questions and their explanations are server-rendered so you can inspect the material before opening the interactive demo.

  1. Question 1 · 1

    A company is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is as follows: 1. Transactions are created at any time through their various on-premise and cloud-based systems. 2. All necessary transactions are replicated to a custom Transaction object in Salesforce. It is updated periodically so it only has a subset of the necessary transactions between updates. 3. Middleware supports publish-subscribe interactions and provides RESTful Enterprise APIs that can retrieve transactions from on-premise and cloud-based systems. The company wants to address a usability concern regarding incomplete data displayed on the LWC component. What should the integration architect specify so the LWC will be able to display all the required transactions?

    Choose one answer.

    • Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
    • Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
    • Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.
    • Let the Lightning Data Service with an @wire adapter display new values when the custom object records change.
  2. Question 2 · 1

    A new Salesforce program has the following high-level abstract requirement: Business processes executed on Salesforce require data updates between their internal systems and Salesforce. Which three relevant details should a Salesforce Integration Architect seek to specifically solve for integration architecture needs of the program? (Choose three.)

    Choose all answers that apply.

    • Integration Style - Process-based, Data-based, and Virtual integration.
    • Timing aspects, real-time/near real-time (synchronous or asynchronous), batch and update frequency.
    • Source and Target system, Directionality, and data volume & transformation complexity, along with any middleware that can be leveraged.
    • Integration skills, SME availability, and Program Governance details.
    • Core functional and non-functional requirements for User Experience design, Encryption needs, Community, and license choices.
  3. Question 3 · 1

    An integration architect has received a request to prevent employees that leave the company from accessing data in Salesforce after they are deactivated in the company’s HR system. What should the integration architect determine before recommending a solution?

    Choose one answer.

    • Data access prevention requirements, then identify frequency
    • Inbound integration requirements, then identify frequency
    • Data access prevention requirements, integration requirements, and system constraints
  4. Question 4 · 1

    Which three considerations should an integration architect consider when recommending Platform Event as an integration solution? (Choose three.)

    Choose all answers that apply.

    • Event messages using SOQL are unable to be queried.
    • A Lightning record page for platform events is unable to be created.
    • Subscribe to an AssetTokenEvent stream to monitor OAuth 2.0 authentication activity.
    • When an event definition is deleted, it's permanently removed and can't be restored.
    • Event Monitoring is used to track user activity, such as logins and running reports.
  5. Question 5 · 1

    A subscription-based media company’s system landscape forces many subscribers to maintain multiple accounts and to login more than once. An Identity and Access Management (IAM) system, which supports SAML and OpenId, was recently implemented to improve the subscriber experience through self-registration and single sign-on (SSO). The IAM system must integrate with Salesforce to give new self-service customers instant access to Salesforce Community Cloud. Which requirement should the Salesforce Community Cloud support for self-registration and SSO?

    Choose one answer.

    • OpenId Connect Authentication Provider and Registration Handler
    • OpenId Connect Authentication Provider and JIT provisioning
    • SAML SSO and Registration Handler
  6. Question 6 · 1

    A large business-to-consumer (B2C) customer is planning to implement Salesforce CRM to become a customer centric enterprise. Below is their current system landscape diagram. The goals for implementing Salesforce includes: 1. Develop a 360 degree view of the customer. 2. Leverage Salesforce capabilities for marketing, sales and service processes. 3. Reuse Enterprise capabilities built for quoting and order management processes. Which three systems from the current system landscape can be retired with the implementation of Salesforce? (Choose three.)

    Choose all answers that apply.

    Question illustration 1
    • Order Management System
    • Sales Activity System
    • Case Management System
    • Quoting System
    • Email Marketing System
  7. Question 7 · 1

    Northern Trail Outfitters is in the final stages of merging two Salesforce orgs, but needs to keep the retiring org available for a short period of time for lead management as it is connected to multiple public web site forms. The Sales department has requested that new leads are available in the new Salesforce instance within 30 minutes. Which two approaches will require the least amount of development effort? (Choose two.)

    Choose all answers that apply.

    • Configure named credentials in the source org.
    • Use the Composite REST API to aggregate multiple leads in a single call.
    • Use the Tooling API with Process Builder to insert leads in real time.
    • Call the Salesforce REST API to insert the lead into the target system.
  8. Question 8 · 1

    Northern Trail Outfitters needs to use Shield Platform Encryption to encrypt social security numbers in order to meet a business requirement. Which two actions should an integration architect take prior to the implementation of Shield Platform Encryption? (Choose two.)

    Choose all answers that apply.

    • Review Shield Platform Encryption configurations.
    • Encrypt the data using the most current key.
    • Use Shield Platform Encryption as a user authentication or authorization tool.
    • Encrypt all the data so that it is secure.
  9. Question 9 · 1

    Universal Containers (UC) is a leading provider of management training globally. UC requested students' course registration data generated from the Salesforce student community to be synced with the learning management system (LMS). Any update to the course registration data needs to be reflected in the LMS. Which integration mechanism should be used to meet the requirement?

    Choose one answer.

    • Platform Event
    • Streaming API
    • Change Data Capture (CDC)
    • Outbound Message
  10. Question 10 · 1

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

    Choose one answer.

    • The maximum callouts in a single Apex transaction.
    • The maximum number of parallel Apex callouts in a single continuation.
    • The limit of pending operations in the same transaction.
    • The limit on long-running requests (total execution time).
  11. Question 11 · 1

    Given the diagram below, a Salesforce org, middleware, and Historical Data store exists with connectivity between them. Historical records are archived from Salesforce and moved to a Historical Data store (which houses 20 million records and is growing) are fine tuned to be performant with search queries. When reviewing occasional special cases, call center agents that use Salesforce have requested access to view the historical case items that relate to submitted cases. Which mechanism and patterns are recommended to maximize declarative configuration?

    Choose one answer.

    Question illustration 1
    • Use an ESB tool with Request and Reply pattern and then make a real-time Apex callout to the ESB endpoint to fetch and display historical data in a custom lightning component related to Case object.
    • Use an ESB tool with a Fire and Forget pattern and then publish a platform event for the requested historical data.
    • Use an extract, transform, load (ETL) tool with a Batch Data Synchronization pattern to migrate historical data into Salesforce and into a custom object (Historical Data) related to Case object.
    • Use an ESB tool with Data Virtualization pattern, expose OData endpoint, and then use Salesforce Connect to consume and display the external object alongside with the Case object.
  12. Question 12 · 1

    A subscription-based media company’s system landscape forces many subscribers to maintain multiple accounts and to login more than once. An Identity and Access Management (IAM) system, which supports SAML and OpenId, was recently implemented to improve the subscriber experience through self-registration and single sign-on (SSO). The IAM system must integrate with Salesforce to give new self-service customers instant access to Salesforce Community Cloud. Which two requirements should the Salesforce Community Cloud support for self-registration and SSO? (Choose two.)

    Choose all answers that apply.

    • SAML SSO and Just-in-Time (JIT) provisioning
    • OpenId Connect Authentication Provider and Registration Handler
    • OpenId Connect Authentication Provider and JIT provisioning
    • SAML SSO and Registration Handler
  13. Question 13 · 1

    A company has an external system that processes and tracks orders. Sales reps manage their leads and opportunity pipeline in Salesforce. In the current state, the two systems are disconnected and processing orders requires a lot of manual entry on the sales rep part. This creates delays in processing orders and incomplete data due to manual entry. As a part of modernization efforts, the company decided to integrate Salesforce and the Order Management System. The following technical requirements were identified: 1. Orders need to be created in real time from Salesforce. 2. Minimal customizations and code should be written due to a tight timeline and lack of developer resources. 3. Sales reps need to be able to see order history and most up-to-date information on current order status. 4. Managers need to be able to run reports in Salesforce to see daily and monthly order volumes and fulfillment timelines. 5. The legacy system is hosted on-premise and is currently connected to the Enterprise Service Bus (ESB). The ESB is flexible enough to provide any methods and connection types needed by the Salesforce team. 6. There are 1,000 sales reps. Each user processes/creates on average 15 orders per shift. Most of the orders contain 20 to 30 line items. How should an integration architect integrate the two systems based on the technical requirements and system constraints?

    Choose one answer.

    • Use Salesforce custom object, custom REST API, and extract, transform, load (ETL).
    • Use Salesforce big object. SOAP API and Dataloader.
    • Use Salesforce external object and OData connector.
    • Use Salesforce standard object. REST API, and extract, transform, load (ETL).
  14. Question 14 · 1

    Northern Trail Outfitters is seeking to improve the performance and security of outbound integrations from Salesforce to on-premise servers. What should the architect consider before recommending a solution?

    Choose one answer.

    • Shield Platform Encryption limitations
    • External gateway products in use
    • Considerations for using Deterministic Encryption
    • Default gateway restrictions
  15. Question 15 · 1

    A healthcare services company maintains a Patient Prescriptions System that has 50+ million records in a secure database. Its customer base and data set is growing rapidly. The company wants to make sure that the following policies are enforced: 1. Identifiable patient prescriptions must exist only in the company's secure system's database and encrypted at rest. 2. Identifiable patient prescriptions must be made available only to people explicitly authorized in the Patient Prescriptions System. Assigned nurses and doctors, the patient, and people authorized by the patient. 3. Must be available only to verified and pre-approved people or legal entities. To enable this, the company provides the following capabilities: 1. One-time use identity tokens for patients, nurses, doctors, and other people that expire within a few minutes. 2. Certificates for legal entities. 3. RESTful services. The company has a Salesforce Community Cloud portal for patients, nurses, doctors, and other authorized people. A limited number of employees analyze de-identified data in Einstein Analytics. Which two capabilities should the integration architect require for the Community Cloud portal and Einstein Analytics? (Choose two.)

    Choose all answers that apply.

    • Identity token data storage
    • Encryption in transit and at rest
    • Callouts to RESTful services
    • Bulk load for Einstein Analytics

Each purchase applies to this certification. Prices are one-time payments, not monthly subscriptions.

Starter

$29 USD one time

Full access to one certification's question bank in standard practice mode for 60 days.

  • Full question bank for one certification
  • 60 days of access
  • Standard practice mode
  • Question notes and community discussions
  • Attempt scores and answer review

Professional

$49 USD one time

Full access to one certification's question bank, custom test controls and advanced analytics for 60 days.

  • Custom test builder
  • Timers and question selection
  • Randomized question and answer order
  • Advanced performance and weak-question analytics
  • Priority customer support
Try 15 questions free