Extra Exam 2 Flashcards

1
Q

What AWS service can be used to connect to a company’s on-premises environment to a VPC without using the public internet?

A

AWS Direct Connect

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

An e-commerce company wants to assess its applications deployed on Amazon Elastic Compute Cloud (Amazon EC2) instances for vulnerabilities and deviations from AWS best practices. Which AWS service can be used to facilitate this?

A

Inspector

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

A developer has written a simple web application in PHP and he wants to just upload his code to AWS Cloud and have AWS handle the deployment automatically but still wants access to the underlying operating system for further enhancements. As a Cloud Practioner, which of the following AWS services would you recommend for this use-case?

A

Elastic Beanstalk

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

The engineering team at an IT company wants to monitor the CPU utilization for its fleet of Amazon Elastic Compute Cloud (Amazon EC2) instances and send an email to the administrator if the utilization exceeds 80%. As a Cloud Practitioner, which AWS services would you recommend to build this solution?

A

CloudWatch and SNS

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

A company is using a message broker service on its on-premises application and wants to move this messaging functionality to AWS Cloud. Which of the following AWS services is the right choice to move the existing functionality easily?

A

Amazon MQ

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

AWS Compute Optimizer delivers recommendations for which of the following AWS resources? (4)

A

EC2, Auto Scaling Groups, Lambda, EBS

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

An IT company wants to run a log backup process every Monday at 2 AM. The usual runtime of the process is 5 minutes. As a Cloud Practitioner, which 2 AWS services would you recommend to build a serverless solution for this use-case?

A

Lambda and EventBridge

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

An e-commerce company wants to store data from a recommendation engine in a database. As a Cloud Practioner, which AWS service would you recommend to provide this functionality with the LEAST operational overhead for any scale?

A

DynamoDB

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

Which AWS Services are global in scope?

RDS
S3
EC2
CloudFront
IAM

A

CloudFront, IAM

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

A VPC spans ___ of the AZs in the region, a subnet spans ___ AZ in the region

A

all; one

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

Which AWS service allows you store, manage, and deploy Docker container images?

A

ECR

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

What is the responsibility of AWS in terms of security?

Identity and Access Mangement
Edge Location Management
Server-side encryption
Customer Data

A

Edge Location Management

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

An org. has a complex IT architecture involving a lot of system dependencies and it wants to track the history of changes to each resource. Which AWS service will help the organization track the history of configuration changes for all the resources?

A

AWS Config

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

Which AWS service helps with global application availability and performance using the AWS global network?

A

AWS global accelerator

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

AWS pricing policy for data transfer charges into or out of an AWS region

A

Only outbound data transfer is charged

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

Which AWS service is essential for implementing security of resources in the AWS cloud?

A

AWS IAM

17
Q

What diff. gateway types are supported by AWS Storage Gateway service?

A

Tape Gateway, File Gateway and Volume Gateway

18
Q

What’s the PRIMARY benefit of deploying an Amazon RDS Multi-AZ DB with one standby?

A

A Multi-AZ DB increases database availability

19
Q

Which EC2 pricing model is the most cost-effective and flexible with no requirement for a long term resource commitment or upfront payment but still guarantees that instance would not be interrupted

A

On-demand instances

20
Q

A social media company wants to protect its web application from common web exploits such as SQL injection and cross-site scripting. What can help with this?

A

AWS CloudWatch

21
Q

Which of the following statements are true about Lambda?

You pay for compute time you consume for AWS Lambda

AWS Lambda allows you to orchestrate and manage Docker containers to facilitate complex containerized applications on AWS

AWS Lambda provides access to the underlying operating system to control its behavior through code

AWS Lambda lets you run code without provisioning or managing servers

A

You pay for compute time you consume for AWS Lambda

AWS Lambda lets you run code without provisioning or managing servers