Domain 2: Design High-Performing Architectures Flashcards

1
Q

Implement a fanout messaging.

A

Create an SNS topic with a message filtering policy and configure multiple SQS queues to subscribe to the topic.

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

A database that has a read replication latency of less than 1 second.

A

Use Amazon Aurora with cross-region replicas.

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

A specific type of Elastic Load Balancer that uses UDP as the protocol for communication between clients and thousands of game servers around the world.

A

Use Network Load Balancer for TCP/UDP protocols.

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

Monitor the memory and disk space utilization of an EC2 instance.Retrieve a subset of data from a large CSV file stored in the S3 bucket.

A

Install Amazon CloudWatch agent on the instance.

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

Retrieve a subset of data from a large CSV file stored in the S3 bucket.

A

Perform an S3 Select operation based on the bucket’s name and object’s key.

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

Upload 1 TB file to an S3 bucket.

A

Use Amazon S3 multipart upload API to upload large objects in parts.

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

Improve the performance of the application by reducing the response times from milliseconds to microseconds.

A

Use Amazon DynamoDB Accelerator (DAX)

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

Retrieve the instance ID, public keys, and public IP address of an EC2 instance.

A

Access the URL: http://169.254.169.254/latest/meta-data/ using the EC2 instance.

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

Route the internet traffic to the resources based on the location of the user.

A

Use Route 53 Geolocation Routing policy.

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