Integration & Events

SQS, SNS, EventBridge, and Kinesis messaging and event-driven patterns.

0/4 đã trả lời
  1. Câu 1. An application requires messages to be processed in strict order with exactly-once delivery semantics. Which messaging service and configuration should be used?
  2. Câu 2. A microservices architecture needs to fan out a single event to multiple downstream services, where each service has its own message buffer and independent retry logic. What is the recommended architecture?
  3. Câu 3. A company needs to process a real-time data stream with the ability to replay data and support multiple independent consumers reading from the same stream. Which service should they use?
  4. Câu 4. A company needs to route events from multiple AWS services and third-party SaaS applications to different targets based on event content patterns. Which service provides this capability?