Application Integration Quiz

A short quiz to jog your memory

1

There is expected to be a large increase in write-intensive traffic to a website you manage that registers users onto an online learning program. You are concerned about writes to the database being dropped and need to come up with a solution to ensure that this does not happen. Which of the solution options below would be the best approach to take?

A)

Update the application to write data to an SQS queue, and provision additional EC2 instances to process the data and write it to the database.

B)

Use RDS in a Multi-AZ configuration to distribute writes across AZs.

C)

Update the application to write data to an S3 bucket, and provision additional EC2 instances to process the data and write it to the database.

D)

Use CloudFront to cache the writes and configure the database as a custom origin.

Question 1 of 60 attempted

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.