← Back to Quiz Home
This quiz covers deeper networking (VPC peering, NACLs), storage options (EBS vs EFS), load balancing, and auto-scaling logic.
What is the key difference between Security Groups (SG) and Network ACLs (NACL)?
Security Groups automatically allow return traffic for allowed inbound requests. NACLs require separate inbound and outbound rules because they are stateless.
Which Load Balancer is best suited for HTTP/HTTPS traffic and advanced routing (Layer 7)?
ALB operates at the application layer, supporting path-based routing, host-based routing, and redirect rules.
Which Load Balancer is designed for ultra-low latency and TCP/UDP traffic (Layer 4)?
NLB handles millions of requests per second with extremely low latency, ideal for gaming or real-time streaming issues.
How does Auto Scaling verify that an instance is ready to receive traffic?
Auto Scaling relies on health checks to determine if an instance is healthy. If it fails, the instance is terminated and replaced.
What is the "Thundering Herd" problem?
This usually happens after a service outage. AWS recommends "Exponential Backoff" and "Jitter" to mitigate this.
You have lost the private key (.pem) for an EBS-backed Linux EC2 instance. How can you recover access?
The standard recovery method involves editing the file system directly via another rescue instance.
What is the purpose of Connection Draining (Deregistration Delay) in ELB?
This ensures a smooth user experience during deployments or scaling events by not abruptly cutting off active users.
Which storage option is file-level (NFS), elastic, and can be mounted by hundreds of EC2 instances across multiple AZs?
EFS is designed for shared access, whereas EBS usually attaches to only one instance at a time (with some exceptions like Io1/Io2).
How can you connect two VPCs in different regions so they can communicate using private IP addresses?
VPC Peering works inter-region over the AWS global backbone, providing a secure and fast connection.
What is the best way to secure an S3 bucket to ensure no public access is allowed?
"Block Public Access" is the centralized control to override any ACLs or policies that might grant public access.
Which routing policy in Route 53 sends traffic to the resource with the best network performance for the user?
Latency routing directs traffic to the AWS region that provides the lowest latency (fastest response) for the user.
What allows a private subnet to communicate with S3 without traversing the public internet?
Gateway Endpoints keep traffic between your VPC and S3/DynamoDB entirely within the AWS network.
Which AWS service would you use to monitor CPU usage and set alarms for high utilization?
CloudWatch is the monitoring and observability service. CloudTrail audits API calls.
What is the difference between CloudTrail and CloudWatch?
Use CloudTrail for auditing and security analysis; use CloudWatch for performance monitoring and operational health.
What is a Placement Group strategy "Spread" used for?
"Spread" placement groups are ideal for critical applications where you must ensure separate hardware failures don't affect multiple instances.
Which EFS performance mode is best for big data and analytics workloads with high throughput?
Max I/O scales to higher levels of aggregate throughput and operations per second but with slightly higher latency than General Purpose.
How do you upgrade an EC2 instance type (e.g., t2.micro to t2.large) for a running instance?
You must stop an EBS-backed instance to change its hardware resource allocation (instance type).
An AMI contains the OS, application server, and applications required to launch an instance.
Which feature of S3 protects against accidental deletion or overwrites?
Versioning keeps multiple variants of an object in the same bucket, allowing you to restore deleted or overwritten objects.
When creating an Auto Scaling Policy, what is "Target Tracking"?
Target Tracking works like a thermostat—it automatically adds or removes capacity to keep a metric close to the target value.
Quiz Progress
0 / 0 questions answered
(0% )
0 correct
Quiz Complete!
0%
Reset quiz
📚 Study Guides
📬 Weekly DevOps, Cloud & Gen AI quizzes & guides