MongoDB Technology Flashcards

1
Q

In a 3 member replica set, there are ____ primary members and ____ secondary members.

A

1, 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In a replica set, we are able to both read and write to a _____.

A

primary member

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

MongoDB addresses high availability through the use of what?

A

replication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

MongoDB’s primary way of accommodating growing data volumes is called:

A

sharding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In a highly available MongoDB environment, we are able to both read and write to a ____.

A

primary node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following are sharding methods? [select any that apply]

  • Range
  • Hash
  • Zoned
  • Color
A
  • Range
  • Hash
  • Zoned
    x Color
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

This is a great way to provide high availability of client data.

  • Config Node
  • Replication
  • Sharding
  • Backups
A

x Config Node
- Replication
x Sharding
x Backups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

True or False? Data Validity/Schema Validation can be selectively enforced as needed in MongoDB.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When a “write” occurs to the database, it’s first saved to the following:

A

primary node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The process of bringing a Primary node back online and into the replica set after it has failed is known as:

  • Self healing
  • Primary restore
  • Secondary replace
  • Online rehealing
A
  • Self healing
    x Primary restore
    x Secondary replace
    x Online rehealing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

These are some of the benefits to scaling horizontally: [select any that apply]

  • Leverage commodity hardware
  • Highly specialized hardware
  • More predictable costs
  • Easier to scale up
A
  • Leverage commodity hardware
    x Highly specialized hardware
  • More predictable costs
    x Easier to scale up
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

In MongoDB, a best practice is to have at least a ____ ____ replica set to provide basic high availability. [two words]

A

Correct Answer: three member

How well did you know this?
1
Not at all
2
3
4
5
Perfectly