Quiz 11 Flashcards

1
Q

BSON has a data size limitation of what?

A

16MB

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

Which specification was developed to help overcome the data size limitation when working
with MongoDB?

a. CircularFS
b. HashFS
c. RoundFS
d. GridFS

A

GridFS

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

The acronym BSON stands for what? 2 words ->

A

Binary JSON

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

MongoDB stores key/value pairs in a single entity called a what?

A

document

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

Resources exposed by a public URL may become overloaded by millions of requests. It is appropriate to assign a portion of the server’s load to a ________ which stores results for given period of time.

A

cache

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

What does the acronym UDDI stand for?

A

Universal Description Discovery Integration

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

HTTP Status 301 stands for what?

a. Moved Permanently
b. Unknown Error
c. Location Invalid
d. Forward

A

Moved Permanently

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

True/False

To delete arbitrary data from MongoDB, you would call the remove() function available
through the gridfs-stream module.

A

False

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

Which data format does MongoDB use primarily?

A

BSON

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

True/False

When using REST-based services, you cannot cache data responses.

A

False

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