1. In which type of NoSQL database is data organized into column families?
2. In distributed systems adhering to the CAP Theorem, what might be sacrificed during network partitions?
3. What does "Partition tolerance" mean in the context of the CAP Theorem?
4. What does the "B" in BASE stand for?
5. In BASE, what is the meaning of "E"?
6. Which backup method involves taking a snapshot of the entire NoSQL database at a specific point in time?
7. What is a significant advantage of NoSQL databases when it comes to handling unstructured and semi-structured data?
8. Which type of data migration moves data from one NoSQL database to another while preserving the data structure?
9. In a distributed NoSQL system, which consistency model offers the lowest consistency guarantees but the highest availability and partition tolerance?
10. Which authentication method commonly secures access to NoSQL databases?
11. Which NoSQL database is designed for high availability and partition tolerance?
12. Which type of data migration typically involves copying the entire dataset to the target NoSQL database?
13. Which type of attack attempts to guess a user's password repeatedly?
14. What type of NoSQL database is suitable for highly connected data?
15. What is one of the main advantages of schema-less design in NoSQL databases?
16. Which type of cache is typically used for improving read performance in NoSQL databases?
17. Which NoSQL database consistency model aims to achieve the best possible consistency within the constraints of a distributed system?
18. Which NoSQL database is often used for caching and session management?
19. What type of data model does Apache Solr use for its search capabilities?
20. What does the "I" stand for in the "BASE" consistency model?