Question 16

(Which configuration is valid for deploying a JDBC Source Connector to read all rows from the orders table and write them to the dbl-orders topic?)
  • Question 17

    A consumer application runs once a week and reads from a Kafka topic. The last time the application ran, the last offset processed was 217. The application is configured with auto.offset.reset set to "latest". The current offsets in the topic start at 318 and end at 588.
    What offset will the application start reading when it starts up for its next run?
  • Question 18

    (You are building real-time streaming applications using Kafka Streams.
    Your application has a custom transformation.
    You need to define custom processors in Kafka Streams.
    Which tool should you use?)
  • Question 19

    You are experiencing low throughput from a Java producer.
    Metrics show low I/O thread ratio and low I/O thread wait ratio.
    What is the most likely cause of the slow producer performance?
  • Question 20

    What are stateful operations in Kafka Streams API? (Choose 2.)