Practice Test Free
  • QUESTIONS
  • COURSES
    • CCNA
    • Cisco Enterprise Core
    • VMware vSphere: Install, Configure, Manage
  • CERTIFICATES
No Result
View All Result
  • Login
  • Register
Quesions Library
  • Cisco
    • 200-301
    • 200-901
      • Multiple Choice
      • Drag Drop
    • 350-401
      • Multiple Choice
      • Drag Drop
    • 350-701
    • 300-410
      • Multiple Choice
      • Drag Drop
    • 300-415
      • Multiple Choice
      • Drag Drop
    • 300-425
    • Others
  • AWS
    • CLF-C02
    • SAA-C03
    • SAP-C02
    • ANS-C01
    • Others
  • Microsoft
    • AZ-104
    • AZ-204
    • AZ-305
    • AZ-900
    • AI-900
    • SC-900
    • Others
  • CompTIA
    • SY0-601
    • N10-008
    • 220-1101
    • 220-1102
    • Others
  • Google
    • Associate Cloud Engineer
    • Professional Cloud Architect
    • Professional Cloud DevOps Engineer
    • Others
  • ISACA
    • CISM
    • CRIS
    • Others
  • LPI
    • 101-500
    • 102-500
    • 201-450
    • 202-450
  • Fortinet
    • NSE4_FGT-7.2
  • VMware
  • >>
    • Juniper
    • EC-Council
      • 312-50v12
    • ISC
      • CISSP
    • PMI
      • PMP
    • Palo Alto Networks
    • RedHat
    • Oracle
    • GIAC
    • F5
    • ITILF
    • Salesforce
Contribute
Practice Test Free
  • QUESTIONS
  • COURSES
    • CCNA
    • Cisco Enterprise Core
    • VMware vSphere: Install, Configure, Manage
  • CERTIFICATES
No Result
View All Result
Practice Test Free
No Result
View All Result
Home Practice Questions Free

Certified Integration Architect Practice Questions Free

Table of Contents

Toggle
  • Certified Integration Architect Practice Questions Free – 50 Exam-Style Questions to Sharpen Your Skills
  • Free Access Full Certified Integration Architect Practice Questions Free

Certified Integration Architect Practice Questions Free – 50 Exam-Style Questions to Sharpen Your Skills

Are you preparing for the Certified Integration Architect certification exam? Kickstart your success with our Certified Integration Architect Practice Questions Free – a carefully selected set of 50 real exam-style questions to help you test your knowledge and identify areas for improvement.

Practicing with Certified Integration Architect practice questions free gives you a powerful edge by allowing you to:

  • Understand the exam structure and question formats
  • Discover your strong and weak areas
  • Build the confidence you need for test day success

Below, you will find 50 free Certified Integration Architect practice questions designed to match the real exam in both difficulty and topic coverage. They’re ideal for self-assessment or final review. You can click on each Question to explore the details.

Question 1

An integration architect has designed a mobile application for Salesforce users to get data while on the road using a custom user interface (UI). The application is secured with OAuth and is currently functioning well. There is a new requirement where the mobile application needs to obtain the GPS coordinates and store them on a custom geolocation field.
The geolocation field is secured with field-level security, so users can view the value without changing it.
What should be done to meet the requirement?

A. The mobile device makes a REST API Inbound call.

B. The mobile device makes a REST Apex inbound call.

C. The mobile device makes a SOAP API inbound call.

D. The mobile device receives a REST Apex callout call.

 


Suggested Answer: A

Community Answer: B

 

Question 2

Northern Trail Outfitters requires an integration to be set up between one of its Salesforce orgs and an External Data Source using Salesforce Connect. The External Data Source supports Open Data Protocol.
Which configuration should an integration architect recommend be implemented in order to secure requests coming from Salesforce?

A. Configure Special Compatibility for OData connection.

B. Configure CSRF Protection for OData connection.

C. Configure Identity Type for OData connection.

 


Suggested Answer: B

Community Answer: C

 

Question 3

