AWS Practice Exam 1 Flashcards
Which of the following AWS services are compute services? (Select TWO.)
AWS Batch
AWS Elastic Beanstalk
Amazon Inspector
AWS CloudTrail
Amazon EFS
AWS Batch
AWS Elastic Beanstalk
Which of the following can an AWS customer use to launch a new ElastiCache cluster? (Select TWO.)
-AWS Systems Manager
-AWS Concierge
-AWS Data Pipeline
-AWS CloudFormation
-AWS Management Console
AWS CloudFormation
AWS Management Console
A company is migrating a monolithic application that does not scale well into the cloud and refactoring it into a microservices architecture.
Which best practice of the AWS Well-Architected Framework does this plan relate to?
-Stop spending money on undifferentiated heavy lifting.
-Implement loosely coupled services.
-Manage change in automation.
-Use multiple solutions to improve performance.
Implement loosely coupled services.
Which AWS service can a company use to discover and protect sensitive data that is stored in Amazon S3 buckets.
-Amazon Macie
-Amazon Detective
-AWS Policy Generator
-Amazon GuardDuty
Amazon Macie
A company has many underutilized compute resources on-premises. Which AWS Cloud feature will help resolve this issue?
-Fault tolerance
-Elasticity
-High availability
-Global deployment
Elasticity
A user needs to identify underutilized Amazon EC2 instances to reduce costs.
Which AWS service or feature will meet this requirement?
-AWS Cost Explorer
-AWS Trusted Advisor
-AWS Health Dashboard
-AWS CodeBuild
AWS Trusted Advisor
An application uses a PostgreSQL database running on a single Amazon EC2 instance. A Cloud Practitioner has been asked to increase the availability of the database so there is automatic recovery in the case of a failure.
Which tasks can the Cloud Practitioner take to meet this requirement?
-Set the DeleteOnTermination value to false for the EBS root volume.
-Configure EC2 Auto Recovery to move the instance to another Region.
-Configure an Elastic Load Balancer in front of the EC2 instance.
-Migrate the database to Amazon RDS and enable the Multi-AZ feature.
Migrate the database to Amazon RDS and enable the Multi-AZ feature.
A website has a global customer base and users have reported poor performance when connecting to the site.
Which AWS service will improve the customer experience by reducing latency?
-Amazon CloudFront
-Amazon EC2 Auto Scaling
-AWS Direct Connect
-Amazon ElastiCache
Amazon CloudFront
What advantages does a database administrator obtain by using the Amazon Relational Database Service (RDS)?
-RDS enables users to dynamically adjust CPU and RAM resources.
-RDS databases automatically scale based on load.
-RDS provides 99.99999999999% reliability and durability.
-RDS simplifies relational database administration tasks.
-RDS simplifies relational database administration tasks.
According to the AWS shared responsibility model, which of the following is a responsibility of AWS?
-Updating security group rules to enable connectivity.
-Updating the firmware on the underlying EC2 hosts.
-Patching software running on Amazon EC2 instances.
-Configuring network ACLs to block malicious attacks.
-Updating the firmware on the underlying EC2 hosts.
Which benefits can a company gain by deploying a relational database on Amazon RDS instead of Amazon EC2? (Select TWO.)
-Root access to OS
-Software patching
-Indexing of tables
-Schema management
-Automated backups
-Software patching
-Automated backups
Which of the following is a sole responsibility of AWS?
-Patch management
-Customer data access controls
-Application deployment
-Availability Zone management
-Availability Zone management
A customer needs to determine Total Cost of Ownership (TCO) for a workload that requires physical isolation. Which hosting model should be accounted for?
-On-Demand Instances
-Spot Instances
-Reserved Instances
-Dedicated Hosts
-Dedicated Hosts
What is one method of protecting against distributed denial of service (DDoS) attacks in the AWS Cloud?
-Use Amazon CloudWatch monitoring.
-Monitor the AWS Health Dashboard.
-Configure a firewall in front of resources.
-Enable AWS CloudTrail logging.
-Configure a firewall in front of resources.
Customers using AWS services must patch operating systems on which of the following services?
-AWS Fargate
-Amazon EC2
-AWS Lambda
-Amazon DynamoDB
-Amazon EC2
AWS are able to continually reduce their pricing due to:
-Economies of scale.
-Pay-as-you go pricing.
-Elastic compute services.
-Compute savings plans.
-Economies of scale.
A company needs to publish messages to a thousands of subscribers simultaneously using a push mechanism.
Which AWS service should the company use?
-Amazon Simple Workflow Service (SWF)
-AWS Step Functions
-Amazon Simple Notification Service (Amazon SNS)
-Amazon Simple Queue Service (Amazon SQS)
Amazon Simple Notification Service (Amazon SNS)
A user needs to identify underutilized Amazon EC2 instances to reduce costs.
Which AWS service or feature will meet this requirement?
-AWS CodeBuild
-AWS Trusted Advisor
-AWS Cost Explorer
-AWS Health Dashboard
AWS Trusted Advisor
AWS Trusted Advisor offers a rich set of best practice checks and recommendations across five categories: cost optimization, security, fault tolerance, performance, and service limits.
Which of the following will help a user determine if they need to request an Amazon EC2 service limit increase?
-Amazon RDS
-AWS Trusted Advisor
-AWS Cost Explorer
-AWS Health Dashboard
AWS Trusted Advisor
AWS Trusted Advisor is an online tool that provides you real time guidance to help you provision your resources following AWS best practices. Trusted Advisor checks help optimize your AWS infrastructure, improve security and performance, reduce your overall costs, and monitor service limits.
Which AWS service can a team use to deploy infrastructure on AWS using familiar programming languages?
AWS CodeCommit
AWS Cloud Development Kit (AWS CDK)
Amazon CodeGuru
AWS Config
AWS Cloud Development Kit (AWS CDK)
The AWS Cloud Development Kit (AWS CDK) is an open source software development framework to define cloud application resources using familiar programming languages. With AWS CDK you can stick to using programming languages that are familiar to you and have infrastructure deployed using AWS CloudFormation.
A Cloud Practitioner is developing a new application and wishes to integrate features of AWS services directly into the application.
Which of the following is the BEST tool for this purpose?
-AWS CodePipeline
-AWS Software Development Kit (AWS CDK)
-AWS CodeDeploy
-AWS Command Line Interface (CLI)
AWS Software Development Kit
A company is deploying a MySQL database on AWS. The database must easily scale and have automatic backup enabled.
Which AWS service should the company use?
-Amazon Athena
-Amazon DynamoDB
-Amazon Aurora
- Amazon DocumentDB
Amazon Aurora
Amazon Aurora is a relational database that is compatible with MySQL and PostgreSQL database engines. Aurora is extremely fast and scales up to 128 TB. You can also deploy replicas for read scaling within and across Regions. Aurora also offers automated backups.
“Amazon Athena” is incorrect. Athena is used for querying data in Amazon S3 using SQL.
“Amazon DocumentDB” is incorrect. DocumentDB is a NoSQL database that supports document data structures.
Which tasks can a user complete using the AWS Cost Management tools? (Select TWO.)
-Create budgets and receive notifications if current or forecasted usage exceeds the budgets.
-Launch either EC2 Spot instances or On-Demand instances based on the current pricing.
-Automatically terminate AWS resources if budget thresholds are exceeded.
-Move data stored in Amazon S3 Standard to an archiving storage class to reduce cost.
-Delete all of your AWS resources with a single click.
-Create budgets and receive notifications if current or forecasted usage exceeds the budgets
-Automatically terminate AWS resources if budget thresholds are exceeded.
A large company is interested in avoiding long-term contracts and moving from fixed costs to variable costs.
What is the value proposition of AWS for this company?
-Automated cost optimization
-Pay-as-you-go pricing
-Economies of scale
-Volume pricing discounts
Pay-as-you-go pricing
A company is deploying an application in the AWS Cloud. How can they secure the application? (Select TWO.)
-Configure public access for the AWS services used by the application.
-Limit access privileges according to the principal of least privilege.
-Provide full admin access to developer and operations staff.
-Enable encryption for the application data at rest.
-Enable monitoring by turning off encryption for data in transit.
-Limit access privileges according to the principal of least privilege.
-Enable encryption for the application data at rest.