Multiple Choice
In the following sample document data (presented in MongoDB syntax) ,how many documents are there? {
_id: "Advisor1",
Name: "Shire,Robert",
Dept: "History",
YearHired: 1975
}
{
_id: 555667777,
Name: "Tierney,Doris",
Majors: ["Music","Spanish"],
Addresses: [
{
Street: "14510 NE 4th Street",
City: "Bellevue",
State: "WA",
Zip: "98005"
},
{
Street: "335 Aloha Street",
City: "Seattle",
State: "WA",
Zip: "98109"
}
],
AdvisorID: "Advisor1"
}
A) 2
B) 4
C) 6
D) 8
Correct Answer:

Verified
Correct Answer:
Verified
Q10: One of the four categories of NoSQL
Q11: One of the four categories of NoSQL
Q13: XML documents that do not conform to
Q14: Specify the four categories of NoSQL databases
Q16: XML Schemas consist of elements,attributes,and properties.
Q17: A complex element must have more than
Q18: XML documents that conform to an XML
Q19: One of the four categories of NoSQL
Q20: JSON stands for Jason Script Object Notation.
Q117: XML provides a standardized,non-customizable way to describe