0% found this document useful (0 votes)
108 views7 pages

Quiz 1 - BDA

This document summarizes the results of a student's attempt on a quiz about Hadoop and big data concepts. The student answered 10 multiple choice questions and received an overall grade of 18 out of 20 (90%). The summary provides the key details about the student's performance: - The student answered 9 of the 10 questions correctly, receiving full marks for those questions. - The student answered question 10 incorrectly, receiving 0 marks for that question. - Overall the student demonstrated a strong understanding of core Hadoop components and concepts, but missed one question about association rule mining.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
108 views7 pages

Quiz 1 - BDA

This document summarizes the results of a student's attempt on a quiz about Hadoop and big data concepts. The student answered 10 multiple choice questions and received an overall grade of 18 out of 20 (90%). The summary provides the key details about the student's performance: - The student answered 9 of the 10 questions correctly, receiving full marks for those questions. - The student answered question 10 incorrectly, receiving 0 marks for that question. - Overall the student demonstrated a strong understanding of core Hadoop components and concepts, but missed one question about association rule mining.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

5/31/2021 Quiz 1: Attempt review

Dashboard / My courses /
Mathematical and Computational Sciences /
MA855 - 27603 / General /
Quiz 1

Started on Tuesday, 18 May 2021, 6:03 PM


State Finished
Completed on Tuesday, 18 May 2021, 6:21 PM
Time taken 18 mins 24 secs
Grade 18.00 out of 20.00 (90%)

Question 1 The receipt of a Heartbeat implies that ____________________________ is


Correct functioning properly.
Mark 1.00 out of
1.00 Select one:
a. NameNode

b. Secondary NameNode

c. DataNode 

d. Both DataNode and NameNode

Your answer is correct.

DataNode
The correct answer is: DataNode

Question 2 Which of the following are the core components of Hadoop?


Correct

Mark 1.00 out of Select one or more:


1.00
a. HDFS 

b. Shuffler

c. Hive

d. MapReduce 

e. Secondary Name Node

Your answer is correct.


HDFS, MapReduce

The correct answers are: HDFS, MapReduce

https://courses.iris.nitk.ac.in/mod/quiz/review.php?attempt=205086&cmid=51754 1/7
5/31/2021 Quiz 1: Attempt review

Question 3 Match the entries with the correct  answers.


Correct

Mark 2.50 out of Task Tracker Executes Task 


2.50

Job Tracker Schedules Task 

Slave node DataNode 

HDFS Storage 

Master node NameNode 

Your answer is correct.

The correct answer is: Task Tracker → Executes Task, Job Tracker →
Schedules Task, Slave node → DataNode, HDFS → Storage, Master node
→ NameNode

Question 4 Which of the following describes the function of a JobTracker


Correct

Mark 1.00 out of Select one:


1.00
a. Acts as a mini reducer

b. Stores Meta data

c. Executes the task

d. Coordinates and schedules the job 

Your answer is correct.

Coordinates and schedules the job


The correct answer is: Coordinates and schedules the job

Question 5 How many blocks will be created for a file of size 500 MB? Give that the
Correct default block size is 64 MB and the replicationnfactor is 3.
Mark 1.00 out of
1.00 Select one:
a. 15

b. 20

c. 22

d. 24 

Your answer is correct.


500*3/64MB=[23.44]=24

The correct answer is: 24

Question 6 Hadoop focusses on moving Data to Code


Correct

Mark 1.00 out of Select one:


1.00
True

False 

Hadoop focusses on moving Code to Data

The correct answer is 'False'.

https://courses.iris.nitk.ac.in/mod/quiz/review.php?attempt=205086&cmid=51754 2/7
5/31/2021 Quiz 1: Attempt review

Question 7 Which of the following statements are true?


Correct

Mark 2.00 out of Select one or more:


2.00
a. NameNodes sends Heartbeat signals periodically

b. NameNode is a single point of failure of Hadoop cluster 

c. NameNode is book keeper of HDFS 

d. NameNode contains TaskTracker

Your answer is correct.

All are true


The correct answers are: NameNode is a single point of failure of Hadoop
cluster, NameNode is book keeper of HDFS

Question 8 Which of the following statement(s)  is(are) wrong?


