├── .gitignore ├── Broker ├── Questions1.md ├── Questions2.md ├── Questions3.md └── README.md ├── CLI ├── Questions1.md ├── Questions2.md └── README.md ├── Cluster-Administration ├── Questions1.md └── README.md ├── Consumer ├── Questions1.md ├── Questions2.md ├── Questions3.md ├── Questions4.md └── README.md ├── KSQL ├── Questions1.md ├── Questions2.md ├── Questions3.md └── README.md ├── Kafka-Connect ├── Questions1.md ├── Questions2.md ├── Questions3.md ├── Questions4.md └── README.md ├── Kafka-Streams ├── Questions1.md ├── Questions2.md ├── Questions3.md └── README.md ├── LAST_MINUTE_REVIEW.md ├── LICENSE ├── Monitoring-Metrics ├── Questions1.md ├── Questions2.md ├── Questions3.md └── README.md ├── Producer ├── Questions1.md ├── Questions2.md ├── Questions3.md ├── Questions4.md └── README.md ├── README.md ├── REST Proxy ├── Questions1.md └── README.md ├── Schema-Registry ├── Questions1.md ├── Questions2.md ├── Questions3.md ├── Questions4.md └── README.md ├── Security ├── Questions1.md ├── Questions2.md ├── Questions3.md └── README.md ├── Topic ├── Questions1.md └── README.md └── Zookeeper ├── Questions1.md ├── Questions2.md ├── Questions3.md └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .history/ 2 | -------------------------------------------------------------------------------- /Broker/Questions1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Broker/Questions1.md -------------------------------------------------------------------------------- /Broker/Questions2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Broker/Questions2.md -------------------------------------------------------------------------------- /Broker/Questions3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Broker/Questions3.md -------------------------------------------------------------------------------- /Broker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Broker/README.md -------------------------------------------------------------------------------- /CLI/Questions1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/CLI/Questions1.md -------------------------------------------------------------------------------- /CLI/Questions2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/CLI/Questions2.md -------------------------------------------------------------------------------- /CLI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/CLI/README.md -------------------------------------------------------------------------------- /Cluster-Administration/Questions1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Cluster-Administration/Questions1.md -------------------------------------------------------------------------------- /Cluster-Administration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Cluster-Administration/README.md -------------------------------------------------------------------------------- /Consumer/Questions1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Consumer/Questions1.md -------------------------------------------------------------------------------- /Consumer/Questions2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Consumer/Questions2.md -------------------------------------------------------------------------------- /Consumer/Questions3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Consumer/Questions3.md -------------------------------------------------------------------------------- /Consumer/Questions4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Consumer/Questions4.md -------------------------------------------------------------------------------- /Consumer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Consumer/README.md -------------------------------------------------------------------------------- /KSQL/Questions1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/KSQL/Questions1.md -------------------------------------------------------------------------------- /KSQL/Questions2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/KSQL/Questions2.md -------------------------------------------------------------------------------- /KSQL/Questions3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/KSQL/Questions3.md -------------------------------------------------------------------------------- /KSQL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/KSQL/README.md -------------------------------------------------------------------------------- /Kafka-Connect/Questions1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Kafka-Connect/Questions1.md -------------------------------------------------------------------------------- /Kafka-Connect/Questions2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Kafka-Connect/Questions2.md -------------------------------------------------------------------------------- /Kafka-Connect/Questions3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Kafka-Connect/Questions3.md -------------------------------------------------------------------------------- /Kafka-Connect/Questions4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Kafka-Connect/Questions4.md -------------------------------------------------------------------------------- /Kafka-Connect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Kafka-Connect/README.md -------------------------------------------------------------------------------- /Kafka-Streams/Questions1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Kafka-Streams/Questions1.md -------------------------------------------------------------------------------- /Kafka-Streams/Questions2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Kafka-Streams/Questions2.md -------------------------------------------------------------------------------- /Kafka-Streams/Questions3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Kafka-Streams/Questions3.md -------------------------------------------------------------------------------- /Kafka-Streams/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Kafka-Streams/README.md -------------------------------------------------------------------------------- /LAST_MINUTE_REVIEW.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/LAST_MINUTE_REVIEW.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/LICENSE -------------------------------------------------------------------------------- /Monitoring-Metrics/Questions1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Monitoring-Metrics/Questions1.md -------------------------------------------------------------------------------- /Monitoring-Metrics/Questions2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Monitoring-Metrics/Questions2.md -------------------------------------------------------------------------------- /Monitoring-Metrics/Questions3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Monitoring-Metrics/Questions3.md -------------------------------------------------------------------------------- /Monitoring-Metrics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Monitoring-Metrics/README.md -------------------------------------------------------------------------------- /Producer/Questions1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Producer/Questions1.md -------------------------------------------------------------------------------- /Producer/Questions2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Producer/Questions2.md -------------------------------------------------------------------------------- /Producer/Questions3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Producer/Questions3.md -------------------------------------------------------------------------------- /Producer/Questions4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Producer/Questions4.md -------------------------------------------------------------------------------- /Producer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Producer/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/README.md -------------------------------------------------------------------------------- /REST Proxy/Questions1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/REST Proxy/Questions1.md -------------------------------------------------------------------------------- /REST Proxy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/REST Proxy/README.md -------------------------------------------------------------------------------- /Schema-Registry/Questions1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Schema-Registry/Questions1.md -------------------------------------------------------------------------------- /Schema-Registry/Questions2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Schema-Registry/Questions2.md -------------------------------------------------------------------------------- /Schema-Registry/Questions3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Schema-Registry/Questions3.md -------------------------------------------------------------------------------- /Schema-Registry/Questions4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Schema-Registry/Questions4.md -------------------------------------------------------------------------------- /Schema-Registry/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Schema-Registry/README.md -------------------------------------------------------------------------------- /Security/Questions1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Security/Questions1.md -------------------------------------------------------------------------------- /Security/Questions2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Security/Questions2.md -------------------------------------------------------------------------------- /Security/Questions3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Security/Questions3.md -------------------------------------------------------------------------------- /Security/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Security/README.md -------------------------------------------------------------------------------- /Topic/Questions1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Topic/Questions1.md -------------------------------------------------------------------------------- /Topic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Topic/README.md -------------------------------------------------------------------------------- /Zookeeper/Questions1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Zookeeper/Questions1.md -------------------------------------------------------------------------------- /Zookeeper/Questions2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Zookeeper/Questions2.md -------------------------------------------------------------------------------- /Zookeeper/Questions3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Zookeeper/Questions3.md -------------------------------------------------------------------------------- /Zookeeper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielsobrado/CCDAK-Exam-Questions/HEAD/Zookeeper/README.md --------------------------------------------------------------------------------