Quiz 11 Flashcards
BSON has a data size limitation of what?
16MB
Which specification was developed to help overcome the data size limitation when working
with MongoDB?
a. CircularFS
b. HashFS
c. RoundFS
d. GridFS
GridFS
The acronym BSON stands for what? 2 words ->
Binary JSON
MongoDB stores key/value pairs in a single entity called a what?
document
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.
cache
What does the acronym UDDI stand for?
Universal Description Discovery Integration
HTTP Status 301 stands for what?
a. Moved Permanently
b. Unknown Error
c. Location Invalid
d. Forward
Moved Permanently
True/False
To delete arbitrary data from MongoDB, you would call the remove() function available
through the gridfs-stream module.
False
Which data format does MongoDB use primarily?
BSON
True/False
When using REST-based services, you cannot cache data responses.
False