65 Items Mock Test Flashcards

1
Q

You have a mission-critical application that must be globally available at all times. If this is the case, which of the below deployment mechanisms would you employ?

Deployment to multiple edge locations
Deployment to Multiple Regions
Deployment to multiple Availability Zones
Deployment to multiple Data Centers

A

Deployment to Multiple Regions

Regions represent different geographic locations and are best to host your application across multiple regions for disaster recovery.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following can be used to protect against DDoS attacks. (Choose 2)

AWS Shield
AWS Shield Advanced
AWS EC2
AWS ELB

A

AWS Shield, AWS Shield Advanced

AWS Shield - All AWS customers benefit from the automatic protections of AWS Shield Standard, at no additional charge. AWS Shield Standard defends against most common, frequently occurring network and transport layer DDoS attacks that target your web site or applications

AWS Shield Advanced - For higher levels of protection against attacks targeting your web applications running on Amazon EC2, Elastic Load Balancing (ELB), CloudFront, and Route-53 resources, you can subscribe to AWS Shield Advanced. AWS Shield Advanced provides expanded DDoS attack protection for these resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following are the right principles when designing cloud-based systems? (Choose 2)

Build loosely-coupled components
Assume everything will fail
Build Tightly-coupled components
Use as many services as possible

A

Build loosely-coupled components, Assume everything will fail

Always build components that are loosely coupled. This is so that even if one component does fail, the entire system does not fail.

Also if you build with the assumption that everything will fail, then you will ensure that the right measures are taken to build a highly available and fault-tolerant system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A company does not want to manage their database. Which of the following services is a fully managed NoSQL database provided by AWS.

AWS RDS
DynamoDB
Oracle RDS
Elastic Map Reduce

A

DynamoDB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which AWS service allows for distribution of incoming application traffic across multiple EC2 instances?

AWS EC2
AWS ELB
AWS Autoscaling
AWS Inspector

A

AWS ELB

Elastic Load Balancing distributes incoming application traffic across multiple EC2 instances, in multiple Availability Zones. This increases the fault tolerance of your applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following concepts is used when you want to manage the bills for multiple accounts under one master account?

Combined Billing
Consolidated billing
Cost Explorer
IAM

A

Consolidated billing

You can use the consolidated billing feature in AWS Organizations to consolidate payment for multiple AWS accounts or multiple AISPL accounts. With consolidated billing, you can see a combined view of AWS charges incurred by all of your accounts. You also can get a cost report for each member account that is associated with your master account. Consolidated billing is offered at no additional charge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which of the following is the amount of storage that can be stored in the Simple Storage service?

1 TB
Virtually unlimited storage
5 TB
1 PB

A

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. The total volume of data and the number of objects you can store are unlimited. Individual Amazon S3 objects can range in size from a minimum of 0 bytes to a maximum of 5 terabytes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What AWS tool lets you to view and analyze your costs and usage?

Cost Allocation Tags
Cost Explorer
AWS Consolidated billing
Payment History

A

Cost Explorer

Cost Explorer is a free tool that you can use to view your costs. You can view your costs as either a cash-based view (costs are recorded when cash is received or paid) with unblended costs or as an accrual-based view (costs are recorded when income is earned or costs are incurred). You can view data for up to the last 12 months, forecast how much you are likely to spend for the next three months, and get recommendations for what Reserved Instances to purchase

Incorrect. A Cost Allocation tag is a label that you or AWS assigns to an AWS resource to help track AWS costs.
Incorrect. AWS Consolidated Billing is for managing the billing from multiple AWS accounts.
Incorrect. Payment history just allows you to view your previous payments made to AWS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the service provided by AWS that lets you host Domain Name systems?

VPC
Route 53
Direct Connect
VPN

A

Route 53

Amazon Route 53 provides highly available and scalable Domain Name System (DNS), domain name registration, and health-checking web services. It is designed to give developers and businesses an extremely reliable and cost effective way to route end users to Internet applications by translating names like-example.com-into the numeric IP addresses, such as-192.0.2.1, that computers use to connect to each other.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What service helps you to aggregate logs from your EC2 instance?

