NoSQL databases - Class 4 - quiz 1

NoSQL databases - Class 4 - quiz 1

University

5 Qs

quiz-placeholder

Similar activities

Career Path in IT

Career Path in IT

University

10 Qs

KCTF Quiz -1

KCTF Quiz -1

University

10 Qs

Stage 6 C- Feb code file

Stage 6 C- Feb code file

6th Grade - University

10 Qs

Databases

Databases

11th Grade - University

10 Qs

Arquitectura Canal Pyme en AWS

Arquitectura Canal Pyme en AWS

University

10 Qs

Trellis Data Annual Challenge

Trellis Data Annual Challenge

University

10 Qs

pointers and structures

pointers and structures

University

10 Qs

Week 4: Recap Java Programming

Week 4: Recap Java Programming

University

10 Qs

NoSQL databases - Class 4 - quiz 1

NoSQL databases - Class 4 - quiz 1

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Camille Duquesne

Used 7+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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