Practice test 4 Flashcards

1
Q

What is AWS X-Ray ?

A

Distribute tracing going through the API Gateway.

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

For EBS volumes, What is the volume queue length ?

A

Is the number of pending I/O requests for a device

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

For EBS Volumes. What is latency ?

A

Latency is the true end-to-end client time of an I/O operation

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

What are the advantages of a SQS FIFO Queue ?

A

FIFO

  • Keeps the original order.
  • Doesn’t duplicate events.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Amazon SWF ?

A

Amazon Simple Workflow Service.

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

Amazon Step Functions vs SWF

A

Watch video https://www.youtube.com/watch?v=D6qV3bC4rNw

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

Which useful guarantees around task assignments are offered by Amazon SWF ?

A
  • It ensures that a task is never duplicated.

- And that is assigned only once.

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

You need at least six instances running in three AZs in one region. How do you distribute the instances among the AZs in-case one of them fails?

A

Two solutions:

a) 3, 3, and 3.
b) 6, 6, and 0.

The key is that to guarantee 6 you may need to have more (e.g. 9 or 12).

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

What do you need to do to trigger AutoScale out when memory is high ?

A

You need to install the CloudWatch agent to be able to monitor high memory metric.

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

What is AWS DataSync ?

A

AWS DataSync simplifies, automates, and accelerates copying large amounts of data to and from AWS storage services over the internet

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

What happens when you enable Amazon S3 server access logs ?

A

Detailed records are generated for the requests that are made to an S3 bucket. They are copied to a target bucket.

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

What is S3 Transfer acceleration ?

A

Enables fast, easy, and secure transfer of files over long distances between your client and your Amazon S3 bucket

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

Metrics in RDS. Which are standard and which are enhanced:

A
Standard:
- CPUUtilization
-Read and Write Latency.
- Freeable Memory
Enhanced:
- A ton of OS metrics
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How to ensure that all objects uplodad to a bucket can be read publicly over the Internet ?

A

a) Configure the S3 bucket policy to set all objects to public read.
b) Grant public read access to the object when uploading it using S3 Console.

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

Which of these is Servless? AWS Step Function or SWF

A

AWS Step Functions

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

Where can you import SSL/TLS certificates ?

A
  • IAM Certificate Store
  • AWS Certificate Manager.

You could load certificates in CloudFront but you would not be able to share them with the ELB.

17
Q

How to configure RDS (mysql) for Active-Passive failover.

A

Create a stand by replica in another availability zone by enabling Multi-AZ deployment.

18
Q

Should you choose a Provisioned IOPS SSD if you only need ephemeral storage ?

A

No