CCDAK 無料問題集「Confluent Certified Developer for Apache Kafka Certification Examination」

An application is consuming messages from Kafka.
The application logs show that partitions are frequently being reassigned within the consumer group.
Which two factors may be contributing to this?
(Select two.)

正解:B、C 解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
You use Kafka Connect with the JDBC source connector to extract data from a large database and push it into Kafka.
The database contains tens of tables, and the current connector is unable to process the data fast enough.
You add more Kafka Connect workers, but throughput doesn't improve.
What should you do next?

解説: (JPNTest メンバーにのみ表示されます)
We want the average of all events in every five-minute window updated every minute. What kind of Kafka Streams window will be required on the stream?

解説: (JPNTest メンバーにのみ表示されます)
Which configuration determines how many bytes of data are collected before sending messages to the Kafka broker?

Which two statements are correct about transactions in Kafka?
(Select two.)

正解:D、E 解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
Which of the following Kafka Streams operators are stateful? (select all that apply)

正解:A、C、D、E 解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
StreamsBuilder builder = new StreamsBuilder();
KStream<String, String> textLines = builder.stream("word-count-input"); KTable<String, Long> wordCounts = textLines
.mapValues(textLine -> textLine.toLowerCase())
.flatMapValues(textLine -> Arrays.asList(textLine.split("\W+")))
.selectKey((key, word) -> word)
.groupByKey()
.count(Materialized.as("Counts"));
wordCounts.toStream().to("word-count-output", Produced.with(Serdes.String(), Serdes.Long())); builder.build(); What is an adequate topic configuration for the topic word-count-output?

解説: (JPNTest メンバーにのみ表示されます)
I am producing Avro data on my Kafka cluster that is integrated with the Confluent Schema Registry. After a schema change that is incompatible, I know my data will be rejected. Which component will reject the data?

解説: (JPNTest メンバーにのみ表示されます)
What is the default maximum size of a message the Apache Kafka broker can accept?

解説: (JPNTest メンバーにのみ表示されます)
Which of the following is true regarding thread safety in the Java Kafka Clients?

正解:A、C 解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
Which is an optional field in an Avro record?

解説: (JPNTest メンバーにのみ表示されます)
Select all the way for one consumer to subscribe simultaneously to the following topics - topic.history, topic.
sports, topic.politics? (select two)

正解:B、C 解答を投票する
解説: (JPNTest メンバーにのみ表示されます)

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