0% found this document useful (0 votes)
338 views9 pages

11-NoSQL Databases - Print - Quizizz

This document provides a 59 question quiz about NoSQL databases. It covers topics like common NoSQL database types (document, key-value, wide-column, graph), features of NoSQL databases like scalability and lack of predefined schemas, examples of NoSQL databases like MongoDB and Cassandra, and scenarios where NoSQL may be preferable to SQL databases like handling large unstructured datasets.

Uploaded by

Vijay
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)
338 views9 pages

11-NoSQL Databases - Print - Quizizz

This document provides a 59 question quiz about NoSQL databases. It covers topics like common NoSQL database types (document, key-value, wide-column, graph), features of NoSQL databases like scalability and lack of predefined schemas, examples of NoSQL databases like MongoDB and Cassandra, and scenarios where NoSQL may be preferable to SQL databases like handling large unstructured datasets.

Uploaded by

Vijay
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/ 9

2/14/2020 NoSQL Databases | Print - Quizizz

NAME :

CLASS :
NoSQL Databases
DATE :
59 Questions

1. Which of the following is not a NoSQL database?

a) SQL Server b) MongoDB


c) Cassandra d) None of the mentioned

2. Point out the correct statement.

a) Documents can contain many different key- b) MongoDB has official drivers for a variety of
value pairs, or key-array pairs, or even popular programming languages and
nested documents development environments
c) When compared to relational databases, d) All of the mentioned
NoSQL databases are more scalable and
provide superior performance

3. Which of the following is a NoSQL Database Type?

a) SQL b) Document databases

c) JSON d) All of the mentioned

4. Point out the wrong statement.

a) Non Relational databases require that b) NoSQL databases are built to allow the
schemas be defined before you can add data insertion of data without a predefined schema

c) NewSQL databases are built to allow the d) All of the mentioned


insertion of data without a predefined schema

5. Which of the following are the simplest NoSQL databases?

a) Key-value b) Wide-column

c) Document d) All of the mentioned

6. NoSQL databases is used mainly for handling large volumes


of ______________ data.

a) unstructured b) structured
c) semi-structured d) all of the mentioned

Most NoSQL databases support automatic __________


7.
meaning that you get high availability and disaster recovery.

a) processing b) scalability

c) replication d) all of the mentioned

https://quizizz.com/print/quiz/5e438af18b8335001bfd988c 1/9
2/14/2020 NoSQL Databases | Print - Quizizz

8. Is Hadoop considered a database?

a) Yes b) No
c) In certain cases yes. d) None of above.

9. Following represent column in NoSQL __________.

a) Collection b) Database

c) Field d) Document

10. Which of the following statements is true about the NoSQL


databases?

a) Do not support SQL functions. b) Cannot be used in conjunction with RDBMS.

c) Are most commonly used databases of d) Are useful for supporting large distributed
today. data sets.

11. Which of the following is not valid for NoSQL?

a) Cross-platform b) High performance

c) Document oriented d) Less scalable

12. NoSQL prohibits SQL?

a) Yes b) In certain cases yes

c) None of above d) No

13. Which of the following is not a strong feature for NoSQL


databases?

a) Relational data. b) Faster data access than RDBMS.

c) Data easily held across multiple servers. d) Scalability.

14. What is the aim of NoSQL?

a) NoSQL databases allow storing non- b) NoSQL is a new data format to store large
structured data. datasets.

c) NoSQL provide alternative to SQL databases d) NoSQL are not suitable for storing structured
to store textual data. data.

15. NoSQL databases have built in security features, so


developers need not to worry about security implementation?

a) No b) Yes

c) In certain cases yes. d) None of above.

https://quizizz.com/print/quiz/5e438af18b8335001bfd988c 2/9
2/14/2020 NoSQL Databases | Print - Quizizz

16. Which of the following vendors are top providers of offering


NoSQL databases as well?

a) All of above b) IBM

c) Oracle d) Microsoft

17. NoSQL supports ____________.

a) Horizontal scaling, complex design, fine b) Vertical scaling, simple design, low control
controlled availability availability

c) Vertical scaling, simple design, fine controlled d) Horizontal scaling, simple design, fine
availability controlled availability.

18. Which of the following is not a valid NoSQL database?

a) PostgreSQL b) Handhoop / Hbase

c) Scylla d) Cassandra

19. What is NoSQL database?