A business-to-consumer (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 it is processed in an external payment gateway.
4. CSR receives confirmation of payment.
5. CSR upgrades service for customer and confirms customer.
This use case requires the CSR to obtain confirmation of payment before upgrading the service. The integration with the 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. Platform events allow integration to the payment gateway through the exchange of real-time event data; platform events are scalable and secure.

B. Make a callout to the payment gateway through ESB supporting error handling and logging for audit purposes.

C. Use External Services feature to integrate payment gateway to Salesforce to ensure real-time updates to the CSR and support post payment processes.

D. Build a custom Apex callout to external payment gateway service and provide a success message to the CSR; the details of callouts and responses are logged for audit purposes.

 


Suggested Answer: B

Community Answer: D

 

Question 4

Universal Containers (UC) owns a variety of cloud-based applications, including Salesforce, alongside several on-premise applications. The on-premise applications are protected behind a corporate network with limited outside access to external systems.
UC would like to expose data from the on-premise applications to Salesforce for a more unified user experience. The data should be accessible from Salesforce in real time.
Which two actions should be recommended to fulfill this system requirement? (Choose two.)

A. Run a batch job with an extract, transform, load (ETL) tool from an on-premise server to move data to Salesforce.

B. Develop an application in Heroku that connects to the on-premise database via an Open Database Connectivity (ODBC) string and Virtual Private Cloud (VPC) connection.

C. Develop custom APIs on the company’s network that are invokable by Salesforce.

D. Deploy MuleSoft to the on-premise network and design external facing APIs to expose the data.

 


Suggested Answer: BD

Community Answer: BD

 

Question 5

A company wants to standardize exception tracking, handling, and analytics. The company will complete the following:
1. Build a company wide logging service hosted on a middleware platform.
2. Create case object records for exceptions based thresholds.
3. Change all their Apex Loggers to publish Application Exceptions as custom platform events.
Which two specifications should the integration architect include in the logging service architecture? (Choose two.)

A. Receive Application Events through Change Data Capture (CDC).

B. Create Salesforce Cases conditionally using automatic Case creation rules.

C. Create Salesforce Cases using the Salesforce REST, SOAP, or Bulk API.

D. Subscribe to the Application Exceptions using the Salesforce Streaming API.

 


Suggested Answer: CD

Community Answer: BD

 

Question 6

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 two.)

A. PushTopic Events

B. Change Data Capture Events

C. High Volume Platform Events

D. Generic Events

 


Suggested Answer: BC

Community Answer: BC

 

Question 7

A company’s security assessment noted vulnerabilities on the unmanaged packages in its 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 two.)

A. Named Credentials

B. Encrypted Custom Fields

C. Protected Custom Settings

D. Protected Custom Metadata Types

 


Suggested Answer: AB

 

Question 8

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 approach will require the least amount of development effort?

A. Use the Composite REST API to aggregate multiple leads in a single call.

C. Use the Tooling API with Process Builder to insert leads in real time.

D. Call the Salesforce REST API to insert the lead into the target system.

 


Suggested Answer: B

Community Answer: D

 

Question 9

A company needs to be able to send data from Salesforce to a home grown system behind a corporate firewall. The data needs to be pushed only one way and doesn't need to be sent in real time. The average volume is 2 million records per day.
What should an integration architect consider when choosing the right option in building the integration between the external system and Salesforce?

A. Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to the external system.

B. Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to Salesforce.

C. Due to high volume of records, Salesforce will need to make a REST API call to the external system.

D. Due to high volume of records, a third party integration tool is required to stage records off platform.

 


Suggested Answer: B

Community Answer: B

 

Question 10

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/Won, but the back-end Enterprise Resource Planning (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, Orden Shipped, and 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 two.)

A. High-volume event messages are stored for 24 hours (1 day).

B. When subscribing to Salesforce Event Bus, ReplayID is used with a value of -2 to be able to see old and sew events.

C. When subscribing to Salesforce Event Bus, ReplayID is used with a value of -1 to be able to see sew events.

D. High-volume event messages are stored for 72 hours (3 days).

 


Suggested Answer: BD

Community Answer: BD

 

Question 11

Which two system constraint questions should be considered when designing an integration to send orders from Salesforce to a fulfillment system? (Choose two.)

A. Can the fulfillment system implement a contract first Outbound Messaging interface?

B. Which system will validate order shipping addresses?

C. Can the fulfillment system participate in idempotent design to avoid duplicate orders?

D. What latency is acceptable for orders to reach the fulfillment system?

 


Suggested Answer: AC

Community Answer: CD

 

Question 12

