Spring Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Pearson CCDAK New Attempt

Page: 3 / 7
Total 90 questions

Confluent Certified Developer for Apache Kafka Certification Examination Questions and Answers

Question 9

(You have a Kafka Connect cluster with multiple connectors deployed.

One connector is not working as expected.

You need to find logs related to that specific connector to investigate the issue.

How can you find the connector’s logs?)

Options:

A.

Modify the log4j.properties file to enable connector context.

B.

Change the log level to DEBUG to include connector context information.

C.

Modify the log4j.properties file to add a dedicated log appender for the connector.

D.

Make no change; there is no way to isolate connector logs.

Question 10

Which two producer exceptions are examples of the class RetriableException? (Select two.)

Options:

A.

LeaderNotAvailableException

B.

RecordTooLargeException

C.

AuthorizationException

D.

NotEnoughReplicasException

Question 11

Which configuration allows more time for the consumer poll to process records?

Options:

A.

session.timeout.ms

B.

heartbeat.interval.ms

C.

max.poll.interval.ms

D.

fetch.max.wait.ms

Question 12

(You need to send a JSON message on the wire. The message key is a string.

How would you do this?)

Options:

A.

Specify a key serializer class for the JSON contents of the message’s value. Set the value serializer class to null.

B.

Specify a value serializer class for the JSON contents of the message’s value. Set a key serializer for the string value.

C.

Specify a value serializer class for the JSON contents of the message’s value. Set the key serializer class to null.

D.

Specify a value serializer class for the JSON contents of the message’s value. Set the key serializer class to JSON.

Page: 3 / 7
Total 90 questions