SQS
Cloudwatch Logs
S3
Cloudtrail

A

Cloudwatch Logs

You can use Amazon CloudWatch Logs to monitor, store, and access your log files from Amazon Elastic Compute Cloud (Amazon EC2) instances, AWS CloudTrail, and other sources. You can then retrieve the associated log data from CloudWatch Logs

Incorrect. SQS is the AWS managed message queuing service
Incorrect. S3 is the AWS object storage service.
Incorrect. AWS Cloudtrail is for tracking user activity and API usage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which of the following is a serverless compute offering from AWS?

AWS EC2
AWS Lambda
AWS SNS
AWS SQS

A

AWS Lambda

AWS Lambda is a compute service that lets you run code without provisioning or managing servers. AWS Lambda executes your code only when needed and scales automatically, from a few requests per day to thousands per second.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does Amazon EC2 provide?

*A platform to run code (Java, PHP, Python), paying on an hourly basis.
*Virtual servers in the Cloud.
*Computer Clusters in the Cloud.
*Physical servers, remotely managed by the customer

A

Virtual servers in the Cloud.

Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides re-sizeable compute capacity in the cloud. It is designed to make web-scale-cloud computing-easier for developers.

Amazon EC2’s simple web service interface allows you to obtain and configure capacity with minimal friction. It provides you with complete control of your computing resources and lets you run on Amazon’s proven computing environment. Amazon EC2 reduces the time required to obtain and boot new server instances to minutes, allowing you to quickly scale capacity, both up and down, as your computing requirements change.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which of the following storage mechanisms can be used to store messages effectively which can be used across distributed systems.

Amazon Glacier
Amazon SQS
Amazon EBS Volumes
Amazon EBS Snapshots

A

Amazon SQS

Amazon Simple Queue Service (Amazon SQS) offers a reliable, highly-scalable hosted queue for storing messages as they travel between applications or microservices. It moves data between distributed application components and helps you decouple these components

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When working on the costing for on-demand EC2 instances, which of the following attributes determine the cost of the EC2 Instance? (Choose 3)

AMI Type
Location Type
Instance Type
Edge location

A

The cost of EC2 On-Demand Instances is based on:

Location Type (AWS Local Zone, AWS Region, AWS Wavelength Zone)
AMI Type (Private and Public AMIs on specific operating systems)
Instance Type (General Purpose, Compute Optimized, Memory Optimized, etc)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the following services helps provide a connection from on-premises infrastructure to resources hosted in the AWS Cloud. (Choose 2)

AWS VPN
AWS Direct Connect
AWS VPC
AWS Subnets

A

AWS Site-to-Site VPN enables you to securely connect your on-premises network or branch office site to your Amazon Virtual Private Cloud (Amazon VPC). AWS Client VPN enables you to securely connect users to AWS or on-premises networks.

AWS Direct Connect makes it easy to establish a dedicated network connection from your premises to AWS. Using AWS Direct Connect, you can establish private connectivity between AWS and your datacenter, office, or colocation environment, which in many cases can reduce your network costs, increase bandwidth throughput, and provide a more consistent network experience than Internet-based connections.

Incorrect. AWS VPCs and Subnets let you isolate sections of your AWS Cloud environment. But they do not provide a connection to your on-premises infrastructure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

In order to predict the cost of moving resources from on-premise to the cloud, which of the following can be used?

AWS Inspector
AWS Pricing Calculator
AWS WAF
AWS Trusted Advisor

A

AWS Pricing Calculator

The AWS TCO calculator makes it easy to estimate your savings when comparing the cloud to an on-premises or colocation environment. Use the TCO calculator to get detailed reports and insights into the cost components that make AWS a viable alternative to lower your costs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

There is a requirement to host a set of servers in the Cloud for three months. Which of the following launch types for AWS EC2 instances would be the most cost-effective?

Spot Instances
On-Demand
No Upfront costs Reserved
Partial Upfront costs Reserved

A

On-Demand Instances

Since the requirement is just three months, the most cost-effective option is to use On-Demand Instances.

