Font size
WorksheetsBDA- MSTAT
Total questions: 23
Worksheet time: 16mins
Which of the following statements is true about Hive indexes?
Hive does not support indexing
Indexes are automatically created for all Hive tables
Indexes are stored as separate tables in Hive.
___________ is the primary role of the Hive Metastore
Store metadata information about Hive tables
Manage the distributed storage for Hive queries
To store the actual data of Hive tables
Three user interfaces in Hive are?
Hive CLI
Hive HD insight
Hive Web Interface
Apache Hive is an open-source ___ and data warehousing infrastructure that processes ________ed data in Hadoop
(a)
(a) is the language used by Hive
One primary difference between Hadoop and Spark
(a) optimizes the way in which we can represent vertex and edges in Spark
______ is an execution model that is responsible for job scheduling in Spark
Spark Streaming
Apache Spark Core
Spark SQL
in Spark worker Node is used for?
__________ is a function that produces new RDD from the existing RDDs.
Resilient Distributed Dataset (RDD) 3 utilities in Spark
Fault Tolerance
In-Memory Computation
Batch Processing
Lazy Evaluation
3 RDD action methods are?
collect()
count(),
saveAsTextFile()
In Apache Spark, a Directed Acyclic Graph (DAG) is a sequence of (a) operations performed on the data, where each operation represents a step in the data processing pipeline.
The Spark architecture depends upon two abstractions
RDD
DAG
MapReduce
Real Time abstraction
HDFS cannot do _____
If You had to build an AI system which service of Spark would you use?
(a)
________ transform in Spark is used to remove duplicate rows from a DataFrame or RDD.
Unique
Distinct
Special
Distinctive
SparkContext is created in __________
Driver Program
Cluster Manager
Executors
Hive and other tools like Pig and Flink are part of which ecosystem?
Once a view is created in Hive, it cannot be updated or altered.
True
False
Hive Bucketing is also known as _______
If a dataset has 5 values and the table is bucketed into 2 buckets, the 3rd item will be stored in B (a) _(Single digit number)
If a dataset has 5 values and the table is bucketed into 2 buckets, the 4th item will be stored in _____ bucket file
00003
00002
00000
00001
