A Cloud Guru Practice Test (Missed Questions) Flashcards
Your company hosts gaming applications online and would like to deliver these apps to a worldwide audience. Which AWS service would enable delivery to users worldwide and greatly improve response times?
CloudFormation
ElastiCache
DynamoDB
CloudFront
CloudFront
CloudFront is a CDN that delivers data and applications globally with low latency.
Which of the following engines are classified as relational databases on AWS? (Pick 2)
DynamoDB
Redshift
Aurora
MariaDB
Aurora
Aurora is a type of RDS engine on AWS.
MariaDB
MariaDB is a type of RDS engine on AWS.
AWS purchases computing resources in large quantities at lower costs and then passes volume discounts on to their customers. Which benefit of cloud computing does this demonstrate?
Pay only when you use computing resources.
Deploy applications in multiple Regions around the world.
Eliminate guessing about your infrastructure capacity needs.
Lower pay-as-you-go prices due to massive economies of scale.
Lower pay-as-you-go prices due to massive economies of scale.
Customers benefit from massive economies of scale and achieve lower variable costs than they can get on their own due to volume discounts.
Under the shared responsibility model, which of the following is an example of security of the cloud? (Pick 3)
Maintaining networking components
Applying security patches to the guest operating system
Protecting the data center infrastructure
Managing network traffic
Managing the AWS global infrastructure
Maintaining networking components
AWS maintains networking components: generators, uninterruptible power supply (UPS) systems, computer room air conditioning (CRAC) units, fire suppression systems, and more.
Protecting the data center infrastructure
AWS is responsible for protecting the infrastructure that runs all of the services offered in the AWS Cloud. This infrastructure is composed of the hardware, software, networking, and facilities that run AWS Cloud services.
Managing the AWS global infrastructure
AWS is responsible for the security of the cloud. AWS is responsible for its global infrastructure elements: Regions, edge locations, and Availability Zones.
Your company has entered into a 3-year contract with a government agency. Your best option for EC2 is Reserved Instances. Which AWS feature would you use to track your Reserved Instance usage?
AWS Organizations
AWS Cost and Usage Report
Trusted Advisor
AWS CloudTrail
AWS Cost and Usage Report
The Cost and Usage Report contains the most comprehensive set of cost and usage data.
You need to set up a virtual firewall for your EC2 instance. Which would you use?
Network ACL
Subnet
Security group
IAM policy
Security group
A security group acts as a virtual firewall for your instance to protect your EC2 instance by controlling inbound and outbound traffic.
ElastiCache is an example of what type of AWS Services?
Database
Compute
Storage
Analytics
Database
ElastiCache is an in-memory cache service used to improve database performance. This means that it saves your most common queries for quicker data retrieval rather than retrieving directly from your database. As a result, it is classified as an AWS database service.
In order to improve fault tolerance, you would like to begin using services that provide fault tolerance. Which AWS services provide automatic replication across Availability Zones? (Pick 2)
EC2
DynamoDb
VPC
S3
DynamoDb
DynamoDB provides this replication.
S3
S3 provides this replication.
Which of the following is used to secure Amazon S3 buckets?
API key
Bucket access policy
Access keys
Security group
Bucket access policy
A bucket access policy can be attached directly to an S3 bucket to limit access to specific users.
How would a customer create a virtual firewall for an EC2 instance?
With a security group
With a web application firewall
With AWS Shield
With an IAM group
With a security group
Security groups act as virtual firewalls for EC2 instances.
Your sales operations group would like to perform monthly analyses on large amounts of sales activity. They want to be able to rank the performance of different territories, product categories, and sales channels. They will use visualization tools to generate graphical representations of the data. Which AWS service will provide the best solution for storing the sales data?
Amazon Aurora
Amazon DynamoDB
Amazon Redshift
Amazon ElastiCache
Amazon Redshift
Amazon Redshift provides the best solution for performing queries based on a predefined set of dimensions. Redshift organizes data for high performance based on user-specified distribution schemes. Amazon ElastiCache provides in-memory performance, but no data organization assistance. Amazon Aurora and Amazon DynamoDB are good solutions, but Redshift’s columnar storage gives it the edge.
A user uses CloudFormation to deploy infrastructure to multiple Regions. This multi-Region deployment strategy involves which pillar of the AWS Well-Architected Framework?
Operational Excellence
Security
Reliability
Performance Efficiency
Performance Efficiency
This Performance Efficiency pillar focuses on the effective use of resources to meet demand.
You need to host a file in a location that is publicly accessible from anywhere in the world. Which AWS service would meet that need at the lowest cost?
EBS
S3
RDS
EC2
S3
With S3, objects can be accessed from anywhere in the world via a public URL. An RDS instance is used for hosting databases. An EBS Volume requires an EC2 instance to be accessible and would be more expensive than using S3.
A developer is building a new application and is given the option to deploy the application on-premises or to the AWS Cloud. What benefits does the AWS Cloud provide over an on-premises deployment? (Pick 3)
Automatic Multi-AZ deployment of databases to enhance availability
Ability to pay-as-you-go without upfront contracts or long-term commitments
Ability to grow and shrink computing capacity based on demand
Automatic distribution of applications across Regions for higher availability
Ability to focus on building the application instead of managing servers
Ability to pay-as-you-go without upfront contracts or long-term commitments
You pay only when you access it and only for what you use, which allows you to spread costs over time since there are no huge upfront investments.
Ability to grow and shrink computing capacity based on demand
Elasticity allows the developer to match the supply of resources with changing workload demands.
Ability to focus on building the application instead of managing servers
If the developer uses a serverless architecture (for example, one that includes Lambda), the developer will not have to worry about managing servers or the underlying infrastructure.
When considering common cloud computing models, which model is Amazon Elastic Compute Cloud (AWS EC2) an example of?
FaaS (Function as a Service)
Platform as a Service (PaaS)
Software as a Service (SaaS)
Infrastructure as a Service (IaaS)
Infrastructure as a Service (IaaS)
IaaS includes the fundamental building blocks that can be rented from AWS. AWS manages the infrastructure and provides you a virtual machine that you can use however you’d like to meet your business requirements.