AWS Quest 3 Test Flashcards

1
Q

Which of the following is not an RDS database offered?

A

MongoDB

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

Which kind of database should be used to store unstructured data as key value pairs?

A

DynamoDB

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

True or False: You have just as much control over an RDS instance as you have with an EC2 instance

A

false

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

You are billed for RDS snapshots:

A

Incrementally, just like EBS snapshots

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

How many copies of data does Aurora maintain to maximize availability and durability?

A

2 data copies across 3 availability zones = 6 copies

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

What is the difference between Redshift and Elastic Map Reduce? (choose 2)

A
  1. Redshift is intended for data warehousing and running complex SQL requests
  2. EMR is intended for on demand big data processing workloads (YES)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

True or False: Redshift leader nodes coordinate parallel execution of plans with compute nodes and aggregate the results into a response

A

true

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

Aurora is compatible with: (choose 2)

A
  1. MySQL

2. PostgreSQL

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

Which caching engine best supports more advanced data structures and a more rich feature set?

A

Redis

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

Which of the following is an example of a 2nd level domain?

A

the “skillstorm” in www.skillstorm.com

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

Which of the following would you use to direct traffic from a top level domain to a load balancer?

A

An ALIAS record

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

Which routing policy should be used to route traffic based on the location of users and the location of the resources themselves?

A

Geoproximity Routing

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

Which of the following routing policies will send traffic to a list of endpoints randomly, acting as an inexpensive load balancer?

A

Simple Routing

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

If a business was using AWS for their videogame, and needed to direct traffic to servers that would provide the best user experience, which routing policy should be used?

A

Latency Routing

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

What is the purpose of a root name server in the DNS process?

A

To find and direct traffic to the name server for the top level domain

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

Which of the following routing policies should you use if you needed to route traffic to different endpoints in predefined proportions?

A

Weighted Routing

17
Q

True or False: Load balancers automatically get assigned a public IP address

A

false

18
Q

Which of the following load balancers operates at layer 7?

A

An application load balancer

19
Q

Which of the following load balancers can operate at layers 4 and 7?

A

An application load balancer

20
Q

True or False: New AWS accounts are able to launch EC2 classic instances

A

false

21
Q

If your load balancer responds with a 504 error, what does this mean?

A

The server behind the load balancer is likely having an issue

22
Q

If an EC2 instance needed to check the IP addresses of users that send requests that are routed through a load balancer, how would they be able to do it?

A

Check the request’s x-forwarded-for header

23
Q

Choose the most appropriate auto scaling option for the following scenario:

A retail business has an auto scaling group supporting their website. They typically receive consistent traffic until they decide to launch sales. When they do, they see a large increase of traffic to their website.

A

Manual scaling