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
Quizzes > Quizzes for Business > Technology

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.

This AWS Cloud Practitioner practice quiz helps you prep for the exam with 15 multiple-choice questions on core services, pricing, and security. Use it to spot weak spots before the exam, then keep learning with a quick cloud concepts quiz and more cloud platform practice .

Which AWS service provides object storage in the cloud?
Amazon S3
Amazon DynamoDB
Amazon RDS
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 ECS
Amazon EC2
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?
Reserved Instances
On-Demand Instances
Dedicated Hosts
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 User
IAM Group
IAM Role
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 Redshift
Amazon DynamoDB
Amazon RDS
Amazon Aurora
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?
Amazon CloudFront
Amazon API Gateway
AWS Elastic Beanstalk
AWS Direct Connect
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 DynamoDB
Amazon ElastiCache
Amazon EMR
Amazon RDS
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 Direct Connect
AWS CloudTrail
AWS IAM
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
Network Address Translation
Web Application Firewall
Stateful
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 Cost Explorer
Amazon CloudWatch
AWS Trusted Advisor
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?
Better latency
High availability
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?
IAM Role
IAM User
Root Account
Service-Linked 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 X-Ray
AWS CodePipeline
AWS CloudTrail
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 Key Management Service (KMS)
AWS WAF
AWS IAM
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?
Amazon Inspector
AWS Config
AWS CloudTrail
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?
Cost Optimization
Reliability
Performance Efficiency
Security
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?
S3 Versioning
Lifecycle Policies
Cross-Region Replication
Transfer Acceleration
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?
Reserved Instances
Savings Plans
Spot Instances
Dedicated Hosts
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 Intelligent-Tiering
S3 Standard
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!
  2. 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.
  3. 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!
  4. 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!
  5. 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.
  6. 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.
  7. 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.
  8. 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!
  9. 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.
  10. 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!
Powered by: Quiz Maker