AWS Solutions Architect - Basics Quiz
← Back to Quiz Home
This quiz covers the Well-Architected Framework, high availability (HA) concepts, storage classes, and core database choices (RDS vs DynamoDB).
Which pillar of the AWS Well-Architected Framework focuses on the ability to run and monitor systems to deliver business value?
Operational Excellence includes continuous improvement, monitoring, and managing daily operations.
Which service should you use for a highly available, relational database with automatic failover?
Multi-AZ deployment in RDS automatically provisions a synchronously replicated standby instance in a different Availability Zone.
What is best suited for scenarios requiring a flexible schema and single-digit millisecond latency at any scale?
DynamoDB is a serverless, NoSQL database designed for high-performance applications that need to scale horizontally.
Which S3 storage class is best for data that is rarely accessed but requires millisecond retrieval when needed?
Glacier Instant Retrieval is the lowest-cost storage for long-lived data that is rarely accessed but requires milliseconds retrieval.
What is the primary benefit of "Read Replicas" in Amazon RDS?
Read Replicas scale out read-heavy workloads (asynchronously), whereas Multi-AZ is for High Availability.
Which AWS service is a global Content Delivery Network (CDN) that caches content at edge locations?
CloudFront speeds up distribution of static and dynamic web content to users by caching it closer to them.
Which load balancer type works at Layer 7 (Application) and supports path-based routing?
ALB is best for HTTP/HTTPS traffic and advanced routing needs (e.g., routing /api to one target group and /images to another).
What is the "Reliability" pillar of the Well-Architected Framework primarily concerned with?
Reliability ensures the workload performs its intended function correctly and consistently when it's expected to.
Which service provides a managed DDoS protection service for applications running on AWS?
AWS Shield Standard is explicitly designed to protect against DDoS attacks. Shield Advanced offers higher levels of protection.
When designing for "Cost Optimization," which consumption model is usually the most expensive for steady-state workloads?
On-Demand is the most flexible but has the highest hourly rate compared to committed use models like RIs or Savings Plans.
Which database engine is fully managed, compatible with MySQL and PostgreSQL, and up to 5x faster than standard MySQL?
Aurora is AWS's cloud-native relational database that offers commercial-grade performance at open-source cost.
Which S3 feature allows you to automatically transition objects to cheaper storage classes based on age?
Lifecycle configurations define rules to transition objects to another storage class (e.g., Standard -> Glacier) or expire them.
What is a generic design principle for cloud architecture?
The cloud allows you to scale out and in dynamically, so you don't pay for idle resources or run out of capacity.
Which service acts as a "serverless" compute engine for containers?
Fargate removes the need to provision and manage servers for your ECS or EKS containers.
What is the difference between "Vertical Scaling" and "Horizontal Scaling"?
In the cloud, Horizontal Scaling (scaling out) is generally preferred for fault tolerance and unlimited capacity.
Which storage service allows multiple EC2 instances to mount the same file system simultaneously?
EFS provides a scalable, shared file system for use with AWS Cloud services and on-premises resources.
To improve the performance of a read-heavy database, which caching service would you use?
ElastiCache provides in-memory caching for relational databases to reduce load and improve latency. DAX is specifically for DynamoDB.
What is the "Shared Responsibility Model" in AWS?
AWS secures the physical infrastructure, while the customer secures their data, OS, and application configurations.
Which service allows you to decouple application components using a message queue?
SQS offers a reliable, highly scalable hosted queue for storing messages as they travel between computers.
Which Route 53 routing policy would you use to route traffic to the region with the best connection for the user?
Latency routing directs traffic to the region that provides the lowest network latency for the end user.
Quiz Progress
0 / 0 questions answered
(0%)
0 correct
Quiz Complete!
0%
📚 Study Guides
📬 Weekly DevOps, Cloud & Gen AI quizzes & guides