SAA-C03 · Question #114
SAA-C03 Question #114: Real Exam Question with Answer & Explanation
The correct answer is C: Create an Amazon EventBridge rule and configure an Amazon EventBridge API destination. AmazonEventBridgeAPI destinations allow you to send data from AWS to external systems, like Salesforce, using HTTP APIs, including those secured with OAuth. This provides a secure and scalable solution for sending messages from the order processing application to Salesforce. Opti
Question
A manufacturing company runs an order processing application in its VPC. The company wants to securely send messages from the application to an external Salesforce system that uses Open Authorization (OAuth). A solutions architect needs to integrate the company's order processing application with the external Salesforce system. Which solution will meet these requirements?
Options
- ACreate an Amazon Simple Notification Service (Amazon SNS) topic in a fanout configuration that
- BCreate an Amazon Simple Notification Service (Amazon SNS) topic in a fanout configuration that
- CCreate an Amazon EventBridge rule and configure an Amazon EventBridge API destination
- DCreate an Amazon Managed Streaming for Apache Kafka (Amazon MSK) topic that has an
Explanation
AmazonEventBridgeAPI destinations allow you to send data from AWS to external systems, like Salesforce, using HTTP APIs, including those secured with OAuth. This provides a secure and scalable solution for sending messages from the order processing application to Salesforce. Option A and B (SNS): SNS is not ideal for OAuth-secured external APIs and lacks the necessary OAuth integration. Option D (MSK): Amazon MSK is a Kafka-based streaming solution, which is overkill for simple message forwarding to Salesforce.
Community Discussion
No community discussion yet for this question.