GitHub
github.com โบ Devinterview-io โบ aws-interview-questions
GitHub - Devinterview-io/aws-interview-questions: ๐ฃ AWS interview questions and answers to help you prepare for your next technical interview in 2026.
๐ฃ AWS interview questions and answers to help you prepare for your next technical interview in 2026. - Devinterview-io/aws-interview-questions
Starred by 242 users
Forked by 196 users
GitHub
github.com โบ miztiik โบ AWS-Demos โบ blob โบ master โบ Interview-Questions โบ README.MD
AWS-Demos/Interview-Questions/README.MD at master ยท miztiik/AWS-Demos
Q: You need to quickly set up an email service because a client needs to start using it in the next hour. Amazon service seems to be the logical choice but there are several options available to set it up.
Author ย miztiik
Cloud System Admin Or Devops Scenario Based questions
Edited for Grammar / Clarity Not sure about sources, but I recently gave a few on another post on this subreddit a few moments ago: -- Create Infrastructure that would support a 3 Tier Architecture -- LB/Compute/DB -- how many VPCs would you setup? How many Subnets? How are your NACLs & SGs created for Least-Privilege? What would your Route Tables look like? When would you use a NAT, when would use a IGW? How would you make it a Hybrid architecture / account for Bastion Hosts (aka Jump Boxes, if you're weird) -- What Load Balancing services would you use for that 3 Tier Architecture? Can you speak through the difference between Layer 4 and Layer 7 Load Balancing? How would you do it in ELB, how would you do it via Nginx or HAProxy? -- What will you use for your Compute layer? Can you setup an ASG & EC2 Fleet to point your ELB at? Can you talk through different scaling events, cooldowns and/or grace? How will they communicate with the DB Layer? What instance sizes would you provision to start with? -- What will you do for your DB Layer? Can you talk through RDBMS vs NoSQL? OLAP vs OLTP? Would you use a managed solution or spin up your own on EC2? -- How will you monitoring this infrastructure? What services would you use and do you know how to set them up? Can you read Flow Logs to figure out if someone is trying to run recon, versus a user who cannot get in? How would you roll up all of the different data sources? -- How would you secure this? What SG / NACL rules would be too permissive, or not enough? How would you handle Global Access? What services can you leverage to protect it? Would you use Native Tools, 3rd Party or a Combination? -- How will you scale / alleviate load on your 3-Tier? When would you Horiz. Scale versus Vert. Scale, and why? When would you use Read Replicas or maybe Elasticache? Can you talk through Caching, Sharding, Redis v Memcached? These are some I have been asked during interviews / have asked potential candidates. Hope that helps. More on reddit.com
What are the most common scenario based(tricky) questions that i can expect from AWS Glue/Lambda/PySpark interviews?
You can find a list of community submitted learning resources here: https://dataengineering.wiki/Learning+Resources I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
AWS Debugging Scenarios in Interviews
You can definitely expect a range of debugging scenario questions in AWS interviews beyond just networking. For instance, you might be asked about troubleshooting issues with AWS S3, like why an object isn't accessible or why a bucket policy isn't working as expected. Another common area is debugging IAM roles and policies, where you might need to figure out why a user or service doesn't have the expected permissions. RDS issues, such as connectivity problems or performance bottlenecks, are also fair game. These scenarios test your ability to diagnose and resolve issues across different AWS services, so it's good to be familiar with the AWS Management Console, CloudWatch logs, and AWS CLI for troubleshooting. When it comes to preparing for these questions, hands-on practice is invaluable. Try setting up different AWS services and intentionally misconfiguring them to see what kind of errors you encounter and how you can resolve them. For more structured guidance, you might find resources like the AWS Well-Architected Framework and AWS re:Invent videos helpful. If you're looking for a tool to help you navigate these tricky interview questions and ease the pain of the job search process, an interview helper AI can be a great resource. Iโm on the team that made it, and itโs designed to help you ace your job interviews by providing real-time suggestions and answers. More on reddit.com
Interview Tips: Smart questions to impress in your AWS/DevOps interview
No, those questions are for you to resolve any doubts you have with the company, not to impress me as an interviewer. More on reddit.com
Videos
GitHub
github.com โบ vijaybiradar โบ DevOps-AWS-Interview-QA
GitHub - rdwr-vijaykumarb/DevOps-AWS-Interview-QA: DevOps-AWS-Interview-QA
ยท Deploy the API to a desired stage (e.g. prod, dev, test) to make it publicly accessible. Question-5: Can you describe a scenario in which you would use AWS Elastic Beanstalk to deploy an application?
Starred by 25 users
Forked by 57 users
GitHub
github.com โบ avizway1 โบ aws-interview-questions โบ blob โบ main โบ s3.md
aws-interview-questions/s3.md at main ยท avizway1/aws-interview-questions
Answer: When migrating large datasets, I would plan for efficient data transfer, possibly using AWS Snowball or AWS DataSync for large initial transfers. I'd also consider using multi-part uploads, and I'd implement data validation checks to ...
Author ย avizway1
GitHub
github.com โบ Divinreddy โบ Interview-Questions
GitHub - Divinreddy/Interview-Questions: AWS-Devops Questions
AWS-Devops Questions. Contribute to Divinreddy/Interview-Questions development by creating an account on GitHub.
Starred by 116 users
Forked by 248 users
GitHub
github.com โบ avizway1 โบ aws-interview-questions โบ blob โบ main โบ ec2.md
aws-interview-questions/ec2.md at main ยท avizway1/aws-interview-questions
Answer: An Elastic IP address is a static, public IPv4 address that you can allocate to your AWS account. It's designed for dynamic cloud computing to ensure that the IP address of your EC2 instance doesn't change if the instance is stopped or terminated. What is a security group in EC2? Answer: A security group acts as a virtual firewall for an instance. It controls inbound and outbound traffic, allowing or denying communication based on rules defined for the group.
Author ย avizway1
GitHub
github.com โบ NotHarshhaa โบ DevOps-Interview-Questions
GitHub - NotHarshhaa/DevOps-Interview-Questions: Collection of 1100+ DevOps interview questions with detailed answers covering CI/CD, Cloud (AWS, Azure, GCP), Kubernetes, Terraform, Ansible, Git, Jenkins, Docker, Monitoring, and more. Perfect for beginners and experienced professionals preparing for DevOps roles. Stay ahead in your interviews with real-world scenarios and best practices! ๐
Expect scenario-based and practical discussions! We have organized the questions based on DevOps tools and concepts: ๐ฆ devops-interview-questions โโโ ๐ core-concepts/ # DevOps fundamentals โโโ ๐ cloud/ # AWS, Azure, GCP, OpenStack โโโ ๐ ci-cd/ # Jenkins, GitHub Actions, GitLab CI/CD โโโ ๐ containers/ # Docker, Kubernetes, Helm โโโ ๐ infrastructure-as-code/ # Terraform, Ansible, CloudFormation โโโ ๐ monitoring-logging/ # Prometheus, Grafana, ELK Stack โโโ ๐ networking-security/ # IAM, Firewalls, Load Balancers โโโ ๐ auto
Starred by 845 users
Forked by 630 users
GitHub
github.com โบ kcr123 โบ AWS-Interview-Questions-Answers
GitHub - kcr123/AWS-Interview-Questions-Answers
Instances launched inside a VPC are invisible to the rest of the internet by default. AWS therefore does not bother assigning them a public DNS name.
Starred by 31 users
Forked by 74 users
Languages ย Python 81.5% | Shell 13.2% | HTML 5.3% | Python 81.5% | Shell 13.2% | HTML 5.3%
GitHub
github.com โบ sv222 โบ cloud-engineer-interview-questions
GitHub - sv222/cloud-engineer-interview-questions: A Comprehensive Collection of Interview Questions for Cloud Engineers. ยท GitHub
This GitHub repository is a meticulously curated and constantly evolving collection of interview questions for cloud engineers, specifically tailored for various cloud platforms, including AWS, Azure, and Google Cloud.
Starred by 128 users
Forked by 64 users
GitHub
github.com โบ OBenner โบ data-engineering-interview-questions โบ blob โบ master โบ content โบ aws.md
data-engineering-interview-questions/content/aws.md at master ยท OBenner/data-engineering-interview-questions
More than 2000+ Data engineer interview questions. - data-engineering-interview-questions/content/aws.md at master ยท OBenner/data-engineering-interview-questions
Author ย OBenner
GitHub
github.com โบ jassics โบ security-interview-questions โบ blob โบ main โบ Cloud_Security_Engineer_Scenario_Questions.md
security-interview-questions/Cloud_Security_Engineer_Scenario_Questions.md at main ยท jassics/security-interview-questions
Tools: Compliance management tools like AWS Config, Azure Policy. Practices: Regular audits, compliance checks, automated remediation. Question: How would you integrate security into CI/CD pipelines for cloud deployments?
Author ย jassics
GitHub
github.com โบ jassics โบ security-interview-questions โบ blob โบ main โบ aws-security-interview-questions.md
security-interview-questions/aws-security-interview-questions.md at main ยท jassics/security-interview-questions
How would you find evidence of malicious activity within the services like AWS EBS, Application using Lambda etc. This is to check if the person have experience with GuardDuty, CloudTrail, Config and have worked on any such malicious activities in past. If so, what all he/she did. CloudTrail vs CloudWatch and explain in depth from security perspective. Person has to work on CloudTrail functionalities more often and has to be good at incident/event analysis. Also, to check whether an interviewee is aware about CloudWatch.
Author ย jassics
GitHub
github.com โบ iam-veeramalla โบ aws-devops-zero-to-hero โบ blob โบ main โบ interview-questions โบ iam.md
aws-devops-zero-to-hero/interview-questions/iam.md at main ยท iam-veeramalla/aws-devops-zero-to-hero
AWS zero to hero repo for devops engineers to learn AWS in 30 Days. This repo includes projects, presentations, interview questions and real time examples. - aws-devops-zero-to-hero/interview-questions/iam.md at main ยท iam-veeramalla/aws-devops-zero-to-hero
Author ย iam-veeramalla