nerdexam
Confluent

CCDAK · Question #128

You want to perform table lookups against a KTable everytime a new record is received from the KStream. What is the output of KStream-KTable join?

The correct answer is D. Kstream. Here KStream is being processed to create another KStream.

Developing with Kafka Streams

Question

You want to perform table lookups against a KTable everytime a new record is received from the KStream. What is the output of KStream-KTable join?

Options

  • AKTable
  • BGlobalKTable
  • CYou choose between KStream or KTable
  • DKstream

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    3% (1)
  • D
    91% (29)

Explanation

Here KStream is being processed to create another KStream.

Topics

#KStream-KTable join#join output type#stream processing

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice