Skip to content
InterviewEra
What is InterviewEraThe platform, founder, and missionHow It WorksAdaptive interview, live captions, scoringResume-aware ScoringCV-native questions + 5-dimension feedback
Campus Placements OverviewStructured mock interviews and cohort analytics for T&P teamsSet up Campus WorkspaceCreate your campus dashboard and invite your batchT&P Product & PricingPilot pricing, bulk onboarding, and placement trackingStudent Invitation HelpHow to accept a campus invite and start practising
Software EngineerDSA, system design, OOP roundsFrontend DeveloperReact, HTML/CSS, JavaScript interviewsTCS Interview QuestionsNQT + technical + HR roundsWipro Careers HubNLTH, WILP, Turbo hiring tracksSolera Careers HubCognitive assessment + Java/SQL roundsReact Interview QuestionsHooks, state, performance topics
Interview Question GeneratorRole-specific questions in secondsATS Resume CheckerScore your resume against job rolesSTAR Answer BuilderStructure behavioral answers clearly
All ResourcesCentral guide and hub directoryBlogInterview prep articles and guidesAgentic AI Interview GuideAI-assisted coding interviews, rubrics, and prepPlacement GuideStep-by-step campus prep playbookSTAR Method GuideMaster behavioral answers
Help CenterGuides, FAQs, and supportDSA Topic MapPatterns, roadmap, and top 50 problemsSoftware Engineer GuideSWE questions and prep hubAndroid GuideKotlin, Compose, MVVM prep hubFrontend GuideReact and JavaScript interviews
PricingFor Teams
Sign inSign up
InterviewEra

InterviewEra is an AI-powered mock interview platform with adaptive follow-ups, resume-aware scoring, and structured interview preparation for campus placements and early-career hiring.

Start Mock Interview

Mock Interview

  • How It Works
  • For Teams
  • Start Mock Interview
  • Campus Placements
  • Campus Workspace
  • Help Center

Free Tools

  • Interview Question Generator
  • ATS Resume Checker
  • STAR Answer Builder

Interview Questions

  • Wipro Careers Hub
  • Solera Careers Hub
  • Amazon SDE Questions
  • Microsoft SDE Questions
  • Infosys SWE Questions
  • Infosys Java Questions
  • Freshworks Frontend Questions
  • Android Developer Questions
  • Frontend Developer Questions
  • Java Developer Questions

Resources

  • Community Hub
  • All Resources
  • Blog
  • Agentic AI Interview Guide
  • What Is Agentic AI
  • Agentic Coding Round
  • AI Prompt Engineering
  • Cursor AI Interview Guide
  • DSA Topic Map
  • Placement Guide
  • STAR Guide
  • HR Guide
  • Interview Tips

Company

  • What is InterviewEra
  • About Us
  • Pricing
  • Contact

© 2026 InterviewEra. All rights reserved.

Privacy PolicyTermsRefundRanchi, Jharkhand, India
Interview Questions›Cloud Engineer

engineering · Experienced

Cloud Engineer Interview Questions India 2026

Cloud Engineer interview questions on AWS, Azure, GCP, infrastructure-as-code, and cloud architecture concepts.

engineering role12 curated questionsUpdated 2026

Cloud Engineers Interview Questions

