100+ Free Apache Cassandra Developer Associate Practice Questions
Pass your Apache Cassandra Developer Associate Certification (DataStax) exam on the first try — instant access, no signup required.
Which protocol does Cassandra use for nodes to exchange state and membership information about one another?
Key Facts: Apache Cassandra Developer Associate Exam
60
Number of Questions
DataStax
70% (42/60)
Passing Score
DataStax
90 minutes
Time Limit
DataStax
$145 USD
Exam Fee (free voucher often available)
DataStax
DS201 + DS220
Recommended Learning Path
DataStax Academy
Online proctored
Delivery Format
DataStax
The DataStax Apache Cassandra Developer Associate exam has 60 questions in 90 minutes and requires 70% (42 of 60) to pass, for a $145 fee that is often waived by a free voucher after the Academy learning path. It is online proctored and aligns to DS201 (Foundations) and DS220 (Data Modeling). Coverage centers on query-first data modeling, partition and clustering keys, denormalization, CQL collections, UDTs, materialized views, and batches, plus Cassandra architecture and tunable consistency.
Sample Apache Cassandra Developer Associate Practice Questions
Try these sample questions to test your Apache Cassandra Developer Associate exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.
1In Apache Cassandra, which component determines which node in the ring is responsible for storing a given row?
2What is the default partitioner used by modern Apache Cassandra clusters?
3Which protocol does Cassandra use for nodes to exchange state and membership information about one another?
4What is the primary purpose of a snitch in a Cassandra cluster?
5Which replication strategy is recommended for production clusters that may span multiple datacenters?
6When a node responsible for a write is temporarily down, what mechanism lets the coordinator store the write and deliver it later?
7On the Cassandra write path, where is data first recorded to guarantee durability before it is acknowledged?
8Which statement about SSTables in Cassandra is correct?
9During a read, which structure helps Cassandra quickly skip SSTables that cannot contain the requested partition key?
10What role does the coordinator node play in a Cassandra read or write request?
About the Apache Cassandra Developer Associate Exam
The Apache Cassandra Developer Associate certification from DataStax validates the ability to model data and build applications on Apache Cassandra using CQL. It maps to the DataStax Academy developer learning path of DS201 (Foundations of Apache Cassandra) and DS220 (Data Modeling). The exam emphasizes the developer role, query-first data modeling, partition and clustering key design, denormalization, and CQL features such as collections, user-defined types, materialized views, and batches, rather than cluster operations. Candidates must also understand Cassandra's distributed architecture, tunable consistency levels, lightweight transactions, and TTL well enough to design correct, performant schemas.
Questions
60 scored questions
Time Limit
90 minutes
Passing Score
70% (42 of 60)
Exam Fee
$145 (DataStax)
Apache Cassandra Developer Associate Exam Content Outline
Cassandra architecture and distributed-systems fundamentals
Understand ring topology and the Murmur3 partitioner, replication strategies (SimpleStrategy vs NetworkTopologyStrategy), gossip, snitches, hinted handoff, read repair, compaction, tombstones, and the commit-log, memtable, and SSTable read and write paths.
Data modeling
Apply query-first design: pick partition keys for even distribution, use clustering columns for ordering and range queries, denormalize into table-per-query designs, use Chebotko diagrams, bound partition growth with time bucketing, and avoid anti-patterns like unbounded partitions and ALLOW FILTERING.
CQL and storing/retrieving data
Write CQL to create keyspaces and tables, perform INSERT/UPDATE/DELETE/SELECT upserts, manage collections (set, list, map) and user-defined types, use frozen types, secondary indexes, materialized views, and batches, and apply LIMIT, ORDER BY, and TOKEN().
Tunable consistency, transactions, and TTL
Choose consistency levels (ONE, QUORUM, LOCAL_QUORUM, ANY), apply the R + W > RF strong-consistency rule, use lightweight transactions (Paxos) and counters appropriately, set USING TTL and USING TIMESTAMP, and reason about last-write-wins conflict resolution.
How to Pass the Apache Cassandra Developer Associate Exam
What You Need to Know
- Passing score: 70% (42 of 60)
- Exam length: 60 questions
- Time limit: 90 minutes
- Exam fee: $145
Keys to Passing
- Complete 500+ practice questions
- Score 80%+ consistently before scheduling
- Focus on highest-weighted sections
- Use our AI tutor for tough concepts
Apache Cassandra Developer Associate Study Tips from Top Performers
Frequently Asked Questions
What are the exam facts for the Cassandra Developer Associate certification?
The DataStax Apache Cassandra Developer Associate exam has 60 questions, runs 90 minutes, and requires 70% (42 of 60) to pass. The fee is $145 USD, though a free voucher is commonly offered after completing the DataStax Academy developer learning path. It is delivered online with remote proctoring.
How is the developer exam different from the Cassandra administrator exam?
The developer path (DS201 plus DS220) focuses on CQL and data modeling: partition and clustering key design, denormalization, collections, UDTs, and consistency for application development. The administrator path (DS201 plus DS210) instead emphasizes cluster operations such as deployment, configuration, repair, and tuning.
Which courses prepare me for the Cassandra Developer exam?
DataStax recommends DS201 (Foundations of Apache Cassandra) for architecture and CQL basics, and DS220 (Data Modeling) for query-first design, partition keys, clustering columns, denormalization, and Chebotko notation. They are recommended but not strictly required.
What is the most important data-modeling principle tested?
Query-first design: identify the application's read queries first, then build one denormalized table per query. The partition key should distribute data evenly, clustering columns should order rows for the query, and partitions should stay bounded to avoid hot or oversized partitions.
Do I need to know consistency levels for the developer exam?
Yes. You should know ONE, QUORUM, LOCAL_QUORUM, and ANY, the strong-consistency rule R + W > RF (for RF=3, QUORUM reads and writes give 2 + 2 > 3), lightweight transactions via Paxos, and last-write-wins conflict resolution.
Is the Cassandra Developer certification relevant to DataStax Astra DB?
Yes. Astra DB is a serverless Cassandra-as-a-service built on Apache Cassandra, so the same CQL and data-modeling principles apply. Astra DB adds REST, GraphQL, and Document APIs and uses a secure connect bundle with an application token for connections.