Architectural Patterns Quiz

5 questions Pass: 70% +25 pts

Quiz covering Application Development

Architectural Patterns Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which AWS service is commonly used to decouple application components by allowing them to communicate asynchronously via a message queue?

  2. 2

    You are building a microservices architecture where services need to share configuration data. Which service allows you to store and retrieve encrypted configuration data at runtime?

  3. 3

    When implementing the Event-Driven architecture pattern on AWS, which service acts as a central router to receive events and route them to targets like Lambda or SQS?

  4. 4

    Which design pattern is best suited for an application that requires long-running, multi-step workflows with error handling and state management?

  5. 5

    In a distributed system, you need to implement the Saga pattern to ensure data consistency across multiple microservices. Which AWS service is the primary tool for orchestrating these distributed transactions?