Exam 25: Big Data
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language114 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model104 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: SQL for Database Construction and Application Processing104 Questions
Exam 8: Database Redesign103 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: Managing Databases With SQL Server 2014101 Questions
Exam 11: Managing Databases With Oracle Database106 Questions
Exam 12: Managing Databases With Mysql 5.6101 Questions
Exam 13: The Web Server Environment128 Questions
Exam 14: Big Data, Data-Warehouses, and Business Intelligence Systems108 Questions
Exam 15: Getting Started With Microsoft Access 201353 Questions
Exam 16: Getting Started With Systems Analysis and Design37 Questions
Exam 17: E-R Diagrams and the IDEF1X Standard37 Questions
Exam 18: E-R Diagrams and the UML Standard36 Questions
Exam 19: Getting Started With Mysql Workbench Data Modeling Tools37 Questions
Exam 20: Getting Started With Microsoft Visio 201332 Questions
Exam 21: Data Structures for Database Processing39 Questions
Exam 22: the Semantic Object Model35 Questions
Exam 23: Getting Started With Web Servers, PHP, and the Netbeans IDE35 Questions
Exam 24: Business Intelligence Systems82 Questions
Exam 25: Big Data81 Questions
Select questions type
In the following sample JSON data (presented in MongoDB syntax),the word "addesses" is a ________. {
_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"
}
Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
C
XML documents that conform to their DTD are said to be ________.
Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
A
The CAP theorem defines the three properties,one of which is authorization.
Free
(True/False)
4.8/5
(30)
Correct Answer:
False
Which of the following is a type of element in an XML Schema?
(Multiple Choice)
4.9/5
(33)
Graph databases are composed of three elements,one of which is the attribute.
(True/False)
4.9/5
(27)
One of the four categories of NoSQL databases used in the text is the Graphical database.
(True/False)
4.8/5
(35)
One of the four categories of NoSQL databases used in the text is the Column Family database.
(True/False)
4.8/5
(40)
XML provides a standardized,non-customizable way to describe the content of a document.
(True/False)
4.9/5
(42)
XML documents that do not conform to their DTD are said to be non-type-valid XML documents.
(True/False)
4.9/5
(37)
Specify the four categories of NoSQL databases used in the text,and give an example of each.
(Essay)
4.8/5
(43)
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"
}
(Multiple Choice)
4.7/5
(34)
XML documents that conform to an XML Schema are validated against that schema.
(True/False)
4.8/5
(44)
One of the four categories of NoSQL databases used in the text is the Key-Value database.
(True/False)
4.9/5
(32)
Showing 1 - 20 of 81
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)