Question 90:
HikeHills.com (HH) is an online specialty retailer that sells clothing and outdoor refreshment gear for trekking, go camping, boulevard biking, mountain biking, rock hiking, ice mountaineering, skiing, avalanche protection, snowboarding, fly fishing, kayaking, rafting, road and trace running, and many more. HH runs their entire online infrastructure on java based web applications running on AWS. The HH is capturing click stream data and use custom-build recommendation engine to recommend products which eventually improve sales, understand customer preferences and already using AWS kinesis KPL to collect events and transaction logs and process the stream. HH is planning to consider Kinesis Streams to address integration and the architecture team is planning to define naming standards for each component in the streams. Please advice. Select 3 options.
Answer options:
A.Stream is a set of shards, A shard has a sequence of data records B.Shard is a set of streams, A stream has a set of data records C.Stream is a set of records, A record has a sequence of shards D.Data records are composed of a sequence number, a partition key, and a data blob, which is an immutable sequence of bytes E.Data streams are composed of a sequence number, a partition key, and a data blob, which is an immutable sequence of bytes F.Data shards are composed of a sequence number, a partition key, and a data blob, which is an immutable sequence of bytes G.A data stream’s retention period is set to a default of 24 hours after creation H. A data record’s retention period is set to a default of 24 hours after creation