Question 129:
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. Tick-Bank uses KPL to process the data and KCL library to consume the records. Tick-Bank has multiple data streams supporting various business processes. Since the amount of data generated by stream is very small, planning to use API operation PutRecords to send multiple Kinesis Data Streams records to one or more shards in your Kinesis data stream. Please detail the specifications of implementation. Select 3 options.
Answer options:
A.Batchingof records is part of implementation. B.Batchingof records is not a part of implementation. C.Perform aggregation by storing multiple records within a single Kinesis Data Streams record. D.Perform collection by send multiple Kinesis Data Streams records to one or more shards in your Kinesis data stream. E.Aggregation and Collection cannot coexist and cannot be turned on or off independently of one another.