Kinesis Flashcards

1
Q

_____ is a platform on AWS to send your streaming data to.

A

Kinesis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

____ makes it easy to load and analyze streaming data, and also providing the ability for you to build your own custom apps for your business needs.

A

Kinesis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

______ data is data that is generated continuously by thousands of data sources, which typically send in the data records simultaneously, and in small sizes (order of KB).

A

streaming

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

which are Types of streaming data:

  1. purchases online
  2. stock prices
  3. game data (as the game plays)
  4. social network data
  5. geospacial data (think uber)
  6. IOT sensor data
A

all of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The 3 Kinesis services are:

A
  1. Kinesis Data Stream: is a massively scalable and durable real-time data streaming service.
  2. Kinesis Firehose: is the easiest way to reliably load streaming data into data lakes, data stores, and analytics services.
  3. Kinesis Analytics: provides built-in functions to filter, aggregate, and transform streaming data for advanced analytics.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Kinesis Streams consist of ____

A

Shards.

Shard is the base throughput unit of an Amazon Kinesis data stream. One shard provides a capacity of 1MB/sec data input and 2MB/sec data output. One shard can support up to 1000 PUT records per second. You will specify the number of shards needed when you create a data stream.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

___ transactions / second for reads, up to a max total data read rate of ___MB/second and UP to _____ records/second for writes, up to a max total data write rate of __MB/second (including partition keys).

A

5,

2,

1,000,

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The data capacity of the stream is a function of the number of _____that you specify for the stream. The total capacity of the stream is the sum of the capacities of its _____.

A

Shards

How well did you know this?
1
Not at all
2
3
4
5
Perfectly