Web Apps 03 - MongoDB

Web Apps 03 - MongoDB

University

12 Qs

quiz-placeholder

Similar activities

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

Topic 4-2: Multiple if-else and switch-case

Topic 4-2: Multiple if-else and switch-case

University

10 Qs

Chap 1: What is a program made of?

Chap 1: What is a program made of?

University

13 Qs

CP N5 Theory Test 1

CP N5 Theory Test 1

University

10 Qs

Chapter 2 Testing Throughout the SDLC

Chapter 2 Testing Throughout the SDLC

University

9 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Internet_Intranet_Extranet

Internet_Intranet_Extranet

University

10 Qs

DSA - Intro

DSA - Intro

University

10 Qs

Web Apps 03 - MongoDB

Web Apps 03 - MongoDB

Assessment

Quiz

Computers, Instructional Technology

University

Practice Problem

Hard

Created by

Dwayne Brathwaite

Used 38+ times

FREE Resource

AI

Enhance your content in a minute

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

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is MongoDB?

A file system.

A SQL database.

A NoSQL database.

An Access database.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which syntax returns the first matching result in a Mongo database?

db.find()

db.Find()

db.findone()

db.findOne()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the best syntax to add a new entry to a Mongo database?

db.insert({"title":"Two Cities"})

db.add("title":"Two Cities")

db.insert({"title","Two Cities"})

db.add("title","Two Cities")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the group of related data stored in a Mongo database?

A cell.

A document.

A spreadsheet.

A table.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the best command to run in order to empty your Mongo database?

meteor remove Mongo

meteor list

meteor reset

meteor repair

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following packages prevents writing to the Mongo collection when it is removed?

autopublish

insecure

mongo

tracker

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function should be used to access the specific parts of a collection that have been made available to the client?

meteor.write()

meteor.publish()

meteor.read()

meteor.subscribe()

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?