Incorrect. Spot instances are cheap, but they are only for applications with flexible start and end times, Applications that are only feasible at very low compute prices, or Users with urgent computing needs for large amounts of additional capacity.
Incorrect. AWS requires a minimum 1-year term, and a successful billing history is needed before you can purchase No Upfront Reserved Instances.
Incorrect. AWS requires a minimum 1-year term on their contracts for reserved instances.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is a document that provides a formal statement of one or more permissions?

Permission
Policy
Role
Resource

A

Policy

A policy is a JSON document that specifies what a user can do on AWS. This document consists of

Actions: what actions you will allow. Each AWS service has its own set of actions. Resources: which resources you allow the action on. Effect: what the effect will be when the user requests access—either allow or deny.

A policy is an entity in AWS that, when attached to an identity or resource, defines their permissions. AWS evaluates these policies when a principal, such as a user, makes a request. Permissions in the policies determine whether the request is allowed or denied

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

You are planning to serve a web application on the AWS Platform by using EC2 Instances. Which of the below principles would you adopt to ensure that even if some of the EC2 Instances crashes , you still have a working application

Using a scalable system
Using a fault-tolerant system
Using an elastic system
Using a regional system

A

Using a fault-tolerant system

A fault-tolerant system is one that ensures that the entire system works as expected even there are issues.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Which of the following security features is associated with a Subnet in a VPC to protect against Incoming traffic requests.

AWS Inspector
NACL
Subnet Groups
Security Groups

A

NACL

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

AWS provides a storage option known as Amazon S3 Glacier. What is this AWS service designed for? (Select 2)

Infrequently accessed data
Data archives
Cached session data
Active database storage

A

Infrequently accessed data, Data archives

Amazon Glacier is an extremely low-cost storage service that provides secure, durable, and flexible storage for data backup and archival. So Amazon glacier is used for Infrequently accessed data and Data archives.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is the concept of an AWS region?

It is a collection of Edge locations
It is a geographical area divided into Availability Zones
It is a collection of Compute capacity
It is the same as an Availability zone

A

It is a geographical area divided into Availability Zones

A region is a geographical area divided into Availability Zones. Each region contains at least two Availability Zones.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Which one of the following features is normally present in all AWS Support plans?

Access to all features in the Trusted Advisor
24/7 access to Customer Service
A technical Account Manager
A dedicated support person

A

24/7 access to Customer Service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Which of the following is AWS services allows you to build a data warehouse on the cloud?

AWS Snowball
AWS Redshift
AWS Storage Gateway
AWS EMR

A

AWS Redshift

Amazon Redshift is a fully managed, petabyte-scale data warehouse service in the cloud. You can start with just a few hundred gigabytes of data and scale to a petabyte or more. This enables you to use your data to acquire new insights for your business and customers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

Which of the following IAM identities allow an application deployed on an EC2 instance to write data to S3 in a secure manner?

AWS IAM Users
AWS IAM Roles
AWS IAM Groups
AWS IAM Permissions

A

AWS IAM Roles

An IAM role is similar to a user, in that it is an AWS identity with permission policies that determine what the identity can and cannot do in AWS. However, instead of being uniquely associated with one person, a role is intended to be assumable by anyone who needs it including assigning it to an EC2 instance.

Incorrect. IAM users are for granting AWS access to your users. Not an EC2 instance.
Incorrect. An IAM group is a collection of IAM users.
Incorrect. IAM Permissions are included in a permission policy, which is then assigned to an IAM Role.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

When using On-Demand instances in AWS, which of the following statements is false regarding the cost for the Instance? (SELECT TWO)

You pay upfront costs for the instance.
You have to pay the termination fees if you terminate the instance.
No long-term commitments
Pay for compute capacity by the hour or second (minimum of 60 seconds)

A

You have to pay the termination fees if you terminate the instance.

Truth: You don’t need to pay any termination fees regarding EC2 Instances.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

Which of the following AWS services can assist you with cost optimization?

AWS Shield
AWS Trusted Advisor
AWS Inspector
AWS WAF

A