a) NoSQL is a database that is built on ways b) NoSQL is a database is an enhanced form of


and means with addition to tables, columns RDBMS.
and relationships.

c) NoSQL is a database that is built on ways d) NoSQL is database that is built with
and means other than table.s and columns. enhancements to DBMS.

20. NoSQL data security in comparison with RDBMS has


_________.

a) Less security features like authentication and b) All of above.


authorization.

c) Less features like integrity and availability. d) Less (Atomicity Consistency Isolation,
Durability ) ACID.

21. Which of the following is not a valid data structure for NoSQL
db?

a) Key / Value based b) Graph based

c) Table based d) Column based

22. Is Hadoop considered a database?

a) In certain cases yes. b) Yes

c) No d) None of above.

23. Which scenario is best suited for NoSQL?

a) When low level of security is needed. b) When data retrieval speed can be variable.
c) When providing data integrity. d) When dealing with large data sets.

https://quizizz.com/print/quiz/5e438af18b8335001bfd988c 3/9
2/14/2020 NoSQL Databases | Print - Quizizz

24. Which of the following is not characterized as Big Data?

a) Emails (with or without attachments) b) Videos (of various formats and quality)
c) Bank Account details (fixed schema with d) Images (various types - jpeg, gif, bmp, png
attributes like Account Number, MICR, etc.)
Account Type, Account Owner Name etc.)

25. Relational databases store structured data while Big Data


stores data in any format. Most of real world data is of which
type?

a) Big Data b) Relational Data

26. Choose between SQL and NoSQL databases for the given
scenarios.

a) For first two points NoSQL b) For first two points SQL
c) For last two points SQL d) for last two points NoSQL

e) for all points NoSQL

27. Which of the following is not a feature of NoSQL databases?

a) They are Highly Scalable b) They support Replication


c) These are Relational Databases d) They are Partition Tolerant

28. CAP full form

a) Consistency, Availability and Partition b) Consistency, Adaptability and Partition


Tolerance Tolerance
c) Consistency, Availability and Parallel d) Consistency, adaptability and Perfect
Tolerance

29. By default, MongoDB supports

a) Consistency, Availability b) Availability, Partition Tolerance


c) Partition Tolerance, Consistency d) All the three

30. _____databases store data in four ways.1) Key-Value Store


(e.g. Riak, Redis, MemcacheDB) 2) Column Family Store (e.g.
HBase, Cassandra)3) Document-Oriented Database (e.g.
MongoDB, CouchDB) 4) Graph Database (e.g. Neo4J,
HyperGraphDB, InfoGrid)

a) SQL b) MySQL

c) NoSQL d) MSSQL

https://quizizz.com/print/quiz/5e438af18b8335001bfd988c 4/9
2/14/2020 NoSQL Databases | Print - Quizizz

31. Which type of NoSQL databases follow ACID properties

a) Key/Value stores b) Graph-based databases

c) Columnar Families d) Document-Oriented databases


e) None of these

32. Choose the most appropriate NoSQL database category for


storing User Session information

a) Graph databases b) Key-Value stores


c) Column Family stores d) Document-Oriented databases

33. Match the most appropriate SQL or the type of NoSQL


databases for each of the given scenarios
On a shopping site, you are purchasing an item with only one
stock left. No other customer should be able to access this
particular item and it should be locked for you (Strict ACID
properties)

a) Document Oriented Databases b) Relational databases

c) graph databases d) Column Family Stores


e) Key - value Stores

34. Match the most appropriate SQL or the type of NoSQL


databases for each of the given scenario
Store data related to a social network with options such as
relationship links, status updates, messaging and “likes”

a) Document Oriented Databases b) Relational databases

c) graph databases d) Column Family Stores


e) Key - value Stores

35. Match the most appropriate SQL or the type of NoSQL


databases for each of the given scenario
You need to store contact details that can different from person
to person such as some contacts having only one mobile
number while others have two or more. Also some may want
to provide email-ids as their contact details and so on

a) Document Oriented Databases b) Relational databases

c) graph databases d) Column Family Stores


e) Key - value Stores

https://quizizz.com/print/quiz/5e438af18b8335001bfd988c 5/9
2/14/2020 NoSQL Databases | Print - Quizizz

36. Match the most appropriate SQL or the type of NoSQL


databases for each of the given scenario
An e-commerce retailer keeping track of its customer’s
preferences

