Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Confluent CCDAK Exam - Topic 4 Question 91 Discussion

If I want to send binary data through the REST proxy to topic "test_binary", it needs to be base64 encoded. A consumer connecting directly into the Kafka topic
B) binary data
A) 'test_binary' will receive
C) avro data
D) json data
E) base64 encoded data, it will need to decode it

Confluent CCDAK Exam - Topic 4 Question 91 Discussion

Actual exam question for Confluent's CCDAK exam
Question #: 91
Topic #: 4
[All CCDAK Questions]

If I want to send binary data through the REST proxy to topic "test_binary", it needs to be base64 encoded. A consumer connecting directly into the Kafka topic

Show Suggested Answer Hide Answer
Suggested Answer: B

On the producer side, after receiving base64 data, the REST Proxy will convert it into bytes and then send that bytes payload to Kafka. Therefore consumers reading directly from Kafka will receive binary data.


Contribute your Thoughts:

0/2000 characters
Howard
2 hours ago
It definitely needs to be base64 encoded.
upvoted 0 times
...
Cruz
5 days ago
No way, it’s not avro or json!
upvoted 0 times
...
Roselle
10 days ago
Wait, so it has to be decoded? That’s new to me.
upvoted 0 times
...
Ronnie
16 days ago
Agree, it’s all about that encoding!
upvoted 0 times
...
Mariko
2 months ago
I think the consumer will get binary data directly.
upvoted 0 times
...
Catarina
2 months ago
It definitely needs to be base64 encoded.
upvoted 0 times
...
Minna
3 months ago
I feel like I might be mixing things up, but I thought avro data was also a possibility. Is that option C?
upvoted 0 times
...
Telma
3 months ago
I practiced a similar question, and I believe the answer is E. The consumer has to decode the base64 before processing it.
upvoted 0 times
...
Golda
3 months ago
I'm not entirely sure, but I remember something about binary data being sent directly without encoding. Could it be option B?
upvoted 0 times
...
Natalya
3 months ago
I think the consumer will receive the base64 encoded data, so it will need to decode it, right? That sounds familiar.
upvoted 0 times
...

Save Cancel