Kafka

Kafka

University

16 Qs

quiz-placeholder

Similar activities

Data base Management System

Data base Management System

University

11 Qs

Daily Srum (DG)

Daily Srum (DG)

10th Grade - University

20 Qs

Modern Data Architectures Quiz 1.3

Modern Data Architectures Quiz 1.3

University

16 Qs

Big Data quiz #ITsubbotnik

Big Data quiz #ITsubbotnik

University - Professional Development

13 Qs

DATABASE

DATABASE

University

20 Qs

Data Structure

Data Structure

University

20 Qs

Sistem Informasi Manajemen

Sistem Informasi Manajemen

University

20 Qs

Business Information System PreTest2

Business Information System PreTest2

University

20 Qs

Kafka

Kafka

Assessment

Quiz

Computers

University

Medium

Created by

Aka People

Used 17+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In Kafka records are published to:

A Category

A Subject

A Topic

A Table

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A Kafka record is uniquely identified within the Partition by its:

Primary Key

Timestamp

Offset

Identifier

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which statement about Kafka topics is true?

Only a single producer can write data to a topic

Only a single consumer can subscribe to the data written to a topic

Multiple consumers can subscribe to the data written to a topic

A consumer can insert data into any position within a topic

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which statement about the lifetime of a Kafka record is true?

After a record is consumed, it becomes invisible to other Consumers for a defined invisibility period

A record is persisted until the defined retention period

A Consumer must delete processed records to prevent reprocessing

A Consumer must move the record to an internal topic for deletion

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which setting of a Kafka Topic enables automatic failover when a server in the cluster fails?

Compression type

Segment index bytes

Partition count

Replication factor

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

With the default settings of a Kafka Producer, which part of a record is used to determine its target Partition within the topic?

Record key

Record value

Header key

Record TImestamp

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Given the requirement to stream every record in a Kafka Topic to Elasticsearch for a search index, which technology would provide a scalable and reliable solution with no custom coding?

Producer API

Consumer API

Kafka Streams

Kafka Connect

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?