2.0 Design Resilient Architectures SAA-C03 Practice Quiz
156 exam-style questions covering 26% of the SAA-C03 exam. Instant feedback on every answer, progress tracking, no signup required.
This domain is part of the AWS Certified Solutions Architect Associate practice test. Each question is tagged by exam objective and difficulty so you can drill exactly the areas you need.
Sample Questions
Which description best matches Scalable architecture design in AWS Solutions Architect Associate Domain 2.0 Design Resilient Architectures?
- A. Scalable architecture design allows workload components to increase or decrease capacity as demand changes without redesigning the whole application.
- B. Horizontal scaling increases capacity by adding more resource instances or nodes.
- C. Vertical scaling increases capacity by using a larger or more powerful resource.
- D. Loosely coupled architecture reduces direct dependencies between components so failures, scaling, or changes in one component have less impact on others.
Scalable architecture design allows workload components to increase or decrease capacity as demand changes without redesigning the whole application. This is the correct answer.
Which option correctly defines Loosely coupled architecture?
- A. Application Load Balancer distributes HTTP and HTTPS traffic at Layer 7 and can route based on host, path, headers, or other request attributes.
- B. Loosely coupled architecture reduces direct dependencies between components so failures, scaling, or changes in one component have less impact on others.
- C. Amazon SQS is a managed message queue that decouples producers and consumers by storing messages until they are processed.
- D. Amazon SNS is a managed publish/subscribe messaging service for sending notifications or fan-out messages to subscribers.
Loosely coupled architecture reduces direct dependencies between components so failures, scaling, or changes in one component have less impact on others. This is the correct answer.
A solutions architect must design a scalable or loosely coupled workload using Scalable architecture design. Which answer best describes the design concept?
- A. AWS Step Functions is the best fit when the resilient AWS architecture requires this design behavior: AWS Step Functions coordinates distributed application workflows by orchestrating steps, branching, retries, and service integrations.
- B. Scalable architecture design is the best fit when the resilient AWS architecture requires this design behavior: Scalable architecture design allows workload components to increase or decrease capacity as demand changes without redesigning the whole application.
- C. Amazon API Gateway is the best fit when the resilient AWS architecture requires this design behavior: Amazon API Gateway creates and manages APIs that expose application functions, services, or serverless backends.
- D. REST API is the best fit when the resilient AWS architecture requires this design behavior: A REST API exposes resources through standard HTTP methods for communication between clients and services.
Scalable architecture design allows workload components to increase or decrease capacity as demand changes without redesigning the whole application. This matches the resilient architecture scenario without confusing scaling, decoupling, high availability, disaster recovery, observability, or service selection. This is the correct answer.
A solutions architect must design a scalable or loosely coupled workload using Loosely coupled architecture. Which answer best describes the design concept?
- A. Container migration decision is the best fit when the resilient AWS architecture requires this design behavior: Container migration decision determines whether packaging an application as containers will improve portability, scalability, and deployment consistency.
- B. CloudFront as edge accelerator is the best fit when the resilient AWS architecture requires this design behavior: Amazon CloudFront caches and delivers content from edge locations to reduce latency and offload origin infrastructure.
- C. Loosely coupled architecture is the best fit when the resilient AWS architecture requires this design behavior: Loosely coupled architecture reduces direct dependencies between components so failures, scaling, or changes in one component have less impact on others.
- D. Read replicas for scaling is the best fit when the resilient AWS architecture requires this design behavior: Read replicas improve read scalability by serving read traffic from replicated database copies.
Loosely coupled architecture reduces direct dependencies between components so failures, scaling, or changes in one component have less impact on others. This matches the resilient architecture scenario without confusing scaling, decoupling, high availability, disaster recovery, observability, or service selection. This is the correct answer.
A solutions architect must design a scalable or loosely coupled workload using Microservices architecture. Which answer best describes the design concept?
- A. Multi-Region design is the best fit when the resilient AWS architecture requires this design behavior: Multi-Region design uses more than one AWS Region to improve disaster recovery, global availability, or latency for users in different locations.
- B. Backup and restore DR is the best fit when the resilient AWS architecture requires this design behavior: Backup and restore DR restores systems and data from backups after a disruption and is usually lower cost with longer recovery time.
- C. Pilot light DR is the best fit when the resilient AWS architecture requires this design behavior: Pilot light DR keeps a minimal version of critical systems running so the environment can be expanded during recovery.
- D. Microservices architecture is the best fit when the resilient AWS architecture requires this design behavior: Microservices architecture divides an application into smaller independently deployable services that can scale and evolve separately.
Microservices architecture divides an application into smaller independently deployable services that can scale and evolve separately. This matches the resilient architecture scenario without confusing scaling, decoupling, high availability, disaster recovery, observability, or service selection. This is the correct answer.
A workload must scale as demand changes while preserving availability and reducing operational burden. Which scenario best matches Scalable architecture design?
- A. A design points to Highly available architecture when the scalability, decoupling, availability, or recovery requirement depends on this distinction: Highly available architecture keeps a workload accessible by reducing single points of failure and using redundant components.
- B. A design points to Fault-tolerant architecture when the scalability, decoupling, availability, or recovery requirement depends on this distinction: Fault-tolerant architecture continues operating through component failures with minimal or no interruption.
- C. A design points to Scalable architecture design when the scalability, decoupling, availability, or recovery requirement depends on this distinction: Scalable architecture design allows workload components to increase or decrease capacity as demand changes without redesigning the whole application.
- D. A design points to Multi-AZ design when the scalability, decoupling, availability, or recovery requirement depends on this distinction: Multi-AZ design deploys resources across multiple Availability Zones to reduce the impact of an AZ failure.
Scalable architecture design allows workload components to increase or decrease capacity as demand changes without redesigning the whole application. This distinction matters because choosing a nearby concept would lead to the wrong scaling method, coupling model, failover strategy, recovery target, or availability design. This is the correct answer.
A resilient architecture decision must choose the correct AWS service or pattern. Which scenario best matches Loosely coupled architecture?
- A. A design points to Active-active failover when the scalability, decoupling, availability, or recovery requirement depends on this distinction: Active-active failover runs workloads in multiple locations at the same time so traffic can continue if one location fails.
- B. A design points to RPO when the scalability, decoupling, availability, or recovery requirement depends on this distinction: Recovery point objective is the maximum acceptable amount of data loss measured in time.
- C. A design points to RTO when the scalability, decoupling, availability, or recovery requirement depends on this distinction: Recovery time objective is the maximum acceptable time to restore service after a disruption.
- D. A design points to Loosely coupled architecture when the scalability, decoupling, availability, or recovery requirement depends on this distinction: Loosely coupled architecture reduces direct dependencies between components so failures, scaling, or changes in one component have less impact on others.
Loosely coupled architecture reduces direct dependencies between components so failures, scaling, or changes in one component have less impact on others. This distinction matters because choosing a nearby concept would lead to the wrong scaling method, coupling model, failover strategy, recovery target, or availability design. This is the correct answer.
A resilient AWS workload must use the correct scaling, compute, container, edge, or service pattern. Which answer applies Scalable architecture design most accurately?
- A. Service quotas is the correct architecture choice when the resilient design decision depends on this exact meaning: Service quotas define maximum allowed usage for AWS resources and must be considered when designing standby or scaling environments.
- B. Throttling is the correct architecture choice when the resilient design decision depends on this exact meaning: Throttling limits request rates or service usage and can affect workload reliability if retry and scaling designs do not account for it.
- C. Amazon RDS Proxy is the correct architecture choice when the resilient design decision depends on this exact meaning: Amazon RDS Proxy pools and manages database connections to improve application scalability and resilience during database failover.
- D. Scalable architecture design is the correct architecture choice when the resilient design decision depends on this exact meaning: Scalable architecture design allows workload components to increase or decrease capacity as demand changes without redesigning the whole application.
Scalable architecture design allows workload components to increase or decrease capacity as demand changes without redesigning the whole application. This applies the concept at the point where a solutions architect must choose a resilient design that meets business requirements for availability, scaling, failure isolation, and recovery. This is the correct answer.
Key Terms in This Domain
- VMware Cloud on AWS: Run VMware workloads natively on AWS infrastructure
- AWS Compute Optimizer: Recommend optimal AWS resource sizes based on workload patterns
- Amazon EFS: Managed elastic NFS file system for Linux workloads
- Amazon Data Firehose: Reliably load streaming data into data lakes, warehouses, and analytics services
- Amazon MQ: Managed message broker for ActiveMQ and RabbitMQ
- Amazon EC2 Auto Scaling: Automatically scale EC2 instance counts based on demand or schedule
- Amazon Aurora Serverless: Auto-scaling on-demand Aurora that scales to zero when idle
- AWS Auto Scaling: Unified scaling across EC2, ECS, DynamoDB, Aurora, etc.
- AWS Control Tower: Set up and govern a secure, multi-account AWS environment
- AWS Organizations: Centrally manage multiple AWS accounts with consolidated billing and SCPs
Link to this quiz
Studying with a group or teaching a class? Send this address or paste the link into your notes, wiki, or course page:
https://quizbuffet.com/aws-solutions-architect-associate/design-resilient-architectures/
<a href="https://quizbuffet.com/aws-solutions-architect-associate/design-resilient-architectures/">AWS Solutions Architect Associate Design Resilient Architectures practice quiz on QuizBuffet</a>
Other SAA-C03 Domains
- 1.0 Design Secure Architectures
- 3.0 Design High-Performing Architectures
- 4.0 Design Cost-Optimized Architectures
← Back to SAA-C03 practice test overview
Questions are written against the published SAA-C03 objectives and checked for accuracy and balance before they go live. How QuizBuffet writes and reviews its questions.