Universal Containers (UC) is currently managing a custom monolithic web service that runs on an on-premise server.
This monolithic web service is responsible for Point-to-Point (P2P) integrations between:
1. Salesforce and a legacy billing application
2. Salesforce and a cloud-based Enterprise Resource Planning application
3. Salesforce and a data lake
UC has found that the tight interdependencies between systems is causing integrations to fail.
What should an architect recommend to decouple the systems and improve performance of the integrations?

A. Re-write and optimize the current web service to be more efficient.

B. Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.

C. Use the Salesforce Bulk API when integrating back into Salesforce.

D. Move the custom monolithic web service from on-premise to a cloud provider.

 


Suggested Answer: B

Community Answer: B

 

Question 13

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?

A. The maximum callouts in a single Apex transaction.

B. The maximum number of parallel Apex callouts in a single continuation.

C. The limit of pending operations in the same transaction.

D. The limit on long-running requests (total execution time).

 


Suggested Answer: D

Community Answer: D

 

Question 14

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?

A. Platform Event

B. Streaming API

C. Change Data Capture (CDC)

D. Outbound Message

 


Suggested Answer: C

 

Question 15

Northern Trail Outfitters (NTO) uses a custom mobile app to interact with its customers. One of the features of the app is 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. Apex REST API

D. Streaming API

 


Suggested Answer: A

Community Answer: A

 

Question 16

Northern Trail Outfitters (NTO) is looking to integrate three external systems that run nightly data enrichment processes in Salesforce. NTO has both of the following security and strict auditing requirements:
1. The external systems must follow the principle of least privilege.
2. The activities of the external systems must be available for audit.
What should an integration architect recommend as a solution for these Integrations?

A. A shared integration user for the three external system integrations.

B. A unique integration user for each external system integration.

C. A shared Connected App for the three external system integrations.

D. A Connected App for each external system integration.

 


Suggested Answer: B

Community Answer: B

 

Question 17

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 being published?

A. The platform events are published immediately before the Apex transaction completes.

B. The platform events have a trigger in Apex.

C. The platform events are being published from Apex.

D. The platform events are published after the Apex transaction completes.

 


Suggested Answer: D

 

Question 18

Universal Containers (UC) is a global financial company. UC support agents would like to open bank accounts on the spot for customers who inquire about UC products.
During the bank account opening process, the agents execute credit checks for the customers through external agencies. At any given time, up to 30 concurrent reps will be using the service to perform credit checks for customers.
What error handling mechanisms should be built to display an error to the agent when the credit verification process failed?

A. In case the verification process is down, use fire and forget mechanism instead of Request and Reply to allow the agent to get the response back when the service is back online.

B. Handle verification process error in the Verification Webservice API in case there is a connection issue to the Webservice if it responds with an error.

C. In case the verification process is down, use mock service to send the response to the agent.

D. Handle integration errors in the middleware in case the verification process is down, then the middleware should retry processing the request multiple times.

 


Suggested Answer: D

Community Answer: B

 

Question 19

Northern Trail Outfitters needs to secure an integration with an external Microsoft Azure API Gateway.
Which integration security mechanism should be employed?

A. Use an API-only user profile and implement an external identity provider with federated API access.

B. Configure mutual server authentication with two way SSL using certification authority (CA) signed certificates.

C. Configure a connected app with an authorization endpoint of the API Gateway and configure OAuth settings.

D. Implement Salesforce Shield with Encryption at Rest and generate a tenant secret.

 


Suggested Answer: B

Community Answer: B

 

Question 20

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 been added to Content Security Policies.

B. The endpoint URL has been added to Remote Site Settings.

C. The endpoint URL has been added been to an outbound firewall rule.

D. The endpoint domain has been added to Cross-Origin Resource Sharing.

 


Suggested Answer: B

Community Answer: B

 

Question 21

Northern Trail Outfitters needs to send order and line items directly to an existing finance application webservice when an order is fulfilled. It is critical that each order reach the finance application exactly once for accurate invoicing.
Which solution should an architect propose?

A. Outbound Messaging, which will automatically handle error retries to the service.

B. Button press invokes synchronous callout, with user handling retries in case of error.

C. Trigger invokes Queueable Apex method, with custom error handling process.

D. Trigger makes @future Apex method, with custom error handling process.

 


Suggested Answer: B

Community Answer: B

 

Question 22

