NoSQL databases - Class 4 - quiz 1

NoSQL databases - Class 4 - quiz 1

University

5 Qs

quiz-placeholder

Similar activities

I M.Sc CS Open Source Technology II Quiz Assignement Test

I M.Sc CS Open Source Technology II Quiz Assignement Test

University

10 Qs

Poltek Subang #1

Poltek Subang #1

University

10 Qs

Database Administration and Management System

Database Administration and Management System

University

10 Qs

Big Data Quizz 4

Big Data Quizz 4

University

10 Qs

Quiz 3 - Word

Quiz 3 - Word

University

10 Qs

SQL Quiz

SQL Quiz

10th Grade - University

10 Qs

SDC Databases Foundation

SDC Databases Foundation

University

5 Qs

Práctica Calificada de Performance y Afinamiento de db

Práctica Calificada de Performance y Afinamiento de db

University

5 Qs

NoSQL databases - Class 4 - quiz 1

NoSQL databases - Class 4 - quiz 1

Assessment

Quiz

Computers

University

Medium

Created by

Camille Duquesne

Used 7+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

When mongoDB has to search through all documents of a collection during a find query it is called

simple indexes

table scan

explain

multi indexes

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

If I want to inspect the execution of a find query I should use the function

sort()

hint()

explain()

limit()

createIndex()

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A high cardinality field means that there are lots of distinct values for that field

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In MongoDB we can not create an index on a field that holds values of type

array

boolean

documents

geo-spatial data

None of those answers

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

We should try to create indexes on fields that we query most often on

True

False