AWS Trusted Advisor

An online resource to help you reduce cost, increase performance, and improve security by optimizing your AWS environment, Trusted Advisor provides real time guidance to help you provision your resources following AWS best practices

28
Q

Which of the following is AWS managed database service provides processing power that is up to 5X faster than a traditional MySQL database.

MariaDB
Aurora
PostgreSQL
DynamoDB

A

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.

29
Q

There is a requirement to move a 10 TB data warehouse to the AWS cloud. Which of the following is an ideal service which can be used to move this amount of data to the AWS Cloud?

Amazon Direct Connect
AWS Snowcone SSD
Amazon S3 MultiPart Upload
Amazon S3 Connector

A

AWS Snowcone SSD

AWS Snowcone is a portable, rugged, and secure device for edge computing and data transfer. You can use a Snowcone device to collect, process, and move data to the AWS Cloud, either offline by shipping the device to AWS, or online by using AWS DataSync.

It can be challenging to run applications in austere (non–data center) edge environments, or where there is a lack of consistent network connectivity. These locations often lack the space, power, and cooling needed for data center IT equipment.

Snowcone is available in two flavors:

Snowcone – Snowcone has two vCPUs, 4 GB of memory, and 8 TB of hard disk drive (HDD) based storage.

Snowcone SSD – Snowcone SSD has two vCPUs, 4 GB of memory, and 14 TB of solid state drive (SSD) based storage.
30
Q

Which of the following are attributes to the costing for using the Simple Storage Service. Choose 2 answers from the options given below

The storage class used for the objects stored.
The total size in gigabytes of all objects stored.
Number of S3 buckets
Using encryption in S3

A

The storage class used for the objects stored. / The total size in gigabytes of all objects stored.

Amazon S3 offers a range of storage classes designed for different use cases with different pricing: - S3 Standard for general-purpose storage of frequently accessed data; - S3 Intelligent-Tiering for data with unknown or changing access patterns; - S3 Standard-Infrequent Access (S3 Standard-IA) - S3 One Zone-Infrequent Access (S3 One Zone-IA) for long-lived, but less frequently accessed data - S3 Glacier (S3 Glacier) for long-term archive and digital preservation.

The volume of storage billed in a month is based on the average storage used throughout the month (per GB). This includes all object data and metadata stored in buckets that you created under your AWS account. AWS measure your storage usage in “TimedStorage-ByteHrs,” which are added up at the end of the month to generate your monthly charges.

Incorrect. The number of buckets you have in s3 does not factor into costing.
Incorrect. Using encryption for s3 does not impact your costing.

31
Q

You are exploring what services AWS has off-hand. You have a large number of data sets that need to be processed. Which of the following services can help fulfil this requirement.

S3
EMR
Glacier
Storage gateway

A

EMR

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 time-consuming setup, management, and tuning of Hadoop clusters or the compute capacity they rely on.

32
Q

You are are running a web-application and you want to improve response times for data that is requested frequently. Which AWS service should you use to improve performance to frequently accessed data?

Amazon Simple Object Storage
Amazon ElastiCache
Amazon RDS
Amazon DynamoDB

A

Amazon ElastiCache

To improve response times for frequently accessed ready only data you want to implement a caching solution. Amazon ElastiCache provides two different in-memory storage solutions Redis and Memcache.

Incorrect Options:

S3 is for storing files. The question does not infer that the data is in the form of files.

RDS is Amazon’s service for managed relational databases eg. MySQL and Redis. RDS has the ability to create Read Replicas which is a duplicate of your primary database that only accepts reads. A Read replica of your RDS database would improve performance. A Read replica makes sense if you have frequently changing or dynamic data but since the question infers its the same data frequently accessed in this case we want a caching solution via ElastiCache

DynamoDB is a NoSQL database. Whether we are using DynamoDB or RDS both can take advantage of ElastiCache to improve the performance of data that is frequently accessed. If the question was asking about guaranteed read/write throughput than DynamoDB could be relevant to the question.

33
Q

