Confluent Certified Administrator for Apache Kafka (CCAAK) — Question 3
Which secure communication is supported between the REST proxy and REST clients?
Answer options
- A. TLS (HTTPS)
- B. MD5
- C. SCRAM
- D. Kerberos
Correct answer: A
Explanation
The correct answer is A, TLS (HTTPS), which is a secure protocol used for encrypted communication over a computer network. Options B (MD5) and C (SCRAM) are not secure communication protocols, but rather hashing algorithms and authentication mechanisms, respectively. Option D (Kerberos) is a network authentication protocol and does not directly relate to the communication between REST proxy and clients.