List of questions
Related questions
Question 8 - BDS-C00 discussion
A web-hosting company is building a web analytics tool to capture clickstream data from all of the websites hosted within its platform and to provide near-realtime business intelligence. This entire system is built on AWS services. The webhosting company is interested in using Amazon Kinesis to collect this data and perform sliding window analytics.
What is the most reliable and fault-tolerant technique to get each website to send data to Amazon Kinesis with every click?
A.
After receiving a request, each web server sends it to Amazon Kinesis using the Amazon Kinesis PutRecord API. Use the sessionID as a partition key and setup a loop to retry until a success response is received.
B.
After receiving a request, each web server sends it to Amazon Kinesis using the Amazon Kinesis Producer Library .addRecords method.
C.
Each web server buffers the requests until the count reaches 500 and sends them to Amazon Kinesis using the Amazon Kinesis PutRecord API call.
D.
After receiving a request, each web server sends it to Amazon Kinesis using the Amazon Kinesis PutRecord API. Use the exponential back-off algorithm forretries until a successful response is received.
Your answer:
0 comments
Sorted by
Leave a comment first