Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Integration Architect All Questions

View all questions & answers for the Certified Integration Architect exam

Exam Certified Integration Architect topic 1 question 64 discussion

Actual exam question from Salesforce's Certified Integration Architect
Question #: 64
Topic #: 1
[All Certified Integration Architect Questions]

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.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
JLee1
12 months ago
Selected Answer: D
The correct answer is D. Request and Reply: Enhanced External Services invokes a REST API. This is because the question specifies that the RESTful service needs to be checked in real time when a user clicks "Check Preferences". The Request and Reply pattern is suitable for this scenario as it allows for real-time communication. Enhanced External Services in Salesforce can be used to invoke a REST API B. Data Virtualization: Salesforce Connect maps external REST data in external objects: This is incorrect because Salesforce Connect is used for integrating external data into Salesforce, not for invoking external services in real time.
upvoted 2 times
...
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 ...