CDP Data Analyst
Cloudera logo

CDP Data Analyst

CDP-4001

Master Cloudera's CDP Data Analyst certification to validate your skills in data preparation, analysis, and visualization using modern big data tools.

Exam syllabus, organized by domain

Try a real question

Sample CDP Data Analyst exam question

Answer this question the same way you would on exam day. No sign-up needed — one random question, three tries to swap it out.

MasterData Preparation

Examine the streaming code snippet. After reading from Kafka, the 'value' column is binary and cannot be parsed. Which necessary operation is absent?

scala
val df = spark.readStream
  .format("kafka")
  .option("kafka.bootstrap.servers", "localhost:9092")
  .option("subscribe", "transactions")
  .load()

df.selectExpr("CAST(value AS STRING)").show()

Frequently asked questions

Key facts about the CDP Data Analyst certification and how to prepare for it.

Skills & Requirements

What you need to know before attempting the CDP Data Analyst exam.