a) Document Oriented Databases b) Relational databases


c) graph databases d) Column Family Stores

e) Key - value Stores

37. Match the most appropriate SQL or the type of NoSQL


databases for each of the given scenario
Data is continuously being logged into the database at very
high rate

a) Document Oriented Databases b) Relational databases


c) graph databases d) Column Family Stores

e) Key - value Stores

38. MongoDB ______

a) Document Oriented b) RDBMS

c) Column Family d) Graph Database


e) Key Value Store

39. Cassandra____

a) Key Value Store b) Oracle

c) Column Family d) Document Oriented

40. Neo4J____

a) Key Value Store b) RDBMS

c) Column Family d) Document Oriented

e) Graph Database

41. Oracle____

a) Key Value Store b) RDBMS

c) Column Family d) Document Oriented

e) Graph Database

42. Riak___

a) Key Value Store b) RDBMS

c) Column Family d) Document Oriented


e) Graph Database

https://quizizz.com/print/quiz/5e438af18b8335001bfd988c 6/9
2/14/2020 NoSQL Databases | Print - Quizizz

43. MongoDB collections have _____ schema

a) fixed b) dynamic

c) random d) relational

44. Oracle have ___ schema

a) fixed b) dynamic
c) parallel d) none of these

45. MongoDB stores data in _____

a) Tables b) Collections

c) Views d) Windows

46. Oracle stores data in _____

a) Collections b) Tables

c) Views d) Windows

47. Joins and Subquery are not supported in MongoDB

a) true b) false

48. Joins and Subquery are supported in Oracle

a) True b) False

49. The query db.emp.update({$set:{ename: "ramesh"}, {_id: 102}


); is valid.

a) True b) False

50. Pick the most appropriate functional dependency for the above
scenario

a) start_date, start_time -> game_id, cust_id b) game_id, start_date, start_time -> cust_id

c) game_id, cust_id -> start_date, start_time d) cust_id, start_date, start_time -> game_id

51. Pick the most appropriate functional dependency for the above
scenario

a) txn_amount -> txn_type -> txn_id b) txn_amount -> txn_id -> txn_type

c) txn_id -> txn_type -> txn_amount d) txn_id -> txn_amount -> txn_type

52. Which kind of members are used to support dedicated


functions?

a) ViewState b) Primary
c) Hidden d) Session

https://quizizz.com/print/quiz/5e438af18b8335001bfd988c 7/9
2/14/2020 NoSQL Databases | Print - Quizizz

53. We search for fields, queries etc. in MongoDB using


_________.

a) C++ b) JS

c) C d) All of above

54. Which of the following dynamic schema phenomenon is made


easier for the application by MongoDB?

a) Polymorphism b) Encapsulation

c) Inheritance d) None of above

55. Mongo DB is generally used at the _________________.

a) Middleware b) Frontend

c) Backend d) All of above

56. Which of the following statements is true?

a) MongoDB can run over single servers only. b) MongoDB cannot be used as a file system.

c) Embedded documents and arrays reduce d) None of above.


need for joins.

57. MongoDB does not support which type of sorting?

a) Collection b) Heap

c) None of above d) Collation

58. If the following functional dependency is added then

a) There is no functional dependency involved b) It is an example for full functional


dependency
c) It is a case of partial functional dependency d) It is a case of transitive dependency

59. Which is the outcome of the queries above?

a) 0 rows, 0 rows, 0 rows b) 2 rows, 2 rows, 2 rows

c) 2 rows, 2 rows, 0 rows

https://quizizz.com/print/quiz/5e438af18b8335001bfd988c 8/9
2/14/2020 NoSQL Databases | Print - Quizizz

Answer Key
1. a 16. a 31. b 46. b
2. d 17. d 32. b 47. a
3. b 18. a 33. b 48. a
4. a 19. c 34. c 49. b
5. a 20. c 35. a 50. d
6. a 21. c 36. e 51. d
7. c 22. c 37. d 52. c
8. b 23. d 38. a 53. b
9. c 24. c 39. c 54. a
10. d 25. a 40. e 55. c
11. d 26. a,c 41. b 56. c
12. d 27. c 42. a 57. d
13. a 28. a 43. b 58. c
14. b 29. c 44. a 59. c
15. a 30. c 45. b

https://quizizz.com/print/quiz/5e438af18b8335001bfd988c 9/9

You might also like