NoSQL for SQL Professionals Flashcards
Which of the following is true about business intelligence and its relation to data?
It helps businesses answer many questions related to their operations.
It turns data into usable information for businesses.
It drives implementation of new types of database technologies like NoSQL.
Which of the following data is considered semi-structured data?
JSON data
Which of the following is not true about RDBMS databases?
They can process high volumes of data at near real-time.
NoSQL is a highly scalable relational database.
FALSE
Which of the following is the query or processing paradigm that was invented and used with Hadoop?
MapReduce
Which of the following is the easiest way to get started with Hadoop?
Rent it via the cloud like Google Cloud Cloudera.
The Hive Query Editor uses a SQL-like language but it’s running against NoSQL implementation.
TRUE
At which of the following phases of the MapReduce programming paradigm does the incoming data get processed into output of a key and a value?
Map
When you have a huge amount of data in terabytes or petabytes and when you have non-structured data or semi-structured data, which architectural pattern do you use for this data?
Hadoop
_____ databases are alternative types of databases which are designed to store a high volume and larger variety of data.
NoSQL databases are alternative types of databases which are designed to store a high volume and larger variety of data.
_____ is a NoSQL database that captures not only entities or objects but relationships such as social media information.
Graph is a NoSQL database that captures not only entities or objects but relationships such as social media information.
If your business needs huge and fast lookup tables, which of the following NoSQL databases do you choose?
key-value
Using the NoSQL database Redis, what is the command that is comparable to Insert command in RDBMs databases like SQL?
SET
Which of the following is true about Column-families type of wide-column store Databases?
They are non-relational.
Which of the following NoSQL features are available in SQL Server?
NC Columnstore Index
SSAS Tabular Models
In-Memory OLTP
How do you create a Non-Clustered Columnstore Index in SQL server?
Object Explore > right-click Indexes > New Index > Non-Clustered Columnstore Index
Any data that has to do with money or profit, you should put in a NoSQL database.
FALSE