가장 많이 묻는 면접 질문과 답변 & 온라인 테스트
면접 준비, 온라인 테스트, 튜토리얼, 라이브 연습을 위한 학습 플랫폼

집중 학습 경로, 모의고사, 면접 준비 콘텐츠로 실력을 키우세요.

WithoutBook은 주제별 면접 질문, 온라인 연습 테스트, 튜토리얼, 비교 가이드를 하나의 반응형 학습 공간으로 제공합니다.

Prepare Interview

Cassandra 면접 질문과 답변

Ques 21. How does Cassandra handle data distribution across nodes?

Cassandra uses a consistent hashing algorithm to distribute data across nodes in the cluster. This ensures a uniform distribution of data and facilitates efficient data retrieval.

도움이 되었나요? Add Comment View Comments
 

Ques 22. Explain the concept of a quorum in Cassandra.

A quorum in Cassandra is a majority of replicas that must respond for a read or write operation to be considered successful. The quorum level is configurable and is used to ensure consistency in distributed systems.

도움이 되었나요? Add Comment View Comments
 

Ques 23. What are the different compaction strategies in Cassandra?

Cassandra supports several compaction strategies, including SizeTieredCompactionStrategy, LeveledCompactionStrategy, and TimeWindowCompactionStrategy. Each strategy has its own advantages and is suited for specific use cases.

도움이 되었나요? Add Comment View Comments
 

Ques 24. Explain the concept of tombstones in Cassandra.

Tombstones in Cassandra are markers used to represent deleted data. They are necessary for eventual consistency and are used during the process of data cleanup and compaction.

도움이 되었나요? Add Comment View Comments
 

Ques 25. What is a lightweight transaction in Cassandra?

A lightweight transaction in Cassandra is a form of conditional update that ensures atomicity and isolation. It allows for conditional updates based on the current state of the data.

도움이 되었나요? Add Comment View Comments
 

Most helpful rated by users:

Copyright © 2026, WithoutBook.