1.

Which of the following is not the class of NoSQL?(a) Document stores(b) Multidimension stores(c) Key-value stores(d) MemcacheThis question was addressed to me during an online interview.This intriguing question originated from Web Performance Optimization topic in division HTML Images & Web Page Files of HTML

Answer»

Right ANSWER is (d) Memcache

The explanation: The most basic class of NoSQL is key-value stores and commonly used in WEB infrastructure. Multidimension stores are more COMPLEX data relationships, here data is stored in rows and columns. MongoDB and CouchDB are the examples of Document stores.



Discussion

No Comment Found

Related InterviewSolutions