InterviewSolution
Saved Bookmarks
| 1. |
________ systems are scale-out file-based (HDD) systems moving to more uses of memory in the nodes.(a) NoSQL(b) NewSQL(c) SQL(d) All of the mentioned |
|
Answer» Correct option is (a) NoSQL The explanation: NoSQL systems make the most sense whenever the application is based on data with varying data types and the data can be stored in key-value notation. |
|