A company wants to utilize AWS storage. For them, low storage cost is paramount, the data is rarely retrieved, and data retrieval times of several hours are acceptable for them. What is the best storage option to use?

AWS S3 Reduced Redundancy Storage
AWS Glacier
EBS-backed storage connected to EC2
AWS CloudFront

A

AWS Glacier

Amazon Glacier is a storage service optimized for infrequently used data, or “cold data.” The service provides durable and extremely low-cost storage with security features for data archiving and backup. With Amazon Glacier, you can store your data cost-effectively for months, years, or even decades.

34
Q

You have a distributed application that periodically processes large volumes of data across multiple Amazon EC2 Instances. The application is designed to recover gracefully from Amazon EC2 instance failures. How can you cost-effectively accomplish this?

Reserved instances
Spot Instances
Dedicated instances
On-Demand instances

A

Spot Instances

When you think of cost-effectiveness, you can either have to choose Spot or Reserved instances. When you have a regular processing job, the best is to use spot instances. Since your application is designed to recover gracefully from Amazon EC2 instance failures, even if you lose the Spot instance, there is no issue because your application can recover.

35
Q

What are the characteristics of Amazon S3? (Select 2)

S3 allows you to store unlimited amounts of data.
Objects are directly accessible via a URL.
S3 allows you to store objects of virtually unlimited size.
S3 should be used to host a relational database.

A

S3 allows you to store unlimited amounts of data.

Each object does have a limitation in S3, but you can store virtually unlimited amounts of data. Also each object gets a directly accessible URL

36
Q

If you want to develop an application in Java, which of the following tools would you use?

AWS Powershell
AWS SDK
AWS CLI
AWS Console

A

AWS SDK

The AWS SDK for Java helps by providing Java APIs for AWS services including Amazon S3, Amazon ECS, DynamoDB, AWS Lambda, and more. The single, downloadable package includes the AWS Java library, code samples, and documentation you need to start developing.

Incorrect. AWS Powershell lets you manage your AWS services and resources in the PowerShell scripting environment. It is not for Java development.
Incorrect. AWS CLI is a command line interface for working your with your AWS resources in the cloud.
Incorrect. AWS Management Console is the Web interface for managing your AWS account

37
Q

Which services allow the customer to retain full administrative privileges of the underlying virtual infrastructure?

Amazon S3
Amazon EC2
Amazon Lambda
Amazon DynamoDB

A

Amazon EC2

All of the other services are all managed by AWS as serverless components. Only you have complete control over the EC2 service.

38
Q

You have a Web application hosted in an EC2 Instance that needs to send notifications based on events. Which of the below services can assist in sending notifications?

AWS SES
AWS SNS
AWS SQS
AWS EC2

A

AWS SNS

Amazon Simple Notification Service (Amazon SNS) is a web service that enables applications, end-users, and devices to instantly send and receive notifications from-the cloud.

39
Q

Which AWS service uses Edge Locations for content caching?

AWS SNS
AWS CloudFront
AWS SQS
AWS Inspector

A

AWS CloudFront

Amazon CloudFront employs a global network of edge locations and regional edge caches that cache copies of your content close to your viewers. Amazon CloudFront ensures that end-user requests are served by the closest edge location.-

40
Q

Which of the following is NOT a disaster recovery option in the cloud?

Pilot light
Single Site
Warm standby
Multi-Site

A

Single Site

This is NOT a disaster recovery option in the cloud.

Pilot light
This scenario is similar to a backup-and-restore scenario. For example, you can maintain a pilot light by configuring and running the most critical core elements of your system in AWS. When the time comes for recovery, you can rapidly provision a full-scale production environment around the critical core.

Warm standby
The term warm standby describes a DR scenario in which a scaled-down version of a fully functional environment is always running in the cloud. A warm standby solution extends the pilot light elements and preparation. It further decreases the recovery time because some services are always running.

Multi-Site
A multi-site solution runs in AWS and your existing on-site infrastructure in an active-active configuration. The data replication method you employ will be determined by your chosen recovery point. For more information about recovery point options, see the Recovery objectives (RTO and RPO) section.

41
Q

Which of the following is a best practice when working with permissions in AWS?

