A business has integrated a clickstream onto their website in order to evaluate traffic. The website sends each page req

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

A business has integrated a clickstream onto their website in order to evaluate traffic. The website sends each page req

Post by answerhappygod »

A business has integrated a clickstream onto their website in order to evaluate traffic. The website sends each page request to an Amazon Kinesis stream through the PutRecord API function, using the page name as the partition key. A support engineer sees many events in the application logs during periods of high website traffic.
ProvisionedThroughputExcededException

What should be done in the most cost-effective manner possible to address the issue?

A. Create multiple Amazon Kinesis streams for page requests to increase the concurrency of the clickstream.
B. Increase the number of shards on the Kinesis stream to allow for more throughput to meet the peak spikes in traffic.
C. Modify the application to use on the Kinesis Producer Library to aggregate requests before sending them to the Kinesis stream.
D. Attach more consumers to the Kinesis stream to process records in parallel, improving the performance on the stream. B
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This topic has 1 reply

You must be a registered member and logged in to view the replies in this topic.


Register Login
 
Post Reply