When a user clicks “Check Preferences” as part of a Lightning flow in Salesforce, preferences from an externally hosted RESTful service are to be checked in real time. The RESTful service has OpenAPI 2.0 JSON definitions, responding in Boolean and string values data types.
Which integration pattern and mechanism should be selected to meet the conditions?

A. Fire and Forget: Process driven Platform Events publishes events on Salesforce Event Bus.

B. Data Virtualization: Salesforce Connect maps external REST data in external objects.

C. Remote Call-In: Salesforce REST API with REST Composite Resources.

D. Request and Reply: Enhanced External Services invokes a REST API.

 


Suggested Answer: D

Community Answer: D

 

Question 23

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.)

A. Identity token data storage

B. Encryption in transit and at rest

C. Callouts to RESTful services

D. Bulk load for Einstein Analytics

 


Suggested Answer: BC

Community Answer: BC

 

Question 24

Salesforce users need to read data from an external system via an HTTP request.
Which two security methods should an integration architect leverage within Salesforce to secure the integration? (Choose two.)

A. Two-way SSL

B. Authorization Provider

C. Connected App

D. Named Credentials

 


Suggested Answer: BD

Community Answer: AD

 

Question 25

Given the diagram below, a Salesforce org, middleware, and Historical Data store exists with connectivity between them.
 Image
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?

A. 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.

B. Use an ESB tool with a Fire and Forget pattern and then publish a platform event for the requested historical data.

C. 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.

D. 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.

 


Suggested Answer: D

 

Question 26

Northern Trail Outfitters has recently implemented middleware for orchestration of services across platforms. The Enterprise Resource Planning (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 option should fulfill the use case requirements?

A. Implement a Workflow Rule with Outbound Messaging to send SOAP messages to the designated endpoint.

B. Implement Change Data Capture on the order object and leverage the replay ID in the middleware solution.

C. Use Remote Process Invocation Fire and Forget pattern on insert on the order object using Flow Builder.

 


Suggested Answer: B

Community Answer: C

 

Question 27

A call center manager uses a custom dashboard to track case-related metrics. The manager wants a component to display the number of closed cases in real time.
What type of event should be used to meet this requirement?

A. PushTopic Event

B. Platform Event

C. Generic Event

D. Change Data Capture Event

 


Suggested Answer: A

Community Answer: A

 

Question 28

An enterprise architect has requested the Salesforce integration architect to review the following (see diagram and description) and provide recommendations after carefully considering all constraints of the enterprise systems and Salesforce platform limits.
 Image
•	About 3,000 phone sales agents use a Salesforce Lightning UI concurrently to check eligibility of a customer for a qualifying offer.
•	There are multiple eligibility systems that provide this service and are hosted externally. However, their current response times could take up to 90 seconds to process and return (there are discussions to reduce the response times in the future, but no commitments are made).
•	These eligibility systems can be accessed through APIs orchestrated via ESB (MuleSoft).
•	All requests from Salesforce will have to traverse through the customer's API Gateway layer and the API Gateway imposes a constraint of timing out requests after 9 seconds.
Which recommendation should the integration architect make?

A. Recommend synchronous Apex callouts from Lightning UI to External Systems via Mule and implement polling on an API Gateway timeout.

B. Create a platform event in Salesforce via Remote Call-In and use the empAPI in the Lightning UI to serve 3,000 concurrent users when responses are received by Mule.

C. Implement a “Check Update” button that passes a requestID received from ESB (user action needed).

 


Suggested Answer: C

Community Answer: B

 

Question 29

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.)

A. SAML SSO and Just-in-Time (JIT) provisioning

B. OpenId Connect Authentication Provider and Registration Handler

C. OpenId Connect Authentication Provider and JIT provisioning

D. SAML SSO and Registration Handler

 


Suggested Answer: AB

Community Answer: AB

 

Question 30

Service agents at Northern Trail Outfitters use Salesforce to manage cases and B2C Commerce for ordering.
Which integration solution should an architect recommend in order for the service agents to see order history from a business-to-consumer (B2C) Commerce system?

A. REST API offered by Commerce Platform

B. REST API offered by Salesforce Platform

C. Salesforce B2C Commerce to Service Cloud Connector

D. MuleSoft Anypoint Platform

 


Suggested Answer: C

Community Answer: C

 

Question 31

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?

