1. In which NoSQL data model is data typically stored in column families?
2. What is the main advantage of horizontal scalability in NoSQL databases?
3. Which type of attack attempts to guess a user's password repeatedly?
4. Which NoSQL database category is closely associated with BASE principles?
5. Which caching strategy is useful for caching query results in NoSQL databases?
6. What type of NoSQL database is typically queried using the "Gremlin" query language?
7. Which advantage of NoSQL databases is related to their ability to handle large volumes of data with ease?
8. Which disadvantage of NoSQL databases is related to their lack of support for complex transaction management?
9. Which data model allows for efficient handling of highly interconnected data?
10. Which query language is associated with querying key-value stores in some NoSQL databases?
11. What is the primary challenge of schema-less design in NoSQL databases?
12. Which authentication method commonly secures access to NoSQL databases?
13. Which type of data migration typically involves copying the entire dataset to the target NoSQL database?
14. What does "read scaling" refer to in NoSQL?
15. What does "Eventual consistency" mean in BASE?
16. Which NoSQL database type stores data in semi-structured documents?
17. What is the primary benefit of a specialized query language for NoSQL databases?
18. What does "ETL" stand for in the context of NoSQL data migration?
19. Which type of NoSQL database is commonly associated with schema-less design?
20. Which NoSQL database type is often used for real-time analytics and caching?