Use the root account credentials
Ensure the least privilege access is used
Don’t use IAM users and groups
Ensure the highest privilege access is used

A

Ensure the least privilege access is used

When you create IAM policies, follow the standard security advice of granting-least privilege—that is, granting only the permissions required to perform a task. Determine what users need to do and then craft policies for them that let the users perform-only-those tasks.

42
Q

Which of the below AWS services allows you to increase the number of resources on the demand of the application or users.

AWS EC2
AWS Auto Scaling
AWS ELB
AWS Inspector

A

AWS Auto Scaling

AWS Auto Scaling enables you to configure automatic scaling for the scalable AWS resources for your application in a matter of minutes. AWS Auto Scaling uses the Auto Scaling and Application Auto Scaling services to configure scaling policies for your scalable AWS resources.

43
Q

What acts as a firewall that controls the traffic allowed to reach one or more instances?

ACL
Security group
IAM
EC2

A

Security group

A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. When you launch an instance in a VPC, you can assign the instance to up to five security groups. Security groups act at the instance level. Below is an example of a security group which has inbound rules. The below rule states that users can only SSH into EC2 instances that are attached to this security group.

44
Q

You have two accounts in your AWS Organization. One for the Dev and the other for QA. All are part of consolidated billing. The master account has purchased three reserved instances. The Dev department is currently using two reserved instances. The QA team plans to use three instances of the same instance type.

What is the pricing tier of the instances that the QA Team can use?

No Reserved and three On-Demand
One Reserved and two On-Demand
Two Reserved and one On-Demand
Three Reserved and no On-Demand

A

One Reserved and two On-Demand

Since all are a part of consolidating billing, All can share the pricing of reserved instances. And since two are already used by the Dev team, another one can be used by the QA team. The rest of the instances can be on-demand instances.

45
Q

What is the AWS service provided which provides a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability.

AWS RDS
DynamoDB
Oracle RDS
Elastic Map Reduce

A

DynamoDB

DynamoDB is a fully managed NoSQL offering provided by AWS. It is now available in most regions for users to consume. The link provides the full details on the product

46
Q

What AWS service has built-in DDoS mitigation?

CloudTrail
CloudFront
EC2
CloudWatch

A

CloudFront

CloudFront also integrates with AWS WAF, a web application firewall that helps protect web applications from common web exploits, and AWS Shield, a managed DDoS protection service that safeguards web applications running on AWS.-

47
Q

What is the key difference between an availability zone and an edge location?

An availability zone is a grouping of AWSresources in a specific region; an edge location is a specific resource withinthe AWS region

An availability zone is an isolated location within an AWS region, whereas an edge location will deliver cached content to the closest location to reduce latency

Edge locations are used as control stations forAWS resources

None of the above

A

An availability zone is an isolated location within an AWS region, whereas an edge location will deliver cached content to the closest location to reduce latency

In AWS , there are regions with each region separated in a separate geographic area. Each region has multiple, isolated locations known as Availability Zones. An availability zone is used to host resources in a specific region.

48
Q

Which of the following can be used to manage identities in AWS.

AWS Config
AWS IAM
AWS Trusted Advisor
AWS

A

AWS IAM

AWS Identity and Access Management (IAM) is a web service that helps you securely control access to AWS resources. You use IAM to control who is authenticated (signed in) and authorized (has permissions) to use resources.

49
Q

What is the service provided by AWS that allows developers to easily deploy and manage applications on the cloud?

CloudFormation
Elastic Beanstalk
Opswork
Container service

A

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.

50
Q

Which of the following is not a supported database engine in the AWS Relation Database Service?

Aurora
DB2
MariaDB
MySQL

A

DB2

Amazon RDS is available on several database instance types - optimized for memory, performance or I/O - and provides you with six familiar database engines to choose from, including-Amazon Aurora,-PostgreSQL,-MySQL,-MariaDB,-Oracle, and-Microsoft SQL Server.-

51
Q

In AWS billing what option can be used to ensure costs can be reduced if you have multiple accounts

