test the basics

test the basics

1st - 10th Grade

8 Qs

quiz-placeholder

Similar activities

Data analitycs open-source tools

Data analitycs open-source tools

3rd Grade

11 Qs

Observabilidad

Observabilidad

KG - 4th Grade

10 Qs

fast test de literatura

fast test de literatura

5th Grade

4 Qs

IoT with EV3 Quiz

IoT with EV3 Quiz

10th Grade - Professional Development

12 Qs

10 CT Analysing Data Wk12 PreQuiz

10 CT Analysing Data Wk12 PreQuiz

9th Grade

10 Qs

TEKNOLOGI PERKANTORAN X OTKP 1, RABU 28 APRIL 2021

TEKNOLOGI PERKANTORAN X OTKP 1, RABU 28 APRIL 2021

10th Grade

10 Qs

Quiz tlj

Quiz tlj

3rd Grade

5 Qs

อินเทอร์เน็ตของสรรพสิ่ง

อินเทอร์เน็ตของสรรพสิ่ง

9th Grade

10 Qs

test the basics

test the basics

Assessment

Quiz

Computers

1st - 10th Grade

Medium

Created by

Mireille

Used 4+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The red outlined numbers are called offsets, the offset points to:

the last message a consumer read from a partition

the first message a consumer should read when it fetches a new batch of messages

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Kafka is a distributed system. The nodes or servers in Kafka are also called :

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a topic has a replication factor of 3, what maximum number of brokers can be stopped without impacting the topic availability?

1

2

3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To get acknowledgment of writes to only the partition leader, we need to use the config:

acks=0

acks=1

acks=all

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Kafka Consumer offsets are stored in

Kafka

Zookeeper

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kafka messages can never be

deleted

added twice

updated

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kafka guarantees the message order

within a partition

within a topic

no guarantees

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Every broker

Contains all topics and partitions 

Contains a subset of topics and portions