AWS Cloud Interview questions and answers | AWS Practitioner : Core Services, Architecture, & Security | AWS Quiz Challenge
Test your knowledge of **AWS Core Services (EC2, S3, Lambda)**, networking fundamentals, and essential architecture concepts. **Pass with 80% to proceed to the next difficulty level.**
Level 1: Core Services & Fundamentals: 0/10 (0%)
Level 2: Networking & Compute (EC2, VPC): 0/10 (0%)
Level 3: Storage, Serverless, & Security: 0/10 (0%)
Level 1: Core Services & Fundamentals
1.1 What is the foundational compute service in AWS that provides resizable capacity in the cloud?
**Correct Answer: B. Amazon EC2**. EC2 (Elastic Compute Cloud) provides virtual servers (instances) for running applications.
**End of Core Services & Fundamentals. Click "Next Level" to continue.**
Level 2: Networking & Compute (EC2, VPC)
2.1 Within a VPC, what is the layer of security that acts as a **stateless** filter for subnet traffic?
**Correct Answer: B. Network ACL (NACL)**. NACLs operate at the subnet level and are stateless; they don't remember previous traffic.
**End of Networking & Compute. Click "Next Level" to continue.**
Level 3: Storage, Serverless, & Security
3.1 What is the most cost-effective S3 storage class for data that is infrequently accessed but requires millisecond retrieval when needed?
**Correct Answer: C. S3 Standard-IA**. It's cheaper to store than Standard but incurs a retrieval fee, making it ideal for infrequently used data.
**AWS Basics Mastered! Click "Finish Quiz" to see your final summary.**
Comments
Post a Comment