Combined billing
Consolidated billing
Costs are automatically reduced for multiple accountsby AWS.
It is not possible to reduce costs with multipleaccounts

A

Consolidated billing

You can use the Consolidated Billing feature to consolidate payment for multiple Amazon Web Services (AWS) accounts or multiple Amazon International Services Pvt. Ltd (AISPL) accounts within your organization by designating one of them to be the payer account. With Consolidated Billing, you can see a combined view of AWS charges incurred by all accounts, as well as get a cost report for each individual account associated with your payer account

52
Q

You want to take a snapshot of an EC2 Instance and create a new instance out of it. In AWS what is this snapshot equivalent to?

EBS Volumes
AMI
EC2 Snapshot
EBS Snapshot

A

AMI

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.

Incorrect. EBS volumes are storage which is attached to an EC2 instance. But EBS volumes persist independently from the running life of an EC2 instance.
Incorrect. EC2 Snapshot. This is not AWS terminology
Incorrect. EBS Snapshot. This is only a point-in-time snap shot of an EBS Volume

53
Q

A company wants to create standard templates for deployment of their Infrastructure. Which AWS service can be used in this regard?

Amazon Simple Workflow Service
AWS CloudFormation
AWS Elastic Beanstalk
AWS OpsWorks

A

AWS CloudFormation

AWS CloudFormation gives developers and systems administrators an easy way to create and manage a collection of related AWS resources, provisioning and updating them in an orderly and predictable fashion.

54
Q

Which of the following AWS services should you use to migrate an existing database to AWS?

AWS Lambda
AWS DMS
AWS Storage gateway
AWS Snowball

A

AWS DMS

AWS Database Migration Service helps you migrate databases to AWS quickly and securely. The source database remains fully operational during the migration, minimizing downtime to applications that rely on the database. The AWS Database Migration Service can migrate your data to and from most widely used commercial and open-source databases.

55
Q

You want to monitor the CPU utilization of an EC2 resource in AWS. Which of the below services can help in this regard

AWS Cloudtrail
AWS Cloudwatch
AWS Inspector
AWS Trusted Advisor

A

AWS Cloudwatch

Amazon CloudWatch is a monitoring service for AWS cloud resources and the applications you run on AWS. You can use Amazon CloudWatch to collect and track metrics, collect and monitor log files, set alarms, and automatically react to changes in your AWS resources. Amazon CloudWatch can monitor AWS resources such as Amazon EC2 instances, Amazon DynamoDB tables, and Amazon RDS DB instances, as well as custom metrics generated by your applications and services, and any log files your applications generate.

56
Q

What is the ability provided by AWS to enable fast, easy, and secure transfers of files over long distances between your client and your Amazon S3 bucket.

File Transfer
S3 Transfer Acceleration
HTTP Transfer
S3 Acceleration

A

S3 Transfer Acceleration

Amazon S3 Transfer Acceleration enables fast, easy, and secure transfers of files over long distances between your client and an S3 bucket. Transfer Acceleration takes advantage of Amazon CloudFront’s globally distributed edge locations. As the data arrives at an edge location, data is routed to Amazon S3 over an optimized network path.

57
Q

In AWS, which security aspects are the customer’s responsibility?

Life-cycle management of IAM credentials
Controlling physical access to computing resources
Encryption of EBS (Elastic Block Storage) volumes
Patch management on the EC2 instance’s guest operating system
None
Decommissioning storage devices
Security Group and ACL (Access Control List)settings

A

Life-cycle management of IAM credentials
Encryption of EBS (Elastic Block Storage) volumes
Patch management on the EC2 instance’s guest operating system

58
Q

Which of the following options of AWS RDS allows for AWS to failover to a secondary database in case the primary one fails?

AWS Failover
AWS Multi-AZ
AWS Secondary
AWS Standby

A

AWS Multi-AZ

