AWS
Practice Test
1090+ AWS practice questions with explanations. Study modes, progress tracking, works offline.
Heads up: the app and the web exam use separate accounts — a web unlock and an in-app purchase do not carry over. Buy on the web to practice on the web.
30 free AWS questions
Sampled across every topic area — not just the first page. Try them as a quiz or flip them as flashcards.
-
AWS
A company has deployed several relational databases on Amazon RDS. Every month, the database software vendor releases new security patches that need to be applied to the database.<br/><br/>What is the MOST efficient way to apply the security patches?
Correct — D. Periodically, Amazon RDS performs maintenance on Amazon RDS resources. Maintenance most often involves updates to the DB instance's underlying hardware, underlying operating system (OS), or database engine version. Updates to the operating system most often occur for security issues and should be done as soon as possible.<br/><br/>Required patching is automatically scheduled only for patches that are related to security and instance reliability. Such patching occurs infrequently (typically once every few months) and seldom requires more than a fraction of your maintenance window.<br/><br/><img src="asset:assets/questions/7a77e37196bbb338.jpg"><br/><br/>All you need to do to get enable patching is specify the maintenance window in which the patching will take place. This can be done at instance creation time or at any time afterwards.<br/><br/><strong>CORRECT: </strong>"Enable automatic patching for the instances using the Amazon RDS console" is the correct answer.<br/><br/><strong>INCORRECT:</strong> "Connect to each database instance on a monthly basis, and download and apply the necessary security patches from the vendor" is incorrect. Amazon RDS is a managed service and you do not need to do this manually.<br/><br/><strong>INCORRECT:</strong> "In AWS Config, configure a rule for the instances and the required patch level" is incorrect. This service is used for auditing and evaluating resource configurations.<br/><br/><strong>INCORRECT:</strong> "Use AWS Systems Manager to automate database patching according to a schedule" is incorrect. Systems Manager can be used to manage EC2 instances but it cannot be used to patch RDS instances. -
AWS
Security and Compliance is a shared responsibility between AWS and the customer. <br/><br/>Which amongst the below-listed options are AWS responsibilities? (Select TWO)
Correct — C. Amazon Elastic Compute Cloud (Amazon EC2) is categorized as Infrastructure as a Service (IaaS). Hence this is the customer's responsibility. AWS is responsible for patching and fixing flaws within the infrastructure. But customers are responsible for patching their guest OS and applications. Security of the data in the cloud is the customer's responsibility. Security of the cloud is AWS’s responsibility. AWS is responsible for patching and fixing flaws within the infrastructure. -
AWS
Which of the following services can be used to block network traffic to an instance? (Select TWO.)
Correct — D. <a target="_blank" href="https://www.bing.com/aclick?ld=e86ns1BXUKxOqC12wno4QM7zVUCUxFxCkVSzlpCGKPTw7gOpC2OQ8CwOPmuxKsVjqHvqd76tBdqhoBKF-DuTEkVCrALAWRuQDzt1TU-iEmT5dBtyQAkZqW_ZiTLgz5arvhGnyHbQ8HEpwO0f96vMzvm69X0Ygb2wAzzZtkeP_DJ4wCgT3XLh_0GMGvdUThJwR3agDV4WHOVdE3mW5HVVIYD1DShts_ej5S3BP4U2jYm_QuUyS0-kIuhEg6YDE9oH1OQNapyM44toat-sX7-1rl8r_gy2E&u=aHR0cHMlM2ElMmYlMmZhd3MuYW1hem9uLmNvbSUyZmZyZWUlMmYlM2ZhbGwtZnJlZS10aWVyLnNvcnQtYnklM2RpdGVtLmFkZGl0aW9uYWxGaWVsZHMuU29ydFJhbmslMjZhbGwtZnJlZS10aWVyLnNvcnQtb3JkZXIlM2Rhc2MlMjZhd3NmLkZyZWUlMjUyMFRpZXIlMjUyMFR5cGVzJTNkKmFsbCUyNmF3c2YuRnJlZSUyNTIwVGllciUyNTIwQ2F0ZWdvcmllcyUzZGNhdGVnb3JpZXMlMjUyM2NvbXB1dGUlMjZ0cmslM2RiNTI4YWY3NC02NDUzLTQ4ZmMtYjVlMy00ZDBmZjU3ZDFmMjMlMjZzY19jaGFubmVsJTNkcHMlMjZzX2t3Y2lkJTNkQUwhNDQyMiExMCE3MTk0OTUyMDEyMDEwMCE3MTk1MDA0Mjk2MzAwNyUyNmVmX2lkJTNkZmE0MTQzN2EyZDNkMTgxMzViY2YyNjAyMzIxNjNhMTYlM2FHJTNhcw&rlid=fa41437a2d3d18135bcf260232163a16">Security groups and network ACLs are two AWS services that can be used to block network traffic to an instance. Security groups are virtual firewalls that control the inbound and outbound traffic for your instances at the instance level. You can specify which protocols, ports, and source or destination IP addresses are allowed or denied for each instance.Security groups are stateful, which means that they automatically allow return traffic for any allowed inbound or outbound traffic123. Network ACLs are virtual firewalls that control the inbound and outbound traffic for your subnets at the subnet level. You can create rules to allow or deny traffic based on protocols, ports, and source or destination IP addresses.Network ACLs are stateless, which means that you have to explicitly allow return traffic for any allowed inbound or outbound traffic456. -
AWS
Which of the below allows you to restrict access to individual objects in an S3 bucket?
Correct — A. Access Control Lists let you control access to individual objects within an S3 bucket, whereas Bucket Policies allow you to control access to entire buckets. In relation to S3, Bucket Control Lists and Access Policies do not exist as configuration items. -
AWS
A company has been using an AWS managed IAM policy for granting permissions to users but needs to add some permissions.<br/><br/>How can this be achieved?
Correct — D. AWS managed policies cannot be edited so if you need to add permissions to users that are not granted in the policy you must create your own custom IAM policy.<br/><br/><strong>CORRECT: </strong>"Create a custom IAM policy" is the correct answer.<br/><br/><strong>INCORRECT:</strong> "Edit the AWS managed policy" is incorrect. You cannot edit AWS managed policies.<br/><br/><strong>INCORRECT:</strong> "Create a Service Control Policy" is incorrect. SCPs are used in AWS Organizations to restrict available permissions. They do not grant permissions.<br/><br/><strong>INCORRECT:</strong> "Create a rule in AWS WAF" is incorrect. WAF is a web application firewall used for protecting resources from web-based attacks. -
AWS
In AWS, which service assists with governance, compliance, and risk auditing?
Correct — B. AWS CloudTrail is a service that allows you to manage your AWS account's governance, compliance, operational auditing, and risk auditing.<br/><br/>You can track, monitor, and retain account activity associated with actions throughout your AWS infrastructure with CloudTrail. CloudTrail logs all actions made through the AWS Management Console, AWS SDKs, command line tools, and other AWS services.<br/><br/>Security analysis, resource change tracking, and troubleshooting are all made easier with this event history. -
AWS
A company specializing in medical data storage is expanding their infrastructure on a cloud provider and must adhere to the Health Insurance Portability and Accountability Act (HIPAA) regulations. Which resource should they use to confirm the provider's services are in compliance with the required healthcare industry standards?
Correct — D. The company should utilize the service that offers access to compliance documentation and reports to verify that the cloud provider's offerings adhere to HIPAA and other necessary standards. 'AWS Artifact' is that service, as it provides on-demand access to the necessary security and compliance information. 'Amazon Inspector' is an automated security assessment service that helps improve the security and compliance of applications deployed on the cloud but does not provide documentation for industry compliance. 'AWS Certificate Manager' handles SSL/TLS certificates and is unrelated to regulatory compliance documentation. 'Amazon Macie' is a data security service that uses machine learning to discover and protect sensitive data but it also isn't a source for compliance documentation. -
AWS
Which AWS security tool uses an agent installed in EC2 instances and assesses applications for vulnerabilities and deviations from best practices?
Correct — A. Inspector is an automated security assessment service that helps improve the security and compliance of applications deployed on AWS. Inspector automatically assesses applications for vulnerabilities or deviations from best practices. Inspector uses an agent installed on EC2 instances.<br/><br/><strong>CORRECT: </strong>"AWS Inspector" is the correct answer.<br/><br/><strong>INCORRECT:</strong> "AWS Trusted Advisor" is incorrect. Trusted Advisor is an online resource that helps to reduce cost, increase performance and improve security by optimizing your AWS environment.<br/><br/><strong>INCORRECT:</strong> "AWS Personal Health Dashboard" is incorrect. AWS Personal Health Dashboard provides alerts and remediation guidance when AWS is experiencing events that may impact you.<br/><br/><strong>INCORRECT:</strong> "AWS TCO Calculator" is incorrect. The AWS TCO calculator can be used to compare the cost of running your applications in an on-premises or colocation environment to AWS. -
AWS
During the process of encrypting EBS volumes, which service is used?
Correct — A. Amazon EBS encryption provides a simple encryption solution for your EBS resources without the need to build, maintain, or secure your own key management infrastructure. The AWS Key Management Service (AWS KMS) can be used to generate and manage the encryption keys that are used to encrypt your data. AWS Key Management Service is also integrated with other AWS services such as Amazon S3 and Amazon Redshift, making it easy to encrypt your data with encryption keys that you control. -
AWS
Your company has deployed a web application on Amazon EC2 instances. As part of your security compliance checks, you want to ensure that the operating system patches are up to date. Whose responsibility is it to maintain the operating system in this scenario?
Correct — A. When using Amazon EC2, AWS is responsible for the infrastructure that runs all of the services offered in the AWS Cloud. This includes the hardware, the software that runs the virtualization environment, and the physical security of the data centers. However, the customer is responsible for the security <em>in</em> the cloud, which includes the operating system, applications, and data on the EC2 instances. Therefore, it falls to the customer to ensure that the operating system patches are kept up to date. -
AWS
Which AWS service helps customers meet corporate, contractual, and regulatory compliance requirements for data security by using dedicated hardware appliances within the AWS Cloud?
Correct — C. The AWS CloudHSM service helps you meet corporate, contractual, and regulatory compliance requirements for data security by using dedicated Hardware Security Module (HSM) instances within the AWS cloud. AWS CloudHSM enables you to easily generate and use your own encryption keys on the AWS Cloud.<br/><br/><strong>CORRECT: </strong>"AWS CloudHSM" is the correct answer.<br/><br/><strong>INCORRECT:</strong> "AWS Secrets Manager" is incorrect. AWS Secrets Manager enables you to easily rotate, manage, and retrieve database credentials, API keys, and other secrets throughout their lifecycle.<br/><br/><strong>INCORRECT:</strong> "AWS Key Management Service (AWS KMS)" is incorrect. This service is also involved with creating and managing encryption keys but does not use dedicated hardware.<br/><br/><strong>INCORRECT:</strong> "AWS Directory Service" is incorrect. AWS Directory Service for Microsoft Active Directory, also known as AWS Managed Microsoft AD, enables your directory-aware workloads and AWS resources to use managed Active Directory in the AWS Cloud. -
AWS
What is the difference between an AWS IAM user and an AWS IAM role?
Correct — D. An AWS IAM user is an identity that represents a person or application to interacts with AWS services. Users have their own set of security credentials (access keys and secret access keys) and can be assigned permissions directly to access AWS resources.<br/><br/>On the other hand, An IAM role is an identity within your AWS account that has specific permissions. It is similar to an IAM user but is not associated with a specific person. Roles can be temporary and have a set of policies that determine what actions are allowed or denied. IAM role should be used when a service makes a request to AWS service.<br/><br/>Incorrect Options:<br/><br/><strong>A user is a person or application that uses AWS services, while a role is a set of permissions that determines what an AWS service can do.</strong><br/><br/><strong>A user is a set of permissions that determines what an AWS service can do, while a role is a person or application that uses AWS services.</strong><br/><br/><strong>A user is a group of permissions that determines what an AWS service can do, while a role is a set of users that can access AWS services.</strong><br/><br/>All of the above options are incorrect.<br/><br/>References:<br/><br/><a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id.html">https://docs.aws.amazon.com/IAM/latest/UserGuide/id.html</a> -
AWS
How can AWS help a company reduce its Total Cost of Ownership (TCO)?
Correct — C. AWS reduces Total Cost of Ownership (TCO) by removing the need for large capital expenditures and allowing you to invest in the capacity you need (pay-as-you-go model) and use it only when the business requires it. -
AWS
Which AWS support plan provides email only support by Cloud Support Associates?
Correct — D. Developer provides email support by the Cloud Support Associates team whereas Business and Enterprise provide email, 24×7 phone and chat access to Cloud Support Engineers. Basic does not provide email support at all.<br/><br/><img src="asset:assets/questions/e44b7e4f227a4ae1.jpg"><br/><br/><strong>CORRECT: </strong>"Developer" is the correct answer.<br/><br/><strong>INCORRECT:</strong> "Basic" is incorrect as explained above.<br/><br/><strong>INCORRECT:</strong> "Business" is incorrect as explained above.<br/><br/><strong>INCORRECT:</strong> "Enterprise" is incorrect as explained above. -
AWS
An organization is considering implementing a new workload in the AWS Cloud. However, the company first wants to forecast costs.<br/><br/>Which tool should the company use to estimate the cost of the workload?
Correct — C. AWS Pricing Calculator is a web-based planning tool that you can use to create estimates for your AWS use cases. You can use it to model your solutions before building them, explore the AWS service price points, and review the calculations behind your estimates. You can use it to help you plan how you spend, find cost saving opportunities, and make informed decisions when using Amazon Web Services.<br/><br/><strong>CORRECT: </strong>"AWS Pricing Calculator" is the correct answer (as explained above.)<br/><br/><strong>INCORRECT:</strong> "Cost Explorer" is incorrect. AWS Cost Explorer is a way to visualize your current spend across your accounts, and to forecast future spend. It does not help create estimates of how much money you would spend through building on the AWS platform.<br/><br/><strong>INCORRECT:</strong> "AWS Billing and Cost Management dashboard" is incorrect, as you cannot calculate estimates for Cloud based workloads within the console.<br/><br/><strong>INCORRECT:</strong> "AWS Cost and Usage Report" is incorrect. The AWS Cost and Usage Reports (AWS CUR) contains the most comprehensive set of cost and usage data available. You can use Cost and Usage Reports to publish your AWS billing reports to an Amazon Simple Storage Service (Amazon S3) bucket that you own and doesn’t show costs for new workloads. -
AWS
A financial institution is evaluating the potential cost benefits of moving their data analytics workloads from an on-premises solution to the AWS Cloud. With fluctuating data processing requirements throughout the fiscal year, what cost-related advantage does AWS Cloud offer that would be more challenging with their current on-premises setup?
Correct — D. The correct answer reflects the pay-as-you-go pricing model of AWS, which aligns with variable workloads by providing a method to match cost with actual consumption. Unlike the fixed costs associated with on-premises infrastructure, where resources may be underutilized during periods of low demand, AWS allows the financial institution to scale their resources down and reduce costs. Traditional licensing often involves up-front costs and lacks the flexibility provided by AWS's consumption-based pricing. Meanwhile, reusable templates primarily aid in standardizing and automating deployment, but do not directly affect cost variability and management the way on-demand pricing does. -
AWS
What component is used for visualization in the AWS Budgets tool?
Correct — C. Budgeting and planning for your AWS expenses can be made easier with Cost Explorer. -
AWS
Which of the below is an example of optimizing for cost?
Correct — B. Where possible, you should replace EC2 workloads with AWS managed services that don’t require you to take any capacity decisions. AWS Lambda is a serverless services and you only pay for actual processing time. Other examples of services that you don’t need to make capacity decisions with include: ELB, CloudFront, SQS, Kinesis Firehose, SES, and CloudSearch.<br/><br/><strong>CORRECT: </strong>"Replace an EC2 compute instance with AWS Lambda" is the correct answer.<br/><br/><strong>INCORRECT:</strong> "Choosing the fastest EC2 instance to ensure performance" is incorrect. You should not choose the fastest EC2 instance if you’re trying to optimize for cost as this will be expensive, you should right-size your EC2 instances, so you use the cheapest EC2 instance to suit your workload’s requirements.<br/><br/><strong>INCORRECT:</strong> "Provision extra capacity to allow for growth" is incorrect. Provisioning extra capacity for growth is not an example of cost optimization. With cloud computing you no longer need to do this as you can configure applications, databases and storage systems to grow on demand.<br/><br/><strong>INCORRECT:</strong> "Deploy resources with AWS CloudFormation" is incorrect. Deploying resources with CloudFormation is great for consistently deploying application configurations from a template. However, this is not an example of cost optimization, it is more an example of operational optimization. -
AWS
Which of the following EC2 instance types will realize a savings over time in exchange for a contracted term-of-service?
Correct — C. EC2 Reserved Instances offer significant discounts for a contracted term-of-service, of up to 75% off. On-Demand instances are charged equally per-hour, regardless of how long they’re run for. Spot instances are cheaper than On-Demand instances, but aren’t intended for long term use. -
AWS
What are two benefits of using AWS Lambda? (Select TWO.)
Correct — D. With AWS Lambda you don’t have any servers to manage (serverless). Lambda functions scale out rather than up running multiple invocations of the function in parallel.<br/><br/><strong>CORRECT: </strong>"No servers to manage" is a correct answer.<br/><br/><strong>CORRECT: </strong>"Continuous scaling (scale out)" is also a correct answer.<br/><br/><strong>INCORRECT:</strong> "Integrated snapshots" is incorrect. You do not have integrated snapshots (or any persistent storage) with Lambda.<br/><br/><strong>INCORRECT:</strong> "Flexible operating system choices" is incorrect. You do not manage the operating system on which the functions run so have no choice of software.<br/><br/><strong>INCORRECT:</strong> "Open source software" is incorrect. Lambda is AWS proprietary not open source. -
AWS
Which AWS service allows users to find, buy, and use software solutions in their AWS environment right away?
Correct — C. The AWS Marketplace is a digital catalog with thousands of software listings from independent software providers. It is where users find, test, buy, and deploy software running on AWS. -
AWS
What offerings are included in the Amazon LightSail product set? (Select TWO.)
Correct — A. Amazon LightSail provides an easy, low cost way to consume cloud services without needing the skill set for using VPC resources. The product set includes virtual private servers (instances), managed MySQL databases, block and object storage, simplified load balancers, and CDN distributions.<br/><br/><strong>CORRECT: </strong>"Virtual Private Server" is a correct answer.<br/><br/><strong>CORRECT: </strong>"Managed MySQL database" is also a correct answer.<br/><br/><strong>INCORRECT:</strong> "NoSQL database" is incorrect as explained above.<br/><br/><strong>INCORRECT:</strong> "File storage" is incorrect as explained above.<br/><br/><strong>INCORRECT:</strong> "Serverless functions" is incorrect as explained above. -
AWS
Which AWS service enables companies to deploy an application dose to end users?
Correct — C. <a target="_blank" href="https://www.bing.com/aclick?ld=e8C60HMuzFtQnn5wuVHd-KdTVUCUwo73XvtYOZdMQMU4upSzeDYsQPuqG9Gv0l599M5RPALcik3UiI2C3ZSrJW1SNrwe-QlRh1E7_rpH4lbU5btJuB5wuGPFwaFfd_T_1XKj-GXOljaDYF0F20TbrhkXE8UNJXk2yCiik-ygsSXje024s6g2JAl5fBp2WdrBI-OmggHwF5vjSSqn9VCXcVMDalgZs7kP5mJd0YXDbnljyx4FVnYj8eYJpMqLGXyAIMR8KGFxDRGHP5zbLUJ2wRxCY8agg&u=aHR0cHMlM2ElMmYlMmZhd3MuYW1hem9uLmNvbSUyZmZyZWUlMmYlM2Z0cmslM2QzZGEwYzdmYi0wNTk5LTRlOWYtYTc4Yy0yZGY4NGNiYTA5NmUlMjZzY19jaGFubmVsJTNkcHMlMjZzX2t3Y2lkJTNkQUwhNDQyMiExMCE3MTM5OTc2NDMyMTg3NCE3MTQwMDMxMDI0Mjk5NyUyNmVmX2lkJTNkNmEyYjc0NjI2NTA5MWZkN2U1NzkxMWFkNjJiYzFiNzMlM2FHJTNhcw&rlid=6a2b746265091fd7e57911ad62bc1b73">Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency, high transfer speeds, all within a developer-friendly environment. CloudFront enables companies to deploy an application close to end users by caching the application's content at edge locations that are geographically closer to the users. This reduces the network latency and improves the user experience.CloudFront also integrates with other AWS services, such as Amazon S3, Amazon EC2, AWS Lambda, AWS Shield, and AWS WAF, to provide a secure and scalable solution for delivering applications12. -
AWS
When looking to find comprehensive guides and design patterns for building applications on the cloud, which resource should a developer consult to access a collection of structured sets of recommendations?
Correct — D. The correct resource for finding comprehensive guides and architecture design patterns is AWS Prescriptive Guidance. It offers structured recommendations and best practices for cloud application development. Meanwhile, the AWS Pricing Calculator focuses on estimating costs for AWS services, not providing architectural guidance. The whitepapers are in-depth technical documents but do not offer the same interactive and structured recommendations as Prescriptive Guidance. Lastly, the Management Console is an interface for managing AWS services, not a source for architectural design patterns and guides. -
AWS
Which feature allows Amazon EC2 instances to respond more quickly to changing workload demand?
Correct — D. Because health checks are defined and many CloudWatch metrics are reported at the target group level, you should support for monitoring the health of each service independently. When you attach a target group to an Auto Scaling group, you may dynamically scale each service based on demand. -
AWS
What are AWS serverless platform services?
Correct — C. AWS offers a set of fully managed services for building and running serverless applications. For backend components including compute, databases, storage, stream processing, message queueing, serverless applications eliminate the need for provisioning, maintaining, and administering servers. You also don't have to be concerned about application fault tolerance and availability. Instead, AWS will take care of all of these tasks for you.<br/><br/>AWS Lambda, Amazon S3, DynamoDB, API gateway, Amazon SNS, AWS step functions, Amazon kinesis, and developing tools and services are all part of the serverless platform. -
AWS
Your company plans to launch a new web application on AWS, which, once deployed, should independently adjust its resources to match actual traffic patterns, maintaining consistent performance. Which pillar of the AWS Well-Architected Framework best addresses this specific requirement?
Correct — C. The Performance Efficiency pillar of the AWS Well-Architected Framework is the most relevant to this requirement. This pillar focuses on the efficient use of computing resources to meet system requirements, and the ability to maintain that efficiency as demand changes and technologies evolve. Performance efficiency involves the use of advanced technologies, computing power, and the ability to effectively and automatically scale resources up or down in response to loads, which directly impacts how the application handles varying traffic patterns. The other listed pillars such as Operational Excellence, Security, and Reliability do not directly deal with resource adjustment and performance maintenance in response to traffic patterns, although they are equally important in their respective focus areas. -
AWS
A cloud practitioner needs to migrate a 70 TB of data from an on-premises data center into the AWS Cloud. The company has a slow and unreliable internet connection.<br/><br/>Which AWS service can the cloud practitioner leverage to transfer the data?
Correct — A. AWS Snowball is a method of transferring the data using a physical device. A Snowball Edge device can hold up to 80 TB so a single device can be used. This transfer method completely avoids the slow and unreliable internet connection.<br/><br/><strong>CORRECT: </strong>"AWS Snowball" is the correct answer.<br/><br/><strong>INCORRECT:</strong> "Amazon S3 Glacier" is incorrect. Glacier is used for archiving data in the cloud.<br/><br/><strong>INCORRECT:</strong> "AWS Storage Gateway" is incorrect. Storage Gateway is a service that offers options for connecting on-premises storage to the cloud.<br/><br/><strong>INCORRECT:</strong> "AWS DataSync" is incorrect. DataSync uses the internet to transfer data You can utilize Snowcone but that only holds up to 8 TB per device. -
AWS
What does the concept of agility mean in AWS Cloud computing? (Select TWO.)
Correct — C. Agility in AWS Cloud computing means the ability to rapidly provision and deprovision AWS resources as needed, and the ability to experiment quickly with new ideas and solutions. Agility helps businesses to respond to changing customer demands, market opportunities, and competitive threats, and to innovate faster and cheaper. Agility also reduces the risk of failure, as businesses can test and validate their assumptions before committing to large-scale deployments. Some of the benefits of agility in AWS Cloud computing are:<a target="_blank" href="https://www.bing.com/aclick?ld=e8G86dOr-Hy1_-Vm8OFuNuejVUCUxf1DKW2hdW1x3zi_0k7smqx-pqg7REduT-7SuUlAGahE-x4M8Xac3NdCrRG3wQvgFpZgT4HVZAjzc-C6sALVkR4Bz2yJi5bajNb4oLjvxIWveeeXO2_tn-EyuFaLiApWESfYTe4PWTQ-t8yxFjgZRrOK_GoMRWYJzZA80c6BbMm1MlsoTu-BAyNrjVgmBcoqlxmm3ZyPIekp6OgJuWdnuq9lGQh7hdfRbX_-vwiBGGTShhoZP-p8QcXoJWIYxH9go&u=aHR0cHMlM2ElMmYlMmZhd3MuYW1hem9uLmNvbSUyZmZyZWUlMmYlM2Z0cmslM2QzZGEwYzdmYi0wNTk5LTRlOWYtYTc4Yy0yZGY4NGNiYTA5NmUlMjZzY19jaGFubmVsJTNkcHMlMjZzX2t3Y2lkJTNkQUwhNDQyMiExMCE3MTM5OTc2NDMyMTg3NCE3MTQwMDI4NDc5Nzc2MyUyNmVmX2lkJTNkMTQ0MzEzNzFkMzI3MTZiYWIzNTE3NjIyOWNiOWI3MWUlM2FHJTNhcw&rlid=14431371d32716bab35176229cb9b71e">The speed at which AWS resources are implemented: AWS provides a variety of services and tools that allow you to create, configure, and launch AWS resources in minutes, using the AWS Management Console, the AWS Command Line Interface (AWS CLI), the AWS Software Development Kits (AWS SDKs), or the AWS CloudFormation templates. You can also use the AWS Cloud Development Kit (AWS CDK) to define your AWS resources as code using familiar programming languages, and synthesize them into AWS CloudFormation templates. You can also use the AWS Service Catalog to create and manage standardized portfolios of AWS resources that meet your organizational policies and best practices.AWS also offers on-demand, pay-as-you-go pricing models, so you only pay for the resources you use, and you can scale them up or down as your needs change12345</a>The ability to experiment quickly: AWS enables you to experiment quickly with new ideas and solutions, without having to invest in upfront capital or long-term commitments. You can use AWS to create and test multiple prototypes, hypotheses, and minimum viable products (MVPs) in parallel, and measure their performance and feedback. You can also use AWS to leverage existing services and solutions, such as AWS Marketplace, AWS Solutions, and AWS Quick Starts, that can help you accelerate your innovation process. AWS also supports a culture of experimentation and learning, by providing tools and resources for continuous integration and delivery (CI/CD), testing, monitoring, and analytics.<br/> -
AWS
Which AWS Cloud Adoption Framework (AWS CAF) capability belongs to the people perspective?
Correct — D. <a target="_blank" href="https://docs.aws.amazon.com/whitepapers/latest/aws-caf-people-perspective/aws-caf-people-perspective.html">Cloud fluency is a capability that belongs to the people perspective of the AWS Cloud Adoption Framework (AWS CAF). Cloud fluency is the ability of the workforce to understand the benefits, challenges, and best practices of cloud computing, and to apply them to their roles and responsibilities. Cloud fluency helps the organization to adopt a cloud mindset, culture, and skills, and to leverage the full potential of the cloud. Cloud fluency can be achieved through various methods, such as training, certification, mentoring, coaching, and hands-on experience. Cloud fluency is one of the four capabilities of the people perspective, along with culture, organizational structure, and leadership. The other three capabilities belong to different perspectives of the AWS CAF. Data architecture is a capability of the platform perspective, which helps you design and implement data solutions that meet your business and technical requirements. Event management is a capability of the operations perspective, which helps you monitor and respond to events that affect the availability, performance, and security of your cloud resources. Strategic partnership is a capability of the business perspective, which helps you establish and maintain relationships with external stakeholders, such as customers, partners, suppliers, and regulators, to create value and achieve your business goals.
AWS sample questions
Tap any question below to reveal the answer and a plain-English explanation.
AWS Which AWS service enables companies to deploy an application dose to end users?
A. AWS Auto Scaling
B. Amazon Route S3
C. Amazon CloudFront ✓
D. AWS AppSync
Correct — C. <a target="_blank" href="https://www.bing.com/aclick?ld=e8C60HMuzFtQnn5wuVHd-KdTVUCUwo73XvtYOZdMQMU4upSzeDYsQPuqG9Gv0l599M5RPALcik3UiI2C3ZSrJW1SNrwe-QlRh1E7_rpH4lbU5btJuB5wuGPFwaFfd_T_1XKj-GXOljaDYF0F20TbrhkXE8UNJXk2yCiik-ygsSXje024s6g2JAl5fBp2WdrBI-OmggHwF5vjSSqn9VCXcVMDalgZs7kP5mJd0YXDbnljyx4FVnYj8eYJpMqLGXyAIMR8KGFxDRGHP5zbLUJ2wRxCY8agg&u=aHR0cHMlM2ElMmYlMmZhd3MuYW1hem9uLmNvbSUyZmZyZWUlMmYlM2Z0cmslM2QzZGEwYzdmYi0wNTk5LTRlOWYtYTc4Yy0yZGY4NGNiYTA5NmUlMjZzY19jaGFubmVsJTNkcHMlMjZzX2t3Y2lkJTNkQUwhNDQyMiExMCE3MTM5OTc2NDMyMTg3NCE3MTQwMDMxMDI0Mjk5NyUyNmVmX2lkJTNkNmEyYjc0NjI2NTA5MWZkN2U1NzkxMWFkNjJiYzFiNzMlM2FHJTNhcw&rlid=6a2b746265091fd7e57911ad62bc1b73">Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency, high transfer speeds, all within a developer-friendly environment. CloudFront enables companies to deploy an application close to end users by caching the application's content at edge locations that are geographically closer to the users. This reduces the network latency and improves the user experience.CloudFront also integrates with other AWS services, such as Amazon S3, Amazon EC2, AWS Lambda, AWS Shield, and AWS WAF, to provide a secure and scalable solution for delivering applications12.
AWS When looking to find comprehensive guides and design patterns for building applications on the cloud, which resource should a developer consult to access a collection of structured sets of recommendations?
A. AWS technical whitepapers
B. AWS Pricing Calculator
C. AWS Management Console
D. AWS Prescriptive Guidance ✓
Correct — D. The correct resource for finding comprehensive guides and architecture design patterns is AWS Prescriptive Guidance. It offers structured recommendations and best practices for cloud application development. Meanwhile, the AWS Pricing Calculator focuses on estimating costs for AWS services, not providing architectural guidance. The whitepapers are in-depth technical documents but do not offer the same interactive and structured recommendations as Prescriptive Guidance. Lastly, the Management Console is an interface for managing AWS services, not a source for architectural design patterns and guides.
AWS Which feature allows Amazon EC2 instances to respond more quickly to changing workload demand?
A. Resource groups
B. Application Load Balancer
C. Lifecycle policies
D. Amazon EC2 Auto Scaling ✓
Correct — D. Because health checks are defined and many CloudWatch metrics are reported at the target group level, you should support for monitoring the health of each service independently. When you attach a target group to an Auto Scaling group, you may dynamically scale each service based on demand.
AWS What are AWS serverless platform services?
A. Amazon EC2, Amazon S3, Amazon Athena
B. Amazon Athena, Amazon Cognito, Amazon EC2
C. AWS Step Functions, Amazon DynamoDB, Amazon SNS ✓
D. Amazon Kinesis, Amazon SQS, Amazon EMR
Correct — C. AWS offers a set of fully managed services for building and running serverless applications. For backend components including compute, databases, storage, stream processing, message queueing, serverless applications eliminate the need for provisioning, maintaining, and administering servers. You also don't have to be concerned about application fault tolerance and availability. Instead, AWS will take care of all of these tasks for you.<br/><br/>AWS Lambda, Amazon S3, DynamoDB, API gateway, Amazon SNS, AWS step functions, Amazon kinesis, and developing tools and services are all part of the serverless platform.
AWS Your company plans to launch a new web application on AWS, which, once deployed, should independently adjust its resources to match actual traffic patterns, maintaining consistent performance. Which pillar of the AWS Well-Architected Framework best addresses this specific requirement?
A. Operational Excellence
B. Reliability
C. Performance Efficiency ✓
D. Security
Correct — C. The Performance Efficiency pillar of the AWS Well-Architected Framework is the most relevant to this requirement. This pillar focuses on the efficient use of computing resources to meet system requirements, and the ability to maintain that efficiency as demand changes and technologies evolve. Performance efficiency involves the use of advanced technologies, computing power, and the ability to effectively and automatically scale resources up or down in response to loads, which directly impacts how the application handles varying traffic patterns. The other listed pillars such as Operational Excellence, Security, and Reliability do not directly deal with resource adjustment and performance maintenance in response to traffic patterns, although they are equally important in their respective focus areas.
AWS A cloud practitioner needs to migrate a 70 TB of data from an on-premises data center into the AWS Cloud. The company has a slow and unreliable internet connection.<br/><br/>Which AWS service can the cloud practitioner leverage to transfer the data?
A. AWS Snowball ✓
B. AWS DataSync
C. Amazon S3 Glacier
D. AWS Storage Gateway
Correct — A. AWS Snowball is a method of transferring the data using a physical device. A Snowball Edge device can hold up to 80 TB so a single device can be used. This transfer method completely avoids the slow and unreliable internet connection.<br/><br/><strong>CORRECT: </strong>"AWS Snowball" is the correct answer.<br/><br/><strong>INCORRECT:</strong> "Amazon S3 Glacier" is incorrect. Glacier is used for archiving data in the cloud.<br/><br/><strong>INCORRECT:</strong> "AWS Storage Gateway" is incorrect. Storage Gateway is a service that offers options for connecting on-premises storage to the cloud.<br/><br/><strong>INCORRECT:</strong> "AWS DataSync" is incorrect. DataSync uses the internet to transfer data You can utilize Snowcone but that only holds up to 8 TB per device.
AWS What does the concept of agility mean in AWS Cloud computing? (Select TWO.)
A. The elimination of wasted capacity
B. The speed at which AWS creates new AWS Regions
C. The speed at which AWS resources are implemented ✓
D. The low cost of entry into cloud computing
Correct — C. Agility in AWS Cloud computing means the ability to rapidly provision and deprovision AWS resources as needed, and the ability to experiment quickly with new ideas and solutions. Agility helps businesses to respond to changing customer demands, market opportunities, and competitive threats, and to innovate faster and cheaper. Agility also reduces the risk of failure, as businesses can test and validate their assumptions before committing to large-scale deployments. Some of the benefits of agility in AWS Cloud computing are:<a target="_blank" href="https://www.bing.com/aclick?ld=e8G86dOr-Hy1_-Vm8OFuNuejVUCUxf1DKW2hdW1x3zi_0k7smqx-pqg7REduT-7SuUlAGahE-x4M8Xac3NdCrRG3wQvgFpZgT4HVZAjzc-C6sALVkR4Bz2yJi5bajNb4oLjvxIWveeeXO2_tn-EyuFaLiApWESfYTe4PWTQ-t8yxFjgZRrOK_GoMRWYJzZA80c6BbMm1MlsoTu-BAyNrjVgmBcoqlxmm3ZyPIekp6OgJuWdnuq9lGQh7hdfRbX_-vwiBGGTShhoZP-p8QcXoJWIYxH9go&u=aHR0cHMlM2ElMmYlMmZhd3MuYW1hem9uLmNvbSUyZmZyZWUlMmYlM2Z0cmslM2QzZGEwYzdmYi0wNTk5LTRlOWYtYTc4Yy0yZGY4NGNiYTA5NmUlMjZzY19jaGFubmVsJTNkcHMlMjZzX2t3Y2lkJTNkQUwhNDQyMiExMCE3MTM5OTc2NDMyMTg3NCE3MTQwMDI4NDc5Nzc2MyUyNmVmX2lkJTNkMTQ0MzEzNzFkMzI3MTZiYWIzNTE3NjIyOWNiOWI3MWUlM2FHJTNhcw&rlid=14431371d32716bab35176229cb9b71e">The speed at which AWS resources are implemented: AWS provides a variety of services and tools that allow you to create, configure, and launch AWS resources in minutes, using the AWS Management Console, the AWS Command Line Interface (AWS CLI), the AWS Software Development Kits (AWS SDKs), or the AWS CloudFormation templates. You can also use the AWS Cloud Development Kit (AWS CDK) to define your AWS resources as code using familiar programming languages, and synthesize them into AWS CloudFormation templates. You can also use the AWS Service Catalog to create and manage standardized portfolios of AWS resources that meet your organizational policies and best practices.AWS also offers on-demand, pay-as-you-go pricing models, so you only pay for the resources you use, and you can scale them up or down as your needs change12345</a>The ability to experiment quickly: AWS enables you to experiment quickly with new ideas and solutions, without having to invest in upfront capital or long-term commitments. You can use AWS to create and test multiple prototypes, hypotheses, and minimum viable products (MVPs) in parallel, and measure their performance and feedback. You can also use AWS to leverage existing services and solutions, such as AWS Marketplace, AWS Solutions, and AWS Quick Starts, that can help you accelerate your innovation process. AWS also supports a culture of experimentation and learning, by providing tools and resources for continuous integration and delivery (CI/CD), testing, monitoring, and analytics.<br/>
AWS Which AWS Cloud Adoption Framework (AWS CAF) capability belongs to the people perspective?
A. Event management
B. Data architecture
C. Strategic partnership
D. Cloud fluency ✓
Correct — D. <a target="_blank" href="https://docs.aws.amazon.com/whitepapers/latest/aws-caf-people-perspective/aws-caf-people-perspective.html">Cloud fluency is a capability that belongs to the people perspective of the AWS Cloud Adoption Framework (AWS CAF). Cloud fluency is the ability of the workforce to understand the benefits, challenges, and best practices of cloud computing, and to apply them to their roles and responsibilities. Cloud fluency helps the organization to adopt a cloud mindset, culture, and skills, and to leverage the full potential of the cloud. Cloud fluency can be achieved through various methods, such as training, certification, mentoring, coaching, and hands-on experience. Cloud fluency is one of the four capabilities of the people perspective, along with culture, organizational structure, and leadership. The other three capabilities belong to different perspectives of the AWS CAF. Data architecture is a capability of the platform perspective, which helps you design and implement data solutions that meet your business and technical requirements. Event management is a capability of the operations perspective, which helps you monitor and respond to events that affect the availability, performance, and security of your cloud resources. Strategic partnership is a capability of the business perspective, which helps you establish and maintain relationships with external stakeholders, such as customers, partners, suppliers, and regulators, to create value and achieve your business goals.
About the AWS test
AWS Exam Prep 2026 helps you pass with 1090+ realistic practice questions, each with a clear explanation.
Features
- 1090+ practice questions with detailed answer explanations
- Study modes: quick 10, mock exam, timed, missed questions, and study by topic
- Progress tracking with subject accuracy and a learning curve
- Clean, distraction-free design built for focused study
Whether you are just starting or doing a final review before test day, AWS Exam Prep gives you the questions and explanations you need to build confidence and pass.
You will be tested on
- The core topics and terminology you'll be tested on
- Rules, standards and best-practice procedures
- Real-world scenarios and how to respond
- Common mistakes and how to avoid them
How TheoryPractice helps you pass
- Real exam-style questions with instant, detailed explanations
- Full timed mock exams that mirror the real test format
- Flashcards & quiz modes from the same question bank
- Progress tracking so you know exactly when you're ready
Topics in this question bank
The core topics and terminology you'll be tested on
Rules, standards and best-practice procedures
Real-world scenarios and how to respond
Common mistakes and how to avoid them
Full AWS bank + unlimited mocks
Try 30 questions free. Unlock the complete AWS question bank, every explanation, and unlimited timed mock exams. Practice on any device.
Unlock AWS →