A. Connect via Salesforce Connect.

B. Connect via Communities.

C. Handle authentication with login flows.

D. Handle authentication in the code.

 


Suggested Answer: D

Community Answer: D

 

Question 32

An enterprise architect has requested the Salesforce integration architect to review the following (see diagram and description) and provide recommendations after carefully considering all constraints of the enterprise systems and Salesforce platform limits.
 Image
About 3,000 phone sales agents use a Salesforce Lightning UI concurrently to check eligibility of a customer for a qualifying offer.
There are multiple eligibility systems that provide this service and are hosted externally. However, their current response times could take up to 90 seconds to process and return (there are discussions to reduce the response times in the future, but no commitments are made).
These eligibility systems can be accessed through APIs orchestrated via ESB (MuleSoft).
All requests from Salesforce will have to traverse through the customer's API Gateway layer and the API Gateway imposes a constraint of timing out requests after 9 seconds.
Which three recommendations should be made? (Choose three.)

A. Use Continuation callouts to make the eligibility check request from Salesforce Lightning UI at page load.

B. ESB (Mule) with cache/state management to return a requestID (or) response if available from an external system.

C. Recommend synchronous Apex callouts from Lightning UI to External Systems via Mule and implement polling on an API Gateway timeout.

D. Create a platform event in Salesforce via Remote Call-In and use the empAPI in the Lightning UI to serve 3,000 concurrent users when responses are received by Mule.

E. Implement a “Check Update” button that passes a requestID received from ESB (user action needed).

 


Suggested Answer: ABE

Community Answer: ABE

 

Question 33

A customer imports data from an external system into Salesforce using Bulk API. These jobs have batch sizes of 2000 and are run in parallel mode. The batches fail frequently with the error “Max CPU time exceeded”. A smaller batch size will fix this error.
What should be considered when using a smaller batch size?

A. Smaller batch size may exceed the concurrent API request limits.

B. Smaller batch size can trigger “Too many concurrent batches” error.

C. Smaller batch size may increase time required to execute bulk jobs.

 


Suggested Answer: C

Community Answer: B

 

Question 34

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.)

A. Configure named credentials in the source org.

B. Use the Composite REST API to aggregate multiple leads in a single call.

C. Use the Tooling API with Process Builder to insert leads in real time.

D. Call the Salesforce REST API to insert the lead into the target system.

 


Suggested Answer: AD

Community Answer: AD

 

Question 35

Northern Trail Outfitters has recently experienced intermittent network outages in its call center. When network service resumes, Sales representatives have inadvertently created duplicate orders in the manufacturing system because the order was placed, but the return acknowledgment was lost during the outage.
Which solution should an architect recommend to avoid duplicate order booking?

A. Use scheduled Apex to query manufacturing system for potential duplicate or missing orders.

B. Implement idempotent design and have Sales Representatives retry order(s) in question.

C. Use Outbound Messaging to ensure manufacturing acknowledges receipt of order.

D. Have scheduled Apex resubmit orders that do not have a successful response.

 


Suggested Answer: B

Community Answer: B

 

Question 36

A large enterprise customer with the following system landscape is planning to implement Salesforce Sales Cloud.
 Image
The following business processes need to be supported in Salesforce:
1. Sales consultants should be able to have access to current inventory.
2. The Enterprise Resource Planning (ERP) System is the system of record for pricing information.
3. Quotes should be generated in Salesforce with pricing from ERP.
4. Sales Management uses an Enterprise Business Intelligence (BI) tool to view Sales dashboard.
5. Master Data Management (MDM) is the system of record for customers and prospects.
6. Invoices should be accessible in Salesforce.
Which systems in the landscape should the integration consultant consider to be integrated with Salesforce to support the business requirements?

A. ERP, MDM, BI tool, Data Warehouse

B. ERP, MDM, Data Warehouse, Invoices system

C. ERP, Inventory, Pricing Engine, Invoices system

D. ERP, Invoices system, Data Warehouse, BI tool

 


Suggested Answer: C

Community Answer: B

 

Question 37

Northern Trail Outfitters (NTO) uses different shipping services for each of the 34 countries it serves. Services are added and removed frequently to optimize shipping times and costs. Sales representatives serve all NTO customers globally and need to select between valid service(s) for the customer s country and request shipping estimates from that service.
Which two solutions should an architect propose? (Choose two.)

