AWS DocumentDB (MongoDB) Flashcards

1
Q

What is a collection?

A

It is like a table.

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

What is a document?

A

It’s like an item or row

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

What is the column?

A

It’s like a filed or attribute

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

What is an index?

A

It’s like an index

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

What is an object ID?

A

It like a primary index

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

Is DocumentDB a cluster or a fully managed service?

A

DocumentDB is created as a cluster.

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

What opensource DB is DocumentDB?

A

MongoDB

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

What is the DocumentDB AWS architecture?

A

DocumentDB (Mondo) is deployed as a cluster in one or more AZs. There is a primary and replica, l=like aurora. DocumetDB uses shared storage like Aurora.

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

What is DocuemntDB’s backup architecture?

A

Like Aurora, backups are taken where both a snapshot and logs are stored to s3. You cna recover from any point in time.

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

I have an RPO for 10min, is DocumentDB automatic backup going to be able to help?

A

The recovery of a database can happen locally using a feature called backtrack, this is where you can go back in time.

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

My org requires that all data at rest be encrypted, what options do I have?

A

Encryption is not enabled by default, you have to configure it. SSE for both AWS managed keys and client managed keys are supported through KMS.

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

I wnat to be able to get access to the native logs for DocumentDB, what is my best option?

A

You can configure DocumentDB to export the logs to CloudWatch.

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