Event-driven architecture

5 minutes 5 Questions

Event-driven architecture is a pattern where components and services within an application communicate through the generation and processing of events. In AWS Lambda, a Lambda function is triggered in response to an event, concurrently processing it and invoking other services as needed. This enabl…

Test mode:
AWS Certified Solutions Architect - Event-driven architecture Example Questions

Test your knowledge of Event-driven architecture

Question 1

A company's operations team needs to be alerted with an email if the response time on their web applications increases beyond a certain threshold. Which AWS services can be combined to create such an event-driven architecture?

Question 2

A company stores user-uploaded videos in Amazon S3 and needs an event-driven solution that automatically initiates the transcoding workflow immediately after each upload. Which service should be used to react to S3 object-created events and start the processing pipeline?

Question 3

A social media company needs a serverless, event-driven solution to ingest a continuous stream of user comments and perform real-time sentiment analysis with low latency. Which AWS service combination is the best fit?

More Event-driven architecture questions
18 questions (total)