Correct

Mark 2.00 out of Select one or more:


2.00
a. Replication factor can be configured at a cluster level (Default is
set to 3) and also at a file level.

b. Block report from each DataNode contains a list of all blocks that
are stored on that DataNode

c. User data is stored on Local file system of DataNode

d. DataNode is aware of the file to which the blocks stored in it


belong to. 

Your answer is correct.


NameNode is aware of the file to which the blocks stored in it belong to.

The correct answer is: DataNode is aware of the file to which the blocks
stored in it belong to.

https://courses.iris.nitk.ac.in/mod/quiz/review.php?attempt=205086&cmid=51754 3/7
5/31/2021 Quiz 1: Attempt review

Question 9 Consider the following reviews on a scale of 5 by two customers for


Correct different sellers. Compute the Pearson-Correlation-Coefficient for the
Mark 3.00 out of given data to estimate the match between Alice and Bob.
3.00

Review table
 Sangeeta  Shree  Binary
AirVoice  Surabhi  
mobile  Systems  systems
Alice 4.5 3.0 2.5 4.0 3.0
Bob 4.0 4.0 3.0 3.0 2.0

Select one:
a. 0.32

b. 0.72

c. 0.52

d. 0.62

e. 0.42 

Your answer is correct.

Numerator 55.5-54.4 =1.1


Denominator sqrt( 60.5-57.8) * sqrt(54-51.2)= sqrt(2.7)*sqrt(2.8)=2.12

1.1/2.12=0.5175= 0.52
The correct answer is: 0.42

https://courses.iris.nitk.ac.in/mod/quiz/review.php?attempt=205086&cmid=51754 4/7
5/31/2021 Quiz 1: Attempt review

Question 10 Consider the following binary representation of transactions


Incorrect

Mark 0.00 out of


2.00
Transaction Table
Transaction id  Bread  Milk  Egg  Jam  Butter
1 1 0 0 1 0
2 1 0 0 0 1
3 1 0 1 0 0
4 1 1 1 0 1
5 1 1 0 0 1
6 1 1 1 1 0

The support and the confidence of the Association rule {Milk, Bread}-->
{Butter} respectively are

Select one:
a. 1/3, 2/3

b. 1/3, 1/2 

c. 1/2, 2/3

d. 1/6, 1/3

Your answer is incorrect.


Support  {Milk, Bread}-->{Butter} = 2/6=1/3

Confidence= 1/3 / 1/2 = 2/3


The correct answer is: 1/3, 2/3

https://courses.iris.nitk.ac.in/mod/quiz/review.php?attempt=205086&cmid=51754 5/7
5/31/2021 Quiz 1: Attempt review

Question 11 2 Drugs : Drug A and Drug B are used to treat a disease. The
Correct effectiveness of the drug  and the payoff for different conditions are
Mark 2.00 out of shown in Table. 

2.00

Drug info
Decisions Mild Moderate Severe
Drug A

0.15 0.60 0.25


Probability
Drug A

10000 50000 25000


Payout
 Drug B

 0.3  0.4  0.3


Probability
 Drug B

 30000  40000  40000


Payout

Using the Decision tree model, The expected return in case of Drug A
and Drug B respectively are

Select one:
a. 36000, 37500

b. 37500, 36000

c. 37750, 37000 

d. 37050, 37000

Your answer is correct.

The correct answer is: 37750, 37000

Question 12 Association rule mining is also refererred to as affinity analysis.


Correct

Mark 0.50 out of Select one:


0.50
True 

False

Association rule mining is also refererred to as  market basket analysis or


affinity analysis.

The correct answer is 'True'.

Question 13 In association rule mining, a larger dataset would give better analysis
Correct results
Mark 1.00 out of
1.00 Select one:
True 

False

The larger the dataset better will be the analysis result in Association rule
mining

The correct answer is 'True'.

Future trends in Big data


◄ Hadoop Lecture slides Jump to...

https://courses.iris.nitk.ac.in/mod/quiz/review.php?attempt=205086&cmid=51754 6/7
5/31/2021 Quiz 1: Attempt review

https://courses.iris.nitk.ac.in/mod/quiz/review.php?attempt=205086&cmid=51754 7/7

You might also like