Learning
Learning
Loading practice session...
AWS Certified Cloud Practitioner · Exam domain
24 practice questions in this domain. AI-tutored explanations for every answer.
Sign in to practice all 24 questions with progress tracking and AI explanations.
1. A company wants to migrate its web application to AWS but retain full control over the operating system, middleware, and runtime environment. Which cloud service model best fits this requirement?
Explanation
IaaS gives customers control over the OS, middleware, and runtime while AWS manages the physical infrastructure. This matches the requirement for maximum control over the environment.
2. A development team wants to deploy a web application without managing servers, operating systems, or runtime patches. AWS Elastic Beanstalk handles infrastructure provisioning automatically. Which cloud model does Elastic Beanstalk represent?
Explanation
PaaS abstracts OS, runtime, and infrastructure management so developers only deploy code. Elastic Beanstalk is AWS's primary PaaS offering, handling provisioning, load balancing, and scaling automatically.
3. An enterprise wants to provide employees with business email and collaboration tools without hosting any servers or managing software updates. Which cloud service model should they adopt?
Explanation
SaaS delivers complete applications managed entirely by the provider. Services like Amazon WorkMail or Microsoft 365 require no server provisioning, OS management, or software patching by the customer.
4. A retail company needs to process thumbnail images automatically each time a photo is uploaded to an Amazon S3 bucket. The workload is intermittent and unpredictable. Which AWS service and pattern best addresses this requirement with the least operational overhead?
Explanation
AWS Lambda with S3 event triggers is the canonical serverless, event-driven pattern. Lambda runs only when triggered, scales automatically, and requires zero server management, minimizing cost and operational overhead.
5. Which of the following statements BEST describes the key benefit of serverless workloads when migrating to the AWS Cloud?
Explanation
Serverless (e.g., AWS Lambda) removes server provisioning and management, scales automatically with demand, and uses a pay-per-execution pricing model — the core migration benefit for intermittent or event-driven workloads.
Practice all 24+ questions in this domain
Start free practice →