test the basics

test the basics

1st - 10th Grade

8 Qs

quiz-placeholder

Similar activities

Level 1 Unit Review: Storage Management

Level 1 Unit Review: Storage Management

10th Grade

13 Qs

แบบทดสอบ คำถามเรื่อง "IoT" Internet of Thing  - 621120520

แบบทดสอบ คำถามเรื่อง "IoT" Internet of Thing - 621120520

6th Grade

10 Qs

DevOps BKK #2

DevOps BKK #2

1st - 5th Grade

7 Qs

Confluent Basic Quiz

Confluent Basic Quiz

1st - 10th Grade

10 Qs

Studio - U3 - LO2-2.2 Types of Attackers

Studio - U3 - LO2-2.2 Types of Attackers

9th Grade

10 Qs

Q3 M2 PRE-TEST

Q3 M2 PRE-TEST

10th Grade

10 Qs

Internet of Things and MQTT Protocol Quiz

Internet of Things and MQTT Protocol Quiz

9th Grade

11 Qs

File Structure & Partitions

File Structure & Partitions

10th - 11th 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