Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
sale

Want to Unlock All Questions for this Exam?

Full Exam Access, Discussions, No Robots Checks

Salesforce Certified Integration Architect Exam Actual Questions

The questions for Certified Integration Architect were last updated on April 20, 2024.
  • Viewing page 1 out of 31 pages.
  • Viewing questions 1-4 out of 127 questions

Topic 1 - Exam A

Question #1 Topic 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?

  • 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.
Reveal Solution Hide Solution   Discussion   6

Correct Answer: B 🗳️

Question #2 Topic 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.)

  • 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
Reveal Solution Hide Solution   Discussion   6

Correct Answer: AB 🗳️

Question #3 Topic 1

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.
Reveal Solution Hide Solution   Discussion   7

Correct Answer: ACE 🗳️

Question #4 Topic 1

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.
Reveal Solution Hide Solution   Discussion   5

Correct Answer: CD 🗳️

Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...