Unlock hundreds more features
Save your Quiz to the Dashboard
View and Export Results
Use AI to Create Quizzes and Analyse Results

Sign inSign in with Facebook
Sign inSign in with Google

Master AWS Cloud Practitioner Practice Quiz

Test Your Foundational AWS Cloud Concepts Today

Difficulty: Moderate
Questions: 20
Learning OutcomesStudy Material
Colorful paper art depicting AWS Cloud Practitioner Practice Quiz theme.

Ready to elevate your AWS Cloud Practitioner exam preparation? This AWS certification practice quiz features 15 multiple-choice questions covering cloud concepts, services, and security essentials. Perfect for aspiring practitioners and educators looking to reinforce their understanding. Feel free to customise this AWS Cloud Concepts Quiz in our editor or explore other Cloud Platform Certification Practice Quiz challenges. Don't forget to check out our full range of quizzes for more preparation tools.

Which AWS service provides object storage in the cloud?
Amazon RDS
Amazon DynamoDB
Amazon S3
Amazon EC2
Amazon S3 is AWS's scalable object storage service designed for storing and retrieving any amount of data. Other services like EC2 and RDS serve compute and relational database needs, respectively.
Which AWS compute service enables running code without managing servers?
Amazon Lightsail
AWS Lambda
Amazon EC2
Amazon ECS
AWS Lambda is a serverless compute service that runs your code in response to events without the need to provision or manage servers. EC2 and Lightsail require you to manage underlying compute resources.
What AWS pricing model allows you to pay only for the compute capacity you use without long-term commitments?
Dedicated Hosts
Reserved Instances
On-Demand Instances
Spot Instances
On-Demand Instances let you pay for compute capacity by the hour or second with no long-term commitments. Reserved and Spot Instances require either upfront commitment or have potential interruptions.
Which IAM entity is used to manage permissions for multiple users collectively?
IAM Policy
IAM Group
IAM Role
IAM User
An IAM Group allows you to attach policies and manage permissions for multiple users at once. Roles and policies define permissions, while users represent individual identities.
Which AWS service is a fully managed NoSQL database?
Amazon RDS
Amazon Aurora
Amazon Redshift
Amazon DynamoDB
Amazon DynamoDB is AWS's fully managed NoSQL database service that offers single-digit millisecond performance at any scale. RDS and Aurora are relational databases, while Redshift is for data warehousing.
Which service speeds up content delivery by caching at global edge locations?
AWS Elastic Beanstalk
Amazon CloudFront
AWS Direct Connect
Amazon API Gateway
Amazon CloudFront is AWS's content delivery network (CDN) that caches content at edge locations around the world to reduce latency. Other services serve different networking and deployment purposes.
What AWS service would you use for a managed relational database?
Amazon RDS
Amazon EMR
Amazon ElastiCache
Amazon DynamoDB
Amazon RDS provides managed relational databases including MySQL, PostgreSQL, SQL Server, and more. DynamoDB is NoSQL, ElastiCache is in-memory cache, and EMR is for big data processing.
Which AWS service lets you launch resources in an isolated virtual network?
AWS IAM
AWS Direct Connect
AWS CloudTrail
Amazon VPC
Amazon VPC (Virtual Private Cloud) allows you to provision a logically isolated section of the AWS cloud and launch AWS resources in a virtual network that you define. Other services serve networking connectivity or identity management.
AWS security groups are what type of firewall?
Stateless
Web Application Firewall
Stateful
Network Address Translation
Security groups are stateful firewalls, meaning return traffic is automatically allowed without an explicit inbound rule. Network ACLs in AWS are stateless.
Which tool helps you visualize and forecast your AWS costs over time?
AWS Trusted Advisor
Amazon CloudWatch
AWS Cost Explorer
AWS Config
AWS Cost Explorer is a cost management tool that lets you visualize, understand, and forecast AWS costs and usage over time. CloudWatch monitors performance metrics, and Trusted Advisor gives best-practice recommendations.
Deploying a database across multiple Availability Zones primarily improves which of these?
High availability
Better latency
Higher throughput
Lower cost
Deploying across multiple Availability Zones provides redundancy and failover capabilities, increasing overall availability. It does not inherently lower costs or improve throughput and latency.
Which AWS account feature should be secured and used sparingly due to its broad permissions?
Service-Linked Role
Root Account
IAM User
IAM Role
The root account has full access to all resources in an AWS account and should be secured with MFA and used only for essential account and service management. IAM users and roles are scoped more narrowly.
Which service collects and tracks operational metrics for your AWS resources?
AWS CloudTrail
AWS CodePipeline
AWS X-Ray
Amazon CloudWatch
Amazon CloudWatch collects and tracks metrics, collects and monitors log files, and sets alarms. CloudTrail records API calls and user activity for auditing.
Which AWS service should you use to create and manage encryption keys?
AWS Certificate Manager
AWS WAF
AWS IAM
AWS Key Management Service (KMS)
AWS KMS is the managed service for creating and controlling encryption keys used to encrypt data across AWS services. Certificate Manager handles SSL/TLS certs, and WAF provides application layer protection.
Which service continuously records configuration changes to your AWS resources for auditing?
AWS CloudTrail
AWS Config
Amazon Inspector
Amazon GuardDuty
AWS Config continuously monitors and records your AWS resource configurations and allows you to automate evaluation of recorded configurations against desired baselines. CloudTrail is focused on API activity.
Which pillar of the AWS Well-Architected Framework focuses on preventing and quickly recovering from failures?
Performance Efficiency
Security
Cost Optimization
Reliability
The Reliability pillar addresses the ability of a system to recover from failures and meet customer demand. It includes foundations, change management, and failure management.
What feature of Amazon S3 automatically replicates objects asynchronously across different AWS Regions?
Lifecycle Policies
Transfer Acceleration
S3 Versioning
Cross-Region Replication
Cross-Region Replication automatically replicates every object uploaded to an S3 bucket to a destination bucket in a different AWS Region. Lifecycle Policies manage object tiering and expiration.
Which EC2 pricing model can offer up to a 90% discount compared to On-Demand but can be revoked with two minutes notice?
Dedicated Hosts
Spot Instances
Savings Plans
Reserved Instances
Spot Instances let you take advantage of unused EC2 capacity at steep discounts but AWS can reclaim those instances with two minutes notice. Reserved Instances and Savings Plans require commitments.
According to the AWS Shared Responsibility Model, which task is the customer's responsibility?
Hardware lifecycle management
Maintenance of the underlying virtualization layer
Operating system patching
Physical security of data centers
In the Shared Responsibility Model, AWS manages the security of the cloud (physical infrastructure, virtualization) while customers are responsible for security in the cloud, such as OS and application patching.
For archival storage with infrequent access but retrieval times in minutes, which S3 storage class is most appropriate?
S3 Standard
S3 Intelligent-Tiering
S3 Glacier Flexible Retrieval
S3 Glacier Deep Archive
S3 Glacier Flexible Retrieval (formerly S3 Glacier) is designed for data that is infrequently accessed and requires retrieval within minutes. Deep Archive provides retrieval in hours, while Standard and Intelligent-Tiering serve more active data.
0
{"name":"Which AWS service provides object storage in the cloud?", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Which AWS service provides object storage in the cloud?, Which AWS compute service enables running code without managing servers?, What AWS pricing model allows you to pay only for the compute capacity you use without long-term commitments?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}

