InterviewStack.io LogoInterviewStack.io

AWS Core Services and Architecture Questions

Amazon Web Services' core service catalog and how the pieces compose into a working system: EC2, Lambda, S3, VPC, IAM, RDS, and the managed-service ecosystem. Covers service selection within AWS, common reference architectures, the AWS Well-Architected Framework pillars, and operational patterns specific to the platform. For provider-agnostic compute or storage trade-offs, see the cross-cloud entries.

EasyTechnical
34 practiced

Explain the differences between S3, EBS, and EFS: storage semantics (object/block/file), durability, typical access patterns, and cost model. For a three-tier app storing user uploads, application binaries, and a database, which would you use for each layer?

HardTechnical
44 practiced

A DynamoDB table is write-throttling even though provisioned capacity looks sufficient. Walk through your investigation: partition-key analysis, hot-partition detection, adaptive capacity, and the mitigations you'd apply (including whether to switch to on-demand).

MediumTechnical
39 practiced

How does a DynamoDB strongly-consistent read differ from an eventually-consistent read in terms of latency and throughput cost? Design a low-latency leaderboard that supports high read volume and frequent updates using the right consistency choice plus caching.

EasyTechnical
41 practiced

How does an EC2 Auto Scaling Group work as a mechanism? Walk through launch templates, health checks, lifecycle hooks, and how the scaling-policy types (target-tracking, step, scheduled) fit together to maintain desired capacity.

EasyTechnical
41 practiced

What does CloudFront provide, and why would you put it in front of S3, an ALB, or API Gateway? Cover caching benefits, invalidation strategies, and origin failover.

Unlock Full Question Bank

Get access to all AWS Core Services and Architecture interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.