Placement-oriented · Updated 2026
  1. 01

    What are the three main cloud service models? Give an AWS example for each.

    TechnicalEasy

    Tip: IaaS: raw compute/storage/network (EC2, S3). PaaS: managed runtime/framework (Elastic Beanstalk, RDS). SaaS: complete software (Gmail, Salesforce). Most cloud engineering work is at the IaaS/PaaS boundary.

  2. 02

    What is an AWS VPC? What does it provide that a default public setup does not?

    TechnicalMedium

    Tip: A VPC is a logically isolated virtual network. You define IP ranges, subnets (public vs private), routing tables, and security groups. Private subnets have no direct internet access — databases and app servers should live there.

  3. 03

    Explain AWS IAM. What is the difference between a role, a policy, a user, and a group?

    TechnicalMedium

    Tip: Policy: JSON permission document. User: human identity. Group: collection of users sharing policies. Role: assumable identity (by a service, Lambda, EC2 instance profile) with no long-term credentials. Follow principle of least privilege for all.

  4. 04

    What is the difference between AWS S3 and EBS? When would you use each?

    TechnicalEasy

    Tip: S3: object storage, HTTP accessible, unlimited scale, not mountable. EBS: block storage, mountable as a disk, attached to a single EC2 instance, low-latency reads. Use S3 for static assets/backups, EBS for OS disks and databases.

  5. 05

    How does AWS auto-scaling work? What metrics can trigger scale-out?

    TechnicalMedium

    Tip: Auto Scaling Groups monitor CloudWatch metrics and launch/terminate EC2 instances based on policies. Triggers: CPU utilisation (most common), SQS queue depth, custom metrics. Define min/max/desired capacity. Pair with ALB for traffic distribution.

  6. 06

    What is serverless computing? Name two AWS serverless services and a use case each.

    TechnicalMedium

    Tip: Serverless: no server provisioning, pay per invocation. Lambda: event-driven compute (API Gateway backend, S3 trigger, cron jobs). DynamoDB: serverless NoSQL DB (user sessions, game leaderboards). Cold start latency is the key trade-off.

  7. 07

    What is the shared responsibility model in cloud security?

    TechnicalMedium

    Tip: AWS is responsible for security OF the cloud (physical infrastructure, hypervisor, global network). You are responsible for security IN the cloud (OS patching, IAM config, data encryption, security groups). Misunderstanding this is a top cause of cloud data breaches.

  8. 08

    Tell me about a cloud architecture you designed. What were the key design decisions?

    BehavioralMedium

    Tip: Cover: availability (multi-AZ?), scalability (ASG? Lambda?), cost (reserved vs on-demand?), security (VPC, IAM, encryption). Explain one specific trade-off you made and why.

  9. 09

    An EC2 instance is consistently at 95% CPU. What is your immediate and long-term response?

    SituationalMedium

    Tip: Immediate: check CloudWatch for context (sustained vs spike), add capacity if needed, check for runaway process. Long-term: analyse the workload, consider right-sizing, horizontal scaling via ASG, or offloading to Lambda/Fargate. Avoid vertical scaling as a permanent fix.

  10. 10

    What is a CDN and when should you use one?

    TechnicalEasy

    Tip: A CDN caches static content at edge locations close to users. Use for: static files (JS, CSS, images), video streaming, global audiences. AWS CloudFront integrates tightly with S3 and ALB. CDNs also absorb DDoS traffic.

  11. 11

    How do you approach cloud cost optimisation for a production workload?

    BehavioralMedium

    Tip: Right-size instances (AWS Compute Optimizer), use Savings Plans/Reserved Instances for steady-state, Spot for fault-tolerant batch. Identify S3 storage class mismatches. Set billing alerts. Cost optimisation is a continuous process, not a one-time audit.

  12. 12

    AWS vs Azure vs GCP — what experience do you have, and how do you approach learning a new cloud platform?

    HREasy

    Tip: Name specific services in the clouds you have used. For unfamiliar platforms: official docs, hands-on labs (AWS Skill Builder, Qwiklabs), mapping services you already know to their equivalents. Depth in one cloud beats surface-level knowledge of three.

Key topics to prepare for Cloud Engineer interviews

Recruiters test these skill areas specifically. Click any topic to see curated questions.

AWSDockerLinuxK8sAzure

Practice, not just reading

Get scored on your Cloud Engineer answers

Upload your resume and practice a full Cloud Engineer mock interview with AI-generated questions and rubric-based scoring across 5 dimensions — free to start.

Start free mock interviewGenerate more questions free

Related Guides

  • Software EngineeringDevOps Engineer Interview QuestionsDevOps Engineer interview questions covering CI/CD, containerization, cloud infrastructure, and monitoring for Indian tech companies.
  • Software EngineeringDocker Interview QuestionsDocker interview questions on containers, images, Dockerfile, networking, volumes, and Docker Compose for containerised deployments.
  • Software EngineeringKubernetes Interview QuestionsKubernetes interview questions on pods, deployments, services, config maps, and cluster management for production orchestration.
  • Software EngineeringLinux Interview QuestionsLinux interview questions on shell commands, file permissions, process management, cron jobs, and networking tools.
  • Software EngineeringAWS Interview QuestionsAWS interview questions on EC2, S3, RDS, Lambda, IAM, and core architectural patterns for cloud-native applications.
  • Software EngineeringCybersecurity Analyst Interview QuestionsCybersecurity Analyst interview questions on network security, threat analysis, ethical hacking, and compliance for Indian IT companies.

Practice tools

  • Cloud question generator
  • Cloud ATS checker
  • STAR answer builder

Other engineering roles

  • Software Engineer questions
  • Java Developer questions
  • Python Developer questions
  • Frontend Developer questions
  • Backend Developer questions

Guides and resources

  • All interview questions
  • STAR method with examples
  • HR interview answer tips
  • Software engineer interview guide