A. Invoke middleware service to retrieve valid shipping methods.

B. Store shipping services in a picklist that is dependent on a country picklist.

C. Use middleware to abstract the call to the specific shipping services.

D. Use Platform Events to construct and publish shipper-specific events.

 


Suggested Answer: AC

 

Question 38

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?

A. Data access prevention requirements, then identify frequency

B. Inbound integration requirements, then identify frequency

C. Data access prevention requirements, integration requirements, and system constraints

 


Suggested Answer: B

 

Question 39

Northern Trail Outfitters use Salesforce to track leads and opportunities, and to capture order details. However, Salesforce isn't the system that holds or processes orders. After the order details are captured in Salesforce, an order must be created in the remote system, which manages the orders lifecycle. The integration architect for the project is recommending a remote system that will subscribe to the platform event defined in Salesforce.
Which integration pattern should be used for this business use case?

A. Remote Call-In

B. Fire and Forget

C. Batch Data Synchronization

D. Request and Reply

 


Suggested Answer: B

Community Answer: B

 

Question 40

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 recourses should the integration architect use to allow up to 200 records in one API call?

A. Batch

B. Composite

C. SObject Collections

D. SObject Tree

 


Suggested Answer: D

Community Answer: C

 

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.5 million Contacts, 4.3 million Opportunities, and 45,000 Products into the new org.
2. Notification of new and updated Accounts and Contacts needs to be sent to three external systems.
3. Expose custom business logic to five 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, Chatter REST API, Apex REST API, Analytics REST API

B. Bulk API, Streaming API, Apex SOAP 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

 


Suggested Answer: B

Community Answer: B

 

Question 42

A customer is evaluating the Platform Events solution and would like help in comparing/contrasting it with Outbound Messaging for real-time/near-real time needs. They expect 3,000 customers to view messages in Salesforce.
Which three considerations should be evaluated and highlighted when deciding between the solutions? (Choose three.)

A. Number of concurrent subscribers to Platform Events is capped at 2,000. An Outbound Messaging configuration can pass only 100 notifications in a single message to a SOAP end point.

B. Both Platform Events and Outbound Messaging offer declarative means for asynchronous near-real time needs. They aren’t best suited for real-time integrations.

C. In both Platform Events and Outbound Messaging, the event messages are retried by and delivered in sequence, and only once. Salesforce ensures there is no duplicate message delivery.

D. Message sequence is possible in Outbound Messaging, but not guaranteed with Platform Events. Both offer very high reliability. Fault handling and recovery are fully handled by Salesforce.

E. Both Platform Events and Outbound Messaging are highly scalable. However, unlike Outbound Messaging, only Platform Events have Event Delivery and Event Publishing limits to be considered.

 


Suggested Answer: ADE

Community Answer: ADE

 

Question 43

Northern Trail Outfitters needs to make synchronous callouts “available-to-promise” service to query product availability and reserve inventory during customer checkout process.
Which two statements should an integration architect consider when building a scalable integration solution? (Choose two.)

A. The typical and worst-case historical response times.

B. The maximum query cursors open per user on the service.

C. How many concurrent service calls are being placed.

D. The number of batch jobs that can run concurrently.

 


Suggested Answer: AC

Community Answer: AC

 

Question 44

An integration architect has been tasked with integrating Salesforce with an on-premise system. Due to some established policies, this system must remain on-premise.
What should the architect use to build a solution for this requirement?

A. Use Heroku Connect if the data is hosted in Heroku.

B. Use Salesforce Connect if the data is hosted in Salesforce.

C. Use Salesforce Connect if the database supports Open Database Connectivity (ODBC).

D. Use Salesforce Connect if the database supports Open Data Protocol (OData).

 


Suggested Answer: D

Community Answer: D

 

Question 45

Universal Containers (UC) currently owns a middleware tool and has developed an API-led integration architecture with three API tiers. The first tier interfaces directly with the systems of engagement, the second tier implements business logic and aggregates data, and while the third tier interfaces directly with the systems of record. Some of the systems of engagement will be a mobile application, a web application, and Salesforce.
UC has a business requirement to return data to the systems of engagement in different formats while also enforcing different security protocols.
What should an integration architect recommend to meet these requirements?

A. Enforce separate security protocols and return formats at the second tier of the API-led architecture.

