ExamQuestions.com

Register
Login
AWS Certified Big Data Specialty (Expired on July 1, 2020) Exam Questions

Amazon

AWS Certified Big Data Specialty (Expired on July 1, 2020)

96 / 370

Question 96:

Tick-Bank is a privately held Internet retailer of both physical and digital products founded in 2008. The company has more than six-million clients worldwide. Tick-Bank aims to serve as a connection between digital content makers and affiliate dealers, who then promote them to clients. Tick-Bank`s technology aids in payments, tax calculations and a variety of customer service tasks. Tick-Bank assists in building perceptibility and revenue making opportunities for entrepreneurs.
Tick-Bank runs multiple java based web applications running on windows based EC2 machines in AWS managed by internal IT Java team, to serve various business functions. Tick-Bank is looking to enable web-site traffic analytics there by understanding user navigational behavior, preferences and other click related info. The amount of data captured per click is in tens of bytes. Tick-Bank has the following objectives in mind for the solution.
Optimize the overall platform costs by accumulating user records thereby improve throughput to the stream
Minimal changes to the web application by embedding simple code
Integrate seamlessly to de-aggregate batched records on the consumer
Long term storage into S3 storage bucket for future integration with the BI application
Select 2 options.

Answer options:

A.Use Kinesis Producer Library (KPL) micro servicesto make necessary code changes, aggregation of user records through batching thereby increasing throughput before stream record is processed and use Kinesis Client Library (KCL) tode-aggregate batched records from the stream
B.Use Kinesis Data Stream API with AWS SDK for java to aggregate using PutRecords and de-aggregate batched records using GetRecords
C.Use Kinesis agent to pre-process, aggregate, batch the clickstream data and use Kinesis Data Streams to de-aggregatebatched records
D.Use KCL uses Kinesis connector library to de-aggregate and write data to S3
E.Use Data Streams API to de-aggregate and write data to S3