AWS Boy Practice Exam Three (Missed Questions) Flashcards
Which of the following statements regarding Amazon Athena are accurate? Select TWO.
Amazon Athena resources are allocated in accordance to processing and memory requirements prior to deployment.
Amazon Athena uses a variety of query languages including SQL, LDAP, JPQL as well as CQL.
Amazon Athena is compatible with data formats such as CSV, JSON, ORC, AVRO and Parquet
Amazon Athena queries data directly from Amazon S3 and there are no additional data storage commitments beyond the object storage.
Amazon Athena is not suitable for complex analysis such as large joins, window functions and arrays.
Amazon Athena is compatible with data formats such as CSV, JSON, ORC, AVRO and Parquet
Amazon Athena queries data directly from Amazon S3 and there are no additional data storage commitments beyond the object storage.
Amazon Athena a serverless query service that does not need to build databases on dedicated Elastic Block Store (EBS) volumes, instead, it builds tables from data read directly from Amazon S3 buckets. Amazon Athena does not store any of the data. The service is compatible with the regular data formats that include CSV, JSON, ORC, AVRO and Parquet.
A website for an international sports governing body would like to serve its content to viewers from different parts of the world in their vernacular language. Which is the most suitable service that will allow different language versions of the same website to be served, according to where in the world the browser is viewing from.
Content Delivery Network (CDN)
Amazon Lightsail
Amazon Route 53
Amazon CloudFront
Amazon Route 53
In Amazon Route 53, the geolocation routing policy allows for different resources to serve content based on the origin of the request. This in turn makes it possible in the scenario for different versions of the website to be served.
When working on the costing for on-demand EC2 instances , which of the following are attributes which determine the costing of the EC2 Instance. Choose 3 answers from the options given below
Instance Type
Region
AMI Type
Edge location
Instance Type
Region
AMI Type
If you see the below snapshot from the EC2 on-demand pricing page, you can see the different components that make up the pricing
Which of the following is not a disaster recovery deployment technique.
Multi-Site
Single Site
Warm standby
Pilot light
Single Site
The below snapshot from the AWS documentation shows the different disaster recovery techniques
A company is deploying a three-tier, highly available web application to AWS. Which service provides durable storage for static content while utilizing lower Overall CPU resources for the web tier?
Amazon EC2 instance store
Amazon EBS volume
Amazon RDS instance
Amazon S3
Amazon S3
Amazon S3 is the default storage service that should be considered for companies. If provides durable storage for all static content.
Which of the following options would entice a company to use AWS over an on-premises data center? Choose 2 answers from the options given below
Ability to use resources on demand
Having access to Free and Unlimited Storage
Having access to Unlimited Physical servers
Having a highly available infrastructure
Ability to use resources on demand
Having a highly available infrastructure
The entire advantage of the AWS Cloud or any cloud system is the ability to have a highly available infrastructure and to use resources on demand
You are exploring which AWS service will help you in the processing of a large number of data sets. Choose the correct answer from the given list.
EMR
Storage gateway
S3
Glacier
EMR (AWS Elastic MapReduce)
Amazon EMR helps you analyze and process vast amounts of data by distributing the computational work across a cluster of virtual servers running in the AWS Cloud. The cluster is managed using an open-source framework called Hadoop. Amazon EMR lets you focus on crunching or analyzing your data without having to worry about the time-consuming setup, management, and tuning of Hadoop clusters or the compute capacity they rely on.
What is the service provided by AWS that allows developers to easily deploy and manage applications on the cloud? Please choose an answer from the options below.
CloudFormation
Opswork
Elastic Beanstalk
Container service
Elastic Beanstalk
AWS Elastic Beanstalk makes it even easier for developers to quickly deploy and manage applications in the AWS Cloud. Developers simply upload their application, and Elastic Beanstalk automatically handles the deployment details of capacity provisioning, load balancing, auto-scaling, and application health monitoring.
Which of the following statements are FALSE when it comes to AWS DataSync? (Choose TWO)
It is an agentless data transfer service
Can work only over AWS Direct:Connect
Can copy data between NFS servers, SMB file shares, Amazon S3 buckets, and Amazon EFS file systems.
A fully managed data transfer service with built-in retry mechanism
It is integrated with AWS CloudWatch
It is an agentless data transfer service
Can work only over AWS Direct:Connect
Which of the following is the amount of storage that can be stored in the Simple Storage service?
Virtually unlimited storage
1 PB
5 TB
1 TB
Virtually unlimited storage
Amazon S3 provides a simple web service interface that you can use to store and retrieve any amount of data, at any time, from anywhere on the web
Which of the following is a template that contains the software configuration to launch an ec2 instance?
EC2 Snapshot
EBS Snapshot
EBS Volumes
AMI
AMI
- The AWS Documentation mentions the following*
- An Amazon Machine Image (AMI) provides the information required to launch an instance, which is a virtual server in the cloud. You specify an AMI when you launch an instance, and you can launch as many instances from the AMI as you need. You can also launch instances from as many different AMIs as you need.*
Which of the following security features is associated with a Subnet in a VPC to protect against Incoming traffic requests.
D. Network ACL
B. Subnet Groups
C. Security Groups
A. AWS Inspector
Network ACL
A network access control list (ACL) is an optional layer of security for your VPC that acts as a firewall for controlling traffic in and out of one or more subnets. You might set up network ACLs with rules similar to your security groups in order to add an additional layer of security to your VPC.
Which statements regarding VPC Peering is accurate? Select TWO.
A. Two VPCs in different AWS Regions and under separate AWS Accounts can share traffic between each other.
C. In VPC Peering, it is possible for traffic from one VPC to traverse through a transit VPC in order to reach a third VPC.
D. Traffic between VPC peers in different AWS Regions is not encrypted by default.
B. In order for VPC Peering to work each VPC should have a public subnet.
E. VPC Peering can be used to replicate data to geographically distinct locations for fault-tolerance, disaster recovery and redundancy
. Two VPCs in different AWS Regions and under separate AWS Accounts can share traffic between each other.
VPC Peering can be used to replicate data to geographically distinct locations for fault-tolerance, disaster recovery and redundancy
VPC Peering can be established between VPCs in different AWS Regions and in separate AWS Accounts. The logical networks still use the same common AWS backbone network infrastructure to communicate. By utilizing this infrastructure, VPC Peering makes it possible to securely store mission-critical data to geographically distinct locations for fault-tolerance, disaster recovery and redundancy.
Which of the following AWS managed database service provides processing power that is up to 5X faster than a traditional MySQL database.
D. DynamoDB
A. MariaDB
B. Aurora
C. PostgreSQL
Aurora
Amazon Aurora (Aurora) is a fully managed, MySQL- and PostgreSQL-compatible, relational database engine. It combines the speed and reliability of high-end commercial databases with the simplicity and cost-effectiveness of open-source databases. It delivers up to five times the throughput of MySQL and up to three times the throughput of PostgreSQL without requiring changes to most of your existing applications.
A company is deploying a new two-tier web application in AWS. The company wants to store their most frequently used data so that the response time for the application is improved. Which AWS service provides the solution for the company’s requirements?
D. Amazon DynamoDB
A. MySQL Installed on two Amazon EC2 Instances in a single Availability Zone
C. Amazon ElastiCache
B. Amazon RDS for MySQL with Multi-AZ
Amazon ElastiCache
Amazon ElastiCache is a web service that makes it easy to deploy, operate, and scale an in-memory data store or cache in the cloud. The service improves the performance of web applications by allowing you to retrieve information from fast, managed, in-memory data stores, instead of relying entirely on slower disk-based databases