B. Leverage an Identity Provider solution that communicates with the API tiers via SAML.

C. Implement an API Gateway that all systems of engagement must interface with first.

D. Enforce separate security protocols and return formats at the first tier of the API-led architecture.

 


Suggested Answer: C

Community Answer: C

 

Question 46

A company’s cloud-based single page application consolidates data local to the application with data from on-premise and third-party systems. The diagram below typifies the application’s combined use of synchronous and asynchronous calls.
 Image
The company wants to use the average response time of its application’s user interface as a basis for certain alerts. For this purpose, the following occurs:
1. Log every call start and finish date and time to a central analytics data store.
2. Compute response time uniformly as the difference between the start and finish date and time (A to H in the diagram).
Which computation represents the end-to-end response time from the user’s perspective?

A. Sum of A to H

B. Sum of A to F

C. Sum A and H

 


Suggested Answer: C

Community Answer: A

 

Question 47

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:
1. At peak, the 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 customer premise.
In order to implement these patterns and mechanisms, which component should an integration architect recommend?

A. Configure Remote Site Settings in Salesforce to authenticate the middleware.

B. Firewall and reverse proxy are required to protect internal APIs and resources being exposed.

C. ConnectedApp configured in Salesforce to authenticate the middleware.

D. An API Gateway that authenticates requests from Salesforce into the middleware (ETL/ESB).

 


Suggested Answer: C

Community Answer: C

 

Question 48

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?

A. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.

B. Call the Enterprise APIs directly from the LWC’s JavaScript code and redisplay the LWC on receipt of the API response.

C. Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.

D. Let the Lightning Data Service with an @wire adapter display new values when the custom object records change.

 


Suggested Answer: C

Community Answer: C

 

Question 49

An organization needs to integrate Salesforce with an external system and is considering authentication options. The organization has already implemented SAML using a third-party identity provider (IdP) for integrations between other systems.
Which use case can leverage the existing SAML integration to connect Salesforce with other internal systems?

A. Make Apex REST outbound integrations to external web services more secure.

B. Make an API inbound integration from an external Java client more secure.

C. Make formula fields with HYPERLINK() to external web servers more secure.

D. Make Apex SOAP outbound integrations to external web services more secure.

 


Suggested Answer: C

 

Question 50

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?

A. OpenId Connect Authentication Provider and Registration Handler

C. OpenId Connect Authentication Provider and JIT provisioning

D. SAML SSO and Registration Handler

 


Suggested Answer: A

Community Answer: C

 

Free Access Full Certified Integration Architect Practice Questions Free

Want more hands-on practice? Click here to access the full bank of Certified Integration Architect practice questions free and reinforce your understanding of all exam objectives.

We update our question sets regularly, so check back often for new and relevant content.

Good luck with your Certified Integration Architect certification journey!

Share18Tweet11
Previous Post

Certified Experience Cloud Consultant Practice Questions Free

Next Post

Certified Marketing Cloud Consultant Practice Questions Free

Next Post

Certified Marketing Cloud Consultant Practice Questions Free

Certified Marketing Cloud Email Specialist Practice Questions Free

Certified OmniStudio Developer Practice Questions Free

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recommended

Network+ Practice Test

Comptia Security+ Practice Test

A+ Certification Practice Test

Aws Cloud Practitioner Exam Questions

Aws Cloud Practitioner Practice Exam

Comptia A+ Practice Test

  • About
  • DMCA
  • Privacy & Policy
  • Contact

PracticeTestFree.com materials do not contain actual questions and answers from Cisco's Certification Exams. PracticeTestFree.com doesn't offer Real Microsoft Exam Questions. PracticeTestFree.com doesn't offer Real Amazon Exam Questions.

  • Login
  • Sign Up
No Result
View All Result
  • Quesions
    • Cisco
    • AWS
    • Microsoft
    • CompTIA
    • Google
    • ISACA
    • ECCouncil
    • F5
    • GIAC
    • ISC
    • Juniper
    • LPI
    • Oracle
    • Palo Alto Networks
    • PMI
    • RedHat
    • Salesforce
    • VMware
  • Courses
    • CCNA
    • ENCOR
    • VMware vSphere
  • Certificates

Welcome Back!

Login to your account below

Forgotten Password? Sign Up

Create New Account!

Fill the forms below to register

All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.