We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
No SQL Question Bank
1. Explain evolution of databases from object-oriented data bases to No
SQL Databases. 2. Explain the main differences between the relational databases and non- relational data bases. 3. What is impedance mismatch. Explain. 4. Explain aggregate data models with an example. Which are the different types of aggregate data models. Show how aggregate data models are different from relational data models in terms of data storage with an example. 5. Explain graph databases. What are its applications? Discuss relationships in graph databases. 6. What is integration database? How is it applied to solve real world problems? 7. What are ACID properties in RDBMS. Explain each. 8. What are the advantages of NoSQL over relational databases? 9. What is schema less databases in No SQL. Explain. How is data handled in schema less databases? 10.What are materialized views? How are they important in aggregate- oriented databases? 11.Which data models support aggregate orientation. 12.Explain single server, master-slave replication and peer-to-peer replication with relevant examples. 1. Explain sharding and its importance in NoSQL? 2. Explain CAP theorem with an example and diagram. 3. Explain why durability can be traded off with latency. 4. Explain scalability. How is scalability increased in NoSQL databases? 5. Explain Master-salve and peer-to-peer data distribution models. 6. Explain database sharding in peer-to-peer replication. 7. Explain read-write conflict in read consistency. 8. Explain replication consistency with an example. 9. What is eventual consistency in the context of NoSQL? Explain with an example. 10.What are version stamps? What are they used for? Explain various ways you can construct version stamps. 11.What is Map Reduce function? Explain the different stages with an example. 12.Explain partitioning and combining with an example 13.What is a 2-stage map-reduce? Show with an example.