You are on page 1of 9

18/09/2021 23:45 Chapters 3 & 4

Chapters 3 & 4 Total des points 11/20

Quiz for chapters 3 and 4 of HCIA-Big Data

Which one is not a feature of MapReduce in Hadoop? * 1/1

Easy to program

Outstanding scalability

Real-time computing

High fault tolerance

Which of the following computing tasks is MapReduce good at dealing 1/1


with? *

Iterative computing

Offline computing

Real-time interactive computing

Stream computing

https://docs.google.com/forms/d/e/1FAIpQLSdwXE2wzEhLtQA9vj8mQCkiAWPAfxwkJzzcOUnskmNbb0mWyw/viewscore?viewscore=AE0zAgAmPUvu-FPyw48by… 1/9
18/09/2021 23:45 Chapters 3 & 4

YARN manages cluster resources based on Resource Manager. Which 0/1


of thefollowing are main functions of YARN? *

Cluster resource scheduling

Application program management

Log management -- node manager

None of the above

Bonne réponse

Cluster resource scheduling

Application program management

Which is the encapsulation of the YARN resources in Hadoop? * 0/1

Memory

CPU

Container

Disk space

Bonne réponse

Container

https://docs.google.com/forms/d/e/1FAIpQLSdwXE2wzEhLtQA9vj8mQCkiAWPAfxwkJzzcOUnskmNbb0mWyw/viewscore?viewscore=AE0zAgAmPUvu-FPyw48by… 2/9
18/09/2021 23:45 Chapters 3 & 4

Which resources can be managed by YARN in Hadoop? * 1/1

Memory

CPU

Network

Disk space

Which are the main features of the YARN scheduler? * 0/1

Capacity assurance

Flexibility

Multi-leasing

Dynamic update of configuration files

Bonne réponse

Capacity assurance

Flexibility

Multi-leasing

Dynamic update of configuration files

https://docs.google.com/forms/d/e/1FAIpQLSdwXE2wzEhLtQA9vj8mQCkiAWPAfxwkJzzcOUnskmNbb0mWyw/viewscore?viewscore=AE0zAgAmPUvu-FPyw48by… 3/9
18/09/2021 23:45 Chapters 3 & 4

Which parameter should you configure to set the capacity of QueueA 1/1
inYARN to 30%? *

yarn.scheduler.capacity.root.QueueA.user-limit-factor

yarn.scheduler.capacity.root.QueueA.minimum-user-limit-percent

yarn.scheduler.capacity.root.QueueA.capacity

yarn.scheduler.capacity.root.QueueA.state

If a YARN cluster has sub-queues Default, QueueA, and QueueB, the 1/1
capacity ofthe sub-queues can be set to 60%, 25%, and 22%,
respectively. *

True

False

https://docs.google.com/forms/d/e/1FAIpQLSdwXE2wzEhLtQA9vj8mQCkiAWPAfxwkJzzcOUnskmNbb0mWyw/viewscore?viewscore=AE0zAgAmPUvu-FPyw48by… 4/9
18/09/2021 23:45 Chapters 3 & 4

Which statement is incorrect if you set 0/1


yarn.scheduler.capacity.root.QueueA.minimum-user-limit-percent to
50 inYARN? *

When a user submits a task, the user can use 100% of QueueA resources.

Each user of QueueA can obtain a maximum of 50% of QueueA resources.

If tasks of two users of QueueA are running, tasks of the third user can be executed
only after the resources are released.

Each user of QueueA obtains 50% of resources at least.

Bonne réponse

Each user of QueueA can obtain a maximum of 50% of QueueA resources.

Both Spark and Hadoop are not applicable to iterative computing. * 1/1

True

False

In which programming language is Spark developed? * 1/1

C++

JAVA

Scala

https://docs.google.com/forms/d/e/1FAIpQLSdwXE2wzEhLtQA9vj8mQCkiAWPAfxwkJzzcOUnskmNbb0mWyw/viewscore?viewscore=AE0zAgAmPUvu-FPyw48by… 5/9
18/09/2021 23:45 Chapters 3 & 4

Which functions are provided by Spark? * 0/1

Distributed memory computing engine

Distributed file system

Distributed data warehouse

Stream data processing

Bonne réponse

Distributed memory computing engine

Stream data processing

Which is not the transformation operation in Spark? * 0/1

join

distinct

reduceByKey

reduce

Bonne réponse

reduce

https://docs.google.com/forms/d/e/1FAIpQLSdwXE2wzEhLtQA9vj8mQCkiAWPAfxwkJzzcOUnskmNbb0mWyw/viewscore?viewscore=AE0zAgAmPUvu-FPyw48by… 6/9
18/09/2021 23:45 Chapters 3 & 4

In Spark on YARN mode, executors cannot be initiated for tasks on 0/1


nodes withoutNode Manager. *

True

False

Bonne réponse

True

Spark is a memory-based computing engine; therefore, data generated 1/1


whenSpark applications are running is stored in memory. *

True

False

Which of the following are permanent processes of Spark? *

JobHistory

JDBCServer

SparkResource

NodeManager

Bonne réponse

JobHistory

JDBCServer

https://docs.google.com/forms/d/e/1FAIpQLSdwXE2wzEhLtQA9vj8mQCkiAWPAfxwkJzzcOUnskmNbb0mWyw/viewscore?viewscore=AE0zAgAmPUvu-FPyw48by… 7/9
18/09/2021 23:45 Chapters 3 & 4

In a Fusion Insight HD cluster, from which services can Spark read data? 0/1
*

YARN

HDFS

Hive

HBase

Bonne réponse

HDFS

Hive

HBase

Resilient Distributed Datasets (RDDs) are generated in file systems 0/1


compatiblewith Hadoop, and then the generated RDDs can be partially
upgraded by invokingRDD operators. *

True

False

Bonne réponse

False

https://docs.google.com/forms/d/e/1FAIpQLSdwXE2wzEhLtQA9vj8mQCkiAWPAfxwkJzzcOUnskmNbb0mWyw/viewscore?viewscore=AE0zAgAmPUvu-FPyw48by… 8/9
18/09/2021 23:45 Chapters 3 & 4

In Hadoop, you can set the yarn.app.mapreduce.am.resource.mb 1/1


parameter to configure the memory size allocated to a container by
YARN. *

True

False

If the number of replicas in HDFS is set as 3, file segments to be 1/1


processedmust be transferred from hosts with three replicas every
time when a task is running. *

True

False

Which parameter should you configure to enable the YARN log 1/1
aggregation function in Hadoop?

yarn.nodemanager.local-dirs

yarn.nodemanager.log-dirs

yarn.acl.enable

yarn.log-aggregation-enable

Ce contenu n'est ni rédigé, ni cautionné par Google. - Conditions d'utilisation - Règles de confidentialité

 Forms

https://docs.google.com/forms/d/e/1FAIpQLSdwXE2wzEhLtQA9vj8mQCkiAWPAfxwkJzzcOUnskmNbb0mWyw/viewscore?viewscore=AE0zAgAmPUvu-FPyw48by… 9/9

You might also like