Amazon RDS Multi-AZ deployments provide enhanced availability and durability for Database (DB) Instances, making them a natural fit for production database workloads. When you provision a Multi-AZ DB Instance, Amazon RDS automatically creates a primary DB Instance and synchronously replicates the data to a standby instance in a different Availability Zone (AZ). Each AZ runs on its own physically distinct, independent infrastructure, and is engineered to be highly reliable. In case of an infrastructure failure, Amazon RDS performs an automatic failover to the standby (or to a read replica in the case of Amazon Aurora), so that you can resume database operations as soon as the failover is complete.

59
Q

Which of the following benefits would be attractive to a company moving from on-premise to AWS?

Flexible
Cost-Effective
Pay Up Front
Control of Physical Servers

A

Easy to use

AWS is designed to allow application providers, ISVs, and vendors to quickly and securely host your applications – whether an existing application or a new SaaS-based application. You can use the AWS Management Console or well-documented web services APIs to access AWS’s application hosting platform.

Flexible

AWS enables you to select the operating system, programming language, web application platform, database, and other services you need. With AWS, you receive a virtual environment that lets you load the software and services your application requires. This eases the migration process for existing applications while preserving options for building new solutions.

Cost-Effective

You pay only for the compute power, storage, and other resources you use, with no long-term contracts or up-front commitments. For more information on comparing the costs of other hosting alternatives with AWS, see the AWS Economics Center.

Reliable

With AWS, you take advantage of a scalable, reliable, and secure global computing infrastructure, the virtual backbone of Amazon.com’s multi-billion dollar online business that has been honed for over a decade.

Scalable and high-performance

Using AWS tools, Auto Scaling, and Elastic Load Balancing, your application can scale up or down based on demand. Backed by Amazon’s massive infrastructure, you have access to compute and storage resources when you need them.

Secure

AWS utilizes an end-to-end approach to secure and harden our infrastructure, including physical, operational, and software measures. For more information, see the AWS Security Center.

60
Q

Which of the following allows you to carve out your own portion of the AWS Cloud?

AWS Subnets
AWS VPC
AWS Regions
AWS Availability Zones

A

AWS VPC

Amazon Virtual Private Cloud (Amazon VPC) enables you to launch AWS resources into a virtual network that you’ve defined. This virtual network closely resembles a traditional network that you’d operate in your own data center, with the benefits of using the scalable infrastructure of AWS.

61
Q

What are the four levels of AWS Premium Support?

Basic, Startup, Business, Enterprise

Developer, Business, Enterprise On-Ramp, Enterprise

Developer, Business, Free, Basic

All support is free

A

Developer: Recommended if you are experimenting or testing in AWS.

Business: Minimum recommended tier if you have production workloads in AWS

Enterprise On-Ramp: Recommended if you have production and/or business critical workloads in AWS.

Enterprise: Recommended if you have business and/or mission critical workloads in AWS.

62
Q

Which of the following are benefits of the AWS’s Relational Database Service (RDS)?

Automated patches and backups

You can resize the capacity accordingly

It allows you to store unstructured data

It allows you to store NoSQL data

A

You can resize the capacity accordingly

Amazon Relational Database Service (Amazon RDS) makes it easy to set up, operate, and scale a-relational database-in the cloud. It provides cost-efficient and resizable capacity while automating time-consuming administration tasks such as hardware provisioning, database setup, patching and backups. It frees you to focus on your applications so you can give them the fast performance, high availability, security and compatibility they need.

63
Q

Which of the following service enables you to assess, audit, and evaluate the configurations of your AWS resources?

AWS CloudTrail
AWS Config
AWS Cloudwatch
AWS SNS

A

AWS Config

AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources. Config continuously monitors and records your AWS resource configurations and allows you to automate the evaluation of recorded configurations against desired configurations. With Config, you can review changes in configurations and relationships between AWS resources, dive into detailed resource configuration histories, and determine your overall compliance against the configurations specified in your internal guidelines. This enables you to simplify compliance auditing, security analysis, change management, and operational troubleshooting.

64
Q

A company is deploying a two-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 EBS volume
Amazon S3
Amazon EC2 instance store
Amazon RDS instance

A

Amazon S3

Amazon S3 is the default storage service that should be considered for companies. If provides durable storage for all static content.

65
Q

Thank You.

A

Good luck!