0% found this document useful (0 votes)
8 views1 page

No SQL

The document outlines a comprehensive curriculum on NoSQL databases, covering various types, their applications, and operational concepts such as CRUD operations and indexing. It includes detailed discussions on specific NoSQL technologies like MongoDB, HBase, and Cassandra, as well as performance optimization techniques. Additionally, it addresses the challenges of scaling, data consistency, and schema management in NoSQL environments.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

No SQL

The document outlines a comprehensive curriculum on NoSQL databases, covering various types, their applications, and operational concepts such as CRUD operations and indexing. It includes detailed discussions on specific NoSQL technologies like MongoDB, HBase, and Cassandra, as well as performance optimization techniques. Additionally, it addresses the challenges of scaling, data consistency, and schema management in NoSQL environments.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

NoSQL

Unit - 1

1. What is a NoSQL database? Explain the different types of NoSQL databases and their uses.
2. How are relationships represented in graph database?
3. What is a sorted order columnar oriented store? How does it differ from a relational databases?
4. Design a NoSQL database schema for a car makes and model database. Explain which type of NoSQL database would be
best suited for this application.
5. Define NoSQL? Explain about sorted ordered Column - Oriented Stores.
6. Explain Key/Value Stores and Document Databses in detail.
7. Explain in detail about graph Databases and examine with any two examples.
8. Discuss about Car Make and model database in detail.

Unit - 2

1. What are the factors to consider when deciding weather to use a NoSQL database over a relational database?
2. Explain how to use NoSQL indexes to improve the performance of queries.
3. What are language bindings? Explain how they are used to interact with NoSQL databases from different programming
languages.
4. Explain how to perform each of the CURD operations on a NoSQL database.
5. Discuss the various applications of NoSQL databases in detail.
6. Explain the “CRUD” operations and accessign the data with an expample.
7. Illustrate “CRUD” operations Updating and Deleting in detail.
8. Discuss about storing and accessing the data from MongoDB with an example.

Unit - 3

1. Describe the different components of the HBase distributed storage architecture.


2. Describe the different ways to expire data in Memcached and Redis.
3. Explain the concept of eventual consistency and how it differes form ACID transactions.
4. Discuss the challenges of scaling an HBase cluster to handle large volumes of data and transcatrtions.
5. Eloborate document store internals in detail.
6. Illustrate the key/value stores in memcached with a configuration and redis with architecture.
7. Explain in detail about HBase distributed storage architectue.
8. Elaborate eventually consistent Non-Relatioanl Databases.

Unit - 4

1. List and explain the similaritie3s between SQL and MongoDB features such as querying , indexing and aggregation.
2. Discuss the different ways to change document databases, such as adding new fields , updating existing fields ,and
deleting fields.
3. Explain how to use HBase filters to optimize data retrieval for specific queries.
4. Discuss the different ways to perform complex queries on Redis data such as range queries and geospatial queries.
5. Discuss HBase as a column-oriented database and explain in detail how data is accessed in such databases.
6. Explain similarities between SQL and MongoDB query features with an example.
7. Explain how to import and export data HBase database in detail.
8. Elaborate about the change of document and its schema-less features.

Unit - 5

1. Explain how to manage indexes in MongoDB including what to create indexes drop indexes and rebuild indexes.
2. Explain how to create and manage indexes in Cassandra.
3. What are the different types of indexes that can be created in Apache Cassandra? Explain the advantages and
disadvantages of each type of index.
4. How do you create a compound index in MongoDB? Explain the benefits of using compound indexes.
5. Explain creating and using indexes in MongoDb in detail.
6. Explain about ordering data sets in couch DB.
7. Explain creating and using indexes in Apache Cassandra in detail.
8. Explain indexing and orderingin MongoDB in detail.

You might also like