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

This schema excerpt is an example of which schema format?
package com.mycorp.mynamespace;
message SampleRecord {
int32 Stock = 1;
double Price = 2;
string Product_Name = 3;
}

解説: (GoShiken メンバーにのみ表示されます)
You need to consume messages from Kafka using the command-line interface (CLI).
Which command should you use?

解説: (GoShiken メンバーにのみ表示されます)
(You have a topic with four partitions. The application reading this topic is using a consumer group with two consumers.
Throughput is smoothly distributed among partitions, but application lag is increasing.
Application monitoring shows that message processing is consuming all available CPU resources.
Which action should you take to resolve this issue?)

解説: (GoShiken メンバーにのみ表示されます)
Your company has three Kafka clusters: Development, Testing, and Production.
The Production cluster is running out of storage, so you add a new node.
Which two statements about the new node are true?
(Select two.)

解説: (GoShiken メンバーにのみ表示されます)
Which two statements are correct about transactions in Kafka?
(Select two.)

解説: (GoShiken メンバーにのみ表示されます)
Where are source connector offsets stored?

解説: (GoShiken メンバーにのみ表示されます)
(You are configuring a source connector that writes records to an Orders topic.
You need to send some of the records to a different topic.
Which Single Message Transform (SMT) is best suited for this requirement?)

解説: (GoShiken メンバーにのみ表示されます)
You are composing a REST request to create a new connector in a running Connect cluster. You invoke POST /connectors with a configuration and receive a 409 (Conflict) response.
What are two reasons for this response? (Select two.)

解説: (GoShiken メンバーにのみ表示されます)
Clients that connect to a Kafka cluster are required to specify one or more brokers in the bootstrap.servers parameter.
What is the primary advantage of specifying more than one broker?

解説: (GoShiken メンバーにのみ表示されます)
(You want to read messages from all partitions of a topic in every consumer instance of your application.
How do you do this?)

解説: (GoShiken メンバーにのみ表示されます)