wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

25 MCQs on Big Data Mining & Analysis

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

Which of the following is NOT one of the 5 V’s of Big Data?

a)

Volume

b)

Velocity

c)

Variety

d)

Validity

2.

The main purpose of data mining is to:

a)

Store large datasets

b)

Visualize data only

c)

Discover patterns and insights

d)

Clean the dataset

3.

Hadoop primarily uses which programming model?

a)

SparkSQL

b)

MapReduce

c)

NoSQL

d)

Machine Learning

4.

HDFS stands for:

a)

High Data File System

b)

Hadoop Distributed File System

c)

Hadoop Data Federation Service

d)

High Distributed File Structure

5.

The NameNode in HDFS is responsible for:

a)

Storing data blocks

b)

Storing metadata

c)

Running Map tasks

d)

Compressing data

6.

Which of the following is a NoSQL database?

a)

MySQL

b)

PostgreSQL

c)

Cassandra

d)

Oracle

7.

Which type of NoSQL database stores data in key-value pairs?

a)

Document store

b)

Graph database

c)

Column store

d)

Key-value store

8.

Which of the following is an example of supervised learning?

a)

Clustering

b)

Regression

c)

Association rule mining

d)

Dimensionality reduction

9.

K-means is an example of a:

a)

Classification algorithm

b)

Clustering algorithm

c)

Regression algorithm

d)

Text mining algorithm

10.

PCA is used for:

a)

Classification

b)

Clustering

c)

Dimensionality reduction

d)

Prediction

11.

Which of the following is an in-memory big data processing framework?

a)

Hadoop MapReduce

b)

Spark

c)

HDFS

d)

Hive

12.

Which language is commonly used to query data in Hive?

a)

HQL

b)

SQL++

c)

Pig Latin

d)

MapScript

13.

Which is a common technique used in association rule mining?

a)

Apriori

b)

K-Means

c)

Logistic Regression

d)

SVM

14.

In data mining, “support” refers to:

a)

The probability of an itemset occurring

b)

The speed of data transfer

c)

The accuracy of a model

d)

The size of a dataset

15.

Which of the following best describes “Veracity” in Big Data?

a)

The speed of data generation

b)

The trustworthiness of data

c)

The type of data formats

d)

The size of data

16.

Which visualization tool is commonly used in Big Data analysis?

a)

Tableau

b)

BitLocker

c)

Docker

d)

Jenkins

17.

A major challenge in Big Data processing is:

a)

Storing small amounts of data

b)

Handling structured data only

c)

Managing high data velocity

d)

Avoiding data duplication

18.

The Map step in MapReduce:

a)

Aggregates data

b)

Sorts data

c)

Splits and processes data

d)

Stores results

19.

The Reduce step in MapReduce:

a)

Filters input data

b)

Converts input into key-value pairs

c)

Aggregates mapped data

d)

Deletes unwanted data

20.

Which of the following is a text mining technique?

a)

Tokenization

b)

Clustering

c)

Regression

d)

PCA

21.

Big Data analytics that predicts future outcomes is called:

a)

Descriptive analytics

b)

Predictive analytics

c)

Diagnostic analytics

d)

Basic analytics

22.

Spark Streaming is mainly used for:

a)

Batch processing

b)

Real-time processing

c)

Data storage

d)

Data visualization

23.

Which type of data is typically unstructured?

a)

SQL tables

b)

Images and videos

c)

CSV files

d)

Sensor logs

24.

Which metric is commonly used to evaluate classification models?

a)

Cohesion

b)

Support

c)

Accuracy

d)

Lift

25.

The main advantage of NoSQL databases is:

a)

They strictly enforce schemas

b)

They scale horizontally

c)

They support only structured data

d)

They are slower than SQL