Question Bank

3705 approved questions from the community

Apache HBase is a wide-column store database.

EASY
TRUE FALSE
20s
NoSQL
by Mohamed

What is the primary disadvantage of using cache-based scaling with NoSQL databases?

MEDIUM
SINGLE CHOICE
35s
NoSQL
by Mohamed

Which data structure do graph databases primarily use to represent data?

EASY
SINGLE CHOICE
25s
NoSQL
by Mohamed

NoSQL databases are optimized for write-heavy workloads due to their non-locking or eventually-consistent nature.

MEDIUM
TRUE FALSE
30s
NoSQL
by Mohamed

What is the primary characteristic that distinguishes NoSQL data modeling from relational database modeling?

MEDIUM
SINGLE CHOICE
35s
NoSQL
by Mohamed

Relational databases use tree structures while NoSQL databases can use graph structures for data organization.

MEDIUM
TRUE FALSE
30s
NoSQL
by Mohamed

NoSQL databases are designed specifically for big data, unstructured data types, and high-velocity data.

EASY
TRUE FALSE
25s
NoSQL
by Mohamed

Which NoSQL database employs vector clocks and follows a 'last write wins' policy for conflict resolution?

HARD
SINGLE CHOICE
40s
NoSQL
by Mohamed

Data models with no joins in NoSQL databases support convenient scaling by simplifying data management across nodes.

HARD
TRUE FALSE
30s
NoSQL
by Mohamed

Key-value stores are well-suited for complex queries involving multiple JOIN operations.

MEDIUM
TRUE FALSE
25s
NoSQL
by Mohamed

Relational databases typically feature homogeneous tables with consistent data types, while NoSQL databases often exhibit data type variance.

MEDIUM
TRUE FALSE
30s
NoSQL
by Mohamed

Which of the following NoSQL databases are mentioned as using eventual consistency? (Select all that apply)

HARD
MULTIPLE CHOICE
50s
NoSQL
by Mohamed

Couchbase is an example of a document store database.

EASY
TRUE FALSE
20s
NoSQL
by Mohamed

NoSQL databases typically prioritize consistency over availability and partition tolerance.

MEDIUM
TRUE FALSE
30s
NoSQL
by Mohamed

Auto-partitioning in Cassandra automatically handles data distribution and can add nodes dynamically to maintain performance.

HARD
TRUE FALSE
30s
NoSQL
by Mohamed

What is an API (Application Programming Interface)?

EASY
SINGLE CHOICE
30s
API Design
by Mohamed

What is the main benefit of using Postman for API documentation?

MEDIUM
SINGLE CHOICE
35s
API Design
by Mohamed

What is the primary advantage of using nonces or timestamps for idempotence?

MEDIUM
SINGLE CHOICE
35s
API Design
by Mohamed

What HTTP status code indicates that the resource has not been modified since the last request?

EASY
SINGLE CHOICE
25s
API Design
by Mohamed

What is the primary consideration when deciding whether to support both singular and plural endpoint forms like `/car/{id}` and `/cars`?

HARD
SINGLE CHOICE
40s
API Design
by Mohamed
PreviousPage 33 of 186Next