EC2 Exam Questions

Practice Questions with Detailed Answers

Question 1

Which EC2 instance type is best suited for high-performance computing (HPC) workloads?

A) T3.large
B) M5.xlarge
C) C5n.18xlarge
D) R5.large

Answer: C) C5n.18xlarge

C5n instances are compute-optimized with enhanced networking, making them ideal for HPC workloads that require high CPU performance and low-latency networking.

Question 2

What happens to data stored on Instance Store volumes when an EC2 instance is stopped?

A) Data is lost permanently
B) Data is preserved
C) Data is moved to EBS
D) Data is backed up to S3

Answer: A) Data is lost permanently

Instance Store volumes provide temporary storage. Data is lost when the instance stops, terminates, or fails. Use EBS for persistent storage.

Question 3

Which pricing model offers the highest potential cost savings for EC2 instances?

A) On-Demand
B) Reserved Instances
C) Spot Instances
D) Dedicated Hosts

Answer: C) Spot Instances

Spot Instances can provide up to 90% cost savings compared to On-Demand pricing, but can be interrupted when AWS needs the capacity back.

Previous: Monitoring & Troubleshooting Next: Service Limitations
Back to EC2 Topics Back to Home