Learning Outcomes

  1. Identify core AWS cloud services and their use cases
  2. Analyse basic AWS billing and pricing concepts
  3. Demonstrate understanding of AWS security and compliance
  4. Evaluate architectural best practices in AWS environments
  5. Apply foundational AWS Cloud Practitioner knowledge

Cheat Sheet

  1. Master the AWS Shared Responsibility Model - Picture AWS as the landlord who secures the building foundation and utilities, while you're the tenant responsible for locking your own doors and windows (your data, OS, and apps). Knowing who handles what keeps your assets safe and your mind at ease! AWS Shared Responsibility Model Overview
  2. AWS Shared Responsibility Model
  3. Familiarize Yourself with Core AWS Services - Dive into Amazon EC2 for scalable computing power, Amazon S3 for flexible object storage, and Amazon RDS for managed relational databases. Grasping these essentials gives you the superpowers to build, store, and run your apps smoothly in the cloud. Core AWS Services Guide
  4. Core AWS Services
  5. Grasp AWS Pricing Models - Learn how On-Demand, Reserved, and Spot Instances affect your wallet and usage patterns. Picking the right option can save big bucks and keep your projects on budget - no surprise bills here! AWS Pricing Models Explained
  6. AWS Pricing Models
  7. Learn About AWS Security Services - Get to know IAM for fine-grained access control, CloudTrail for auditing every API call, and other security tools that act like your cloud's own superhero squad. Staying secure is fun when you have the right gadgets! AWS Security Services Deep Dive
  8. AWS Security Services
  9. Explore AWS Global Infrastructure - AWS spans regions and Availability Zones around the world, giving you high availability and fault-tolerance like a pro. Understanding this geo-footprint helps you build apps that stay up - even when the unexpected happens. Global Infrastructure Insights
  10. AWS Global Infrastructure
  11. Understand AWS Compliance Programs - AWS meets standards like SOC, PCI DSS, and ISO so you can rest easy about regulations and audits. Knowing which badges AWS carries helps you align your projects with real-world requirements. Compliance & Certifications
  12. AWS Compliance Programs
  13. Recognize AWS Support Plans - From Developer to Business to Enterprise, each plan offers different SLAs and expert access levels. Choosing wisely means you get help when you need it without overpaying for features you'll never use. AWS Support Plans Overview
  14. AWS Support Plans
  15. Learn About AWS Cost Management Tools - Tools like Cost Explorer and Budgets let you track spending, set alerts, and forecast bills with ease. Keeping an eye on costs is like having a financial GPS - no more surprises at the end of the month! Cost Management Tools
  16. AWS Cost Tools
  17. Understand AWS Deployment Models - Whether you're going all-in on cloud-native, blending with on-premises, or rocking a hybrid approach, AWS has the model for you. Picking the right deployment style is key to performance, security, and your peace of mind. Deployment Models Explained
  18. AWS Deployment Models
  19. Review the AWS Well-Architected Framework - Follow best practices across Operational Excellence, Security, Reliability, Performance Efficiency, and Cost Optimization to build rock-solid architectures. This framework is like a cheat-sheet for winning cloud designs! Well-Architected Framework
  20. AWS Well-Architected Framework
Powered by: Quiz Maker