Cloud Engineer
BeginnerLearn cloud fundamentals across AWS, Azure, and GCP. Build basic cloud infrastructure and understand core services.
Your Progress0 / 50 questions
2 questions free per topic
Unlock all 50 questions with Pro
Topics
1AWS, Azure & GCP Fundamentals
2 free / 10 questions
1
AWS, Azure & GCP Fundamentals
2 free / 10 questions
- 1What are the three main cloud service models (IaaS, PaaS, SaaS), and can you give one example of each from any major cloud provider?
- 2What are cloud regions and availability zones, and why do they matter when deploying applications?
- What are the primary compute services offered by AWS, Azure, and GCP, and how do they compare to each other?Pro
- Compare the primary object storage services across AWS, Azure, and GCP. What are their key features, and how would you decide which storage tier to use?Pro
- Explain the different ways you can interact with cloud providers, such as the web console, CLI, SDKs, and Infrastructure as Code tools. When would you use each approach?Pro
- Describe the main pricing models available across AWS, Azure, and GCP. How do on-demand, reserved, and spot or preemptible instances differ, and when should you use each?Pro
- What is the difference between managed and self-managed cloud services? Give examples and explain the trade-offs of choosing one over the other.Pro
- What is a multi-cloud strategy, what are its benefits and challenges, and how would you approach designing a system that runs across multiple cloud providers?Pro
- Explain the AWS Well-Architected Framework pillars and how similar frameworks exist in Azure and GCP. How would you use these frameworks to evaluate a cloud deployment?Pro
- A company is migrating from on-premises infrastructure to the cloud. Walk through how you would approach mapping their existing services to cloud equivalents across AWS, Azure, or GCP, and what factors would influence the provider choice.Pro
Unlock 8 more questions
Get full access with Pro
2Cloud Networking
2 free / 10 questions
2
Cloud Networking
2 free / 10 questions
- 1Explain how to set up secure connectivity between an on-premises data center and a cloud VPC. Compare VPN and dedicated connection options, and describe the architecture for a hybrid cloud network.
- 2Explain CIDR notation and how IP address planning works when designing a cloud network. How would you plan the IP address space for a multi-environment deployment?
- What is a Virtual Private Cloud (VPC), and why is it important for cloud deployments?Pro
- What is the difference between security groups and network access control lists (NACLs) in cloud networking?Pro
- What is the difference between public and private subnets in a VPC, and when would you use each?Pro
- Explain the different types of load balancers available in cloud environments. When would you choose an Application Load Balancer versus a Network Load Balancer?Pro
- How does DNS work in cloud environments? Explain the role of services like Route 53, Azure DNS, and Cloud DNS, including common record types and routing policies.Pro
- What is VPC peering, and how does it differ from other connectivity options like VPN gateways and transit gateways? When would you use each?Pro
- Design a secure network architecture for a three-tier web application in the cloud. Explain the subnet layout, security controls, and how traffic flows from the user to the database.Pro
- An application in a private subnet cannot connect to the internet to download software packages, and an instance in a public subnet is unreachable from the internet. Walk through how you would troubleshoot both issues.Pro
Unlock 8 more questions
Get full access with Pro
3Cloud Storage & Databases
2 free / 10 questions
3
Cloud Storage & Databases
2 free / 10 questions
- 1What is a managed relational database service, and what are the main options available across AWS, Azure, and GCP?
- 2What is object storage, and how does it differ from block storage and file storage in cloud environments?
- What is the difference between SQL and NoSQL databases in the cloud, and when would you choose one over the other?Pro
- Walk through how you would configure an S3 bucket for a production web application, including access controls, encryption, versioning, and lifecycle policies.Pro
- Explain the backup and recovery options available for managed databases in the cloud. What is the difference between automated backups, manual snapshots, and point-in-time recovery?Pro
- Explain how Amazon DynamoDB works, including its data model, primary keys, capacity modes, and common use cases. How does it compare to similar services on Azure and GCP?Pro
- What are database read replicas, and how do they help with scaling? Explain how read replicas work in managed database services and when you should use them.Pro
- A company needs to migrate a 500GB PostgreSQL database from on-premises to a managed cloud database with minimal downtime. Describe the migration strategies and tools you would consider.Pro
- How would you design a database architecture that serves users across multiple geographic regions with low latency? Discuss the trade-offs between different replication strategies and consistency models.Pro
- A company is spending significantly more than expected on cloud storage and database services. Walk through how you would analyze their usage and implement a cost optimization strategy.Pro
Unlock 8 more questions
Get full access with Pro
4IAM & Security Basics
2 free / 10 questions
4
IAM & Security Basics
2 free / 10 questions
- 1What is Identity and Access Management (IAM) in cloud computing, and why is it important?
- 2What is an IAM policy, and can you explain the basic structure of a policy document in AWS?
- What is multi-factor authentication (MFA), and why is it critical for cloud account security? What are the different MFA options available?Pro
- What is the difference between IAM users and IAM roles in AWS? When should you use roles instead of users, and how do service roles work?Pro
- Explain the difference between encryption at rest and encryption in transit. How do cloud providers implement each, and what services support them?Pro
- How would you configure security groups for a typical web application with a load balancer, application servers, and a database? Explain the principle of least privilege applied to network security.Pro
- Explain the shared responsibility model in cloud security. What is the cloud provider responsible for, and what falls under the customer's responsibility?Pro
- How does AWS evaluate IAM policies when multiple policies apply to a request? Explain the policy evaluation logic, including explicit deny, organization SCPs, and permission boundaries.Pro
- How should secrets like database passwords, API keys, and certificates be managed in cloud environments? Compare the available services and describe best practices for secrets management.Pro
- You discover that an IAM access key has been exposed in a public GitHub repository. Walk through the immediate steps you would take to contain the incident and prevent further damage.Pro
Unlock 8 more questions
Get full access with Pro
5Serverless & Compute
2 free / 10 questions
5
Serverless & Compute
2 free / 10 questions
- 1What does "serverless" mean in cloud computing, and how does it differ from traditional server-based deployments?
- 2What is Amazon EC2, and what are the key concepts you need to understand to launch and manage an EC2 instance?
- What are containers, and how do cloud container services like ECS, AKS, and GKE help you run containerized applications?Pro
- Explain how AWS Lambda works in detail, including triggers, execution environments, cold starts, and resource configuration. What are the key limits and pricing considerations?Pro
- What is Auto Scaling in cloud computing, and how would you configure it for an EC2-based web application? Explain the different scaling policies and their use cases.Pro
- Compare serverless functions, containers, and virtual machines as compute options. What factors would influence your decision when choosing between them for a new application?Pro
- How would you build a REST API using serverless services? Walk through the architecture using API Gateway and Lambda, including request handling, authentication, and database integration.Pro
- Design an event-driven architecture for a file processing pipeline where users upload files that need to be validated, transformed, and stored. Use serverless services and explain how you handle errors and retries.Pro
- A company is running a mix of EC2 instances, Lambda functions, and ECS containers. Their monthly compute bill is higher than expected. How would you analyze usage and implement cost optimization strategies for each compute type?Pro
- A team wants to migrate a monolithic Node.js application running on EC2 to a serverless architecture. Describe the migration strategy, key challenges, and how you would break the application into serverless components.Pro
Unlock 8 more questions
Get full access with Pro
Mock Interview
Test your knowledge with an AI-powered mock interview session.
Start Mock InterviewText
Voice (Pro)
Quick Stats
- Total Questions50
- Topics5
- DifficultyBeginner