Q1
Describe the differences between AWS EC2, ECS, and EKS. When would you choose each for deploying a containerized application, and what are the cost and operational trade-offs?
Why they ask this:* They want to assess your understanding of container orchestration platforms, cost optimization, and ability to recommend appropriate solutions based on business requirements.
Q2
Walk us through how you would design a CI/CD pipeline for a microservices architecture. What tools would you use, and how would you handle secrets management and rollback procedures?
Why they ask this:* This tests your hands-on experience with deployment automation, understanding of modern DevOps practices, and knowledge of security best practices in cloud environments.
Q3
Explain how you would troubleshoot a sudden spike in latency for an application running on cloud infrastructure. What monitoring tools and metrics would you check first?
Why they ask this:* They're evaluating your systematic debugging approach, familiarity with observability tools (CloudWatch, Prometheus, etc.), and ability to diagnose production issues independently.
Q4
How would you implement Infrastructure as Code (IaC) for a multi-environment cloud deployment (dev, staging, production)? What are the benefits and challenges you've encountered?