Question Bank

1899 approved questions from the community

What are ways to optimize data retrieval in MongoDB? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
40s
Mongo
by Mohamed

What are the advantages of MongoDB? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
40s
Mongo
by Mohamed

What is BSON in MongoDB?

MEDIUM
SINGLE CHOICE
30s
Mongo
by Mohamed

What is an aggregator in MongoDB?

MEDIUM
SINGLE CHOICE
30s
Mongo
by Mohamed

What does the query `db.books.find({'name': /abc/})` do?

MEDIUM
SINGLE CHOICE
30s
Mongo
by Mohamed

What does the query `db.books.find().sort({x:1})` do?

MEDIUM
SINGLE CHOICE
30s
Mongo
by Mohamed

MongoDB is ideal for applications requiring strict ACID compliance and financial transactions.

MEDIUM
TRUE FALSE
30s
Mongo
by Mohamed

MongoDB requires complex joins like SQL databases.

MEDIUM
TRUE FALSE
25s
Mongo
by Mohamed

MongoDB documents are stored in JSON format.

MEDIUM
TRUE FALSE
25s
Mongo
by Mohamed

When is it best to use NoSQL databases?

MEDIUM
SINGLE CHOICE
35s
SQL
by Mohamed

How would you calculate the total cash spent across all customers?

MEDIUM
SINGLE CHOICE
30s
SQL
by Mohamed

What is the main difference between SQL and NoSQL databases?

MEDIUM
SINGLE CHOICE
35s
SQL
by Mohamed

When is it best to use SQL databases?

MEDIUM
SINGLE CHOICE
30s
SQL
by Mohamed

How would you count customers who have items in their cart?

MEDIUM
SINGLE CHOICE
30s
SQL
by Mohamed

How would you join the Customers table to the Orders table?

MEDIUM
SINGLE CHOICE
35s
SQL
by Mohamed

What type of JOIN would you use to get all customers and their orders, including customers with no orders?

MEDIUM
SINGLE CHOICE
35s
SQL
by Mohamed

What is the purpose of the GROUP BY clause?

MEDIUM
SINGLE CHOICE
30s
SQL
by Mohamed

What advantage does NoSQL have over SQL regarding data types?

MEDIUM
SINGLE CHOICE
35s
SQL
by Mohamed

In SQL, using functions on columns in WHERE clauses (like YEAR(date_column)) is just as efficient as comparing the column directly.

MEDIUM
TRUE FALSE
30s
SQL
by Mohamed

What are the major components of Prometheus architecture? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
40s
Prometheus
by Mohamed
PreviousPage 21 of 95Next