Exam 17: Big Data: Hadoop, Spark, Nosql and Iot  

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Which of the following statements a), b) or c) is false?

(Multiple Choice)
5.0/5
(39)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.9/5
(30)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(36)

Relational databases typically use ACID (Atomicity, xe "consistency"Consistency, Isolation, Durability) transactions. Which of the following ACID attributes is described by: "ensures that concurrent transactions occur as if they were performed sequentially?"

(Multiple Choice)
5.0/5
(35)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.9/5
(38)

Which Hadoop ecosystem technology is described by "SQL querying of non-relational data in Hadoop and NoSQL databases."

(Multiple Choice)
4.9/5
(32)

Which of the following statements is false?

(Multiple Choice)
4.9/5
(43)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(29)

Consider the following mapper code: 1 #!/usr/bin/env python3 2 # length_mapper.py 3 """Maps lines of text to key-value pairs of word lengths and 1.""" 4 import sys 5 6 def tokenize_input(): 7 """Split each line of standard input into a list of strings.""" 8 for line in sys.stdin: 9 yield line.split() 10 11 # read each line in the the standard input and for every word 12 # produce a key-value pair containing the word, a tab and 1 13 for line in tokenize_input(): 14 for word in line: 15 print(str(len(word)) + '\t1') Which of the following statements a), b) or c) is false.

(Multiple Choice)
4.9/5
(37)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
5.0/5
(32)

Which of the following statements a), b) or c) about graph databases is false?

(Multiple Choice)
4.8/5
(40)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.7/5
(43)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(35)

Which of the following statements a), b) or c) is false.

(Multiple Choice)
4.9/5
(43)

Xe "author_ISBN table of books database"A goal when designing a relational database is to minimize data ________ among the tables.

(Multiple Choice)
5.0/5
(30)

Which of the following statements is false?

(Multiple Choice)
4.7/5
(32)

A ________ shades areas in a Folium map using the values you specify to determine color.

(Multiple Choice)
4.9/5
(31)

Which Hadoop ecosystem technology is described by "A service for managing cluster configurations and coordination between clusters?"

(Multiple Choice)
4.7/5
(35)

________ your IP address is a MongoDB security measure which ensures that only IP addresses you verify are allowed to interact with your MongoDB Atlas cluster.

(Multiple Choice)
4.8/5
(41)
Showing 61 - 79 of 79
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)