Domain 2: Design High-Performing Architectures Flashcards

1
Q

Scenario:

Implement a fanout messaging.

A

Solution:

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

Scenario:

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

A

Solution:

Use Amazon Aurora with cross-region replicas.

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

Scenario:

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

Solution:

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

Scenario:

Monitor the memory and disk space utilization of an
EC2 i nstance.

A

Solution:

Install Amazon CloudWatch agent on the instance.

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

Scenario:

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

A

Solution:

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

Scenario:

Upload 1 TB file to an S3 bucket.

A

Solution:

Use Amazon S3 multipart upload API to upload l arge
objects i n parts.

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

Scenario:

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

A

Solution:

Use Amazon DynamoDB Accelerator (DAX)

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

Scenario:

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

A

Solution:

Access the url:
http://169.254.169.254/latest/meta-data/ using the
EC2 i nstance.

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

Scenario:

Route the i nternet traffic to the resources based on the
location of the user.

A

Solution:

Use Route 53 Geolocation Routing policy.

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