Learning
Learning
Loading practice session...
AWS Certified SysOps Administrator · Exam domain
36 practice questions in this domain. AI-tutored explanations for every answer.
Sign in to practice all 36 questions with progress tracking and AI explanations.
1. A company needs a managed relational database service that automatically handles patching, backups, and failover without requiring the team to manage the underlying infrastructure. Which AWS service best meets this requirement?
Explanation
Amazon RDS is the correct choice because it is a managed relational database service that automates time-consuming administration tasks such as hardware provisioning, database setup, patching, and backups, while also supporting Multi-AZ deployment for failover.
2. A startup wants to build a serverless REST API that scales automatically with zero server management and pays only for actual requests made. Which combination of AWS services best satisfies this business need?
Explanation
API Gateway + Lambda is the canonical serverless API pattern: API Gateway handles HTTP routing and throttling, Lambda executes code on demand, and together they provide automatic scaling with pay-per-invocation pricing and zero server management.
3. An application currently runs on a single EC2 instance in one Availability Zone. The architecture team wants to achieve high availability. Which design change is most effective?
Explanation
Distributing EC2 instances across multiple AZs behind an ELB with Auto Scaling eliminates the single AZ as a point of failure; if one AZ goes down, the load balancer routes traffic to healthy instances in other AZs automatically.
4. A company is deploying a critical web application and requires that it remains available even if an entire AWS Availability Zone becomes unavailable. Which Auto Scaling configuration supports this requirement?
Explanation
Spanning an Auto Scaling group across multiple AZs with a minimum capacity ensures that, when one AZ fails, Auto Scaling rebalances by launching replacement instances in the remaining healthy AZs, maintaining availability.
5. A high-performance database workload on EC2 requires the lowest possible latency block storage with consistent I/O performance for millions of IOPS. Which Amazon EBS volume type is most appropriate?
Explanation
io2 Block Express is purpose-built for I/O-intensive workloads requiring the highest performance: it offers up to 256,000 IOPS, sub-millisecond latency, and 99.999% durability, making it ideal for mission-critical databases.
Practice all 36+ questions in this domain
Start free practice →