Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

Cloudera Certified Administrator for Apache Hadoop Practice Questions and Answers 2023 with complete solution

Rating
-
Sold
-
Pages
20
Grade
A+
Uploaded on
10-06-2023
Written in
2022/2023

Cloudera Certified Administrator for Apache Hadoop Practice Questions and Answers 2023 with complete solution Your Hadoop cluster has 25 nodes with a total of 100 TB (4 TB per node) of raw disk space allocated HDFS storage. Assuming Hadoop's default configuration, how much data will you be able to store? A) Approximately 10TB B) Approximately 33 TB C) Approximately 25TB D) Approximately 100TB Your Hadoop cluster has 25 nodes with a total of 100 TB (4 TB per node) of raw disk space allocated HDFS storage. Assuming Hadoop's default configuration, how much data will you be able to store? A) Approximately 10TB B) Approximately 33 TB C) Approximately 25TB D) Approximately 100TB The most important consideration for slave nodes in a Hadoop cluster running production jobs that require short turnaround times is: A) The ratio between the amount of memory and the total storage capacity B) The ratio between the number of processor cores and number of disk drives C) The ratio between the number of processor cores and total storage capacity D) The ratio between the number of processor cores and the amount of memory E) The ratio between the amount of memory and the number of disk drives The most important consideration for slave nodes in a Hadoop cluster running production jobs that require short turnaround times is: A) The ratio between the amount of memory and the total storage capacity B) The ratio between the number of processor cores and number of disk drives C) The ratio between the number of processor cores and total storage capacity D) The ratio between the number of processor cores and the amount of memory E) The ratio between the amount of memory and the number of disk drives Which three distcp features can you utilize on a Hadoop cluster? A) Use distcp to copy data between directories inside the same cluster B) Use distcp to copy HBase table files C) Use distcp to run an internal MapReduce job to copy files D) Use distcp to copy physical blocks from the source to the target destination in your cluster E) Use distcp to copy files only between two clusters or more. You cannot use distcp to copy data between directories inside the same cluster

Show more Read less
Institution
Course

Content preview

Cloudera Certified Administrator for Apache Hadoop
Practice Questions and Answers 2023 with complete
solution
Your Hadoop cluster has 25 nodes with a total of 100 TB (4 TB per node) of raw
disk space allocated HDFS storage. Assuming Hadoop's default configuration,
how much data will you be able to store?

A) Approximately 10TB
B) Approximately 33 TB
C) Approximately 25TB
D) Approximately 100TB
Your Hadoop cluster has 25 nodes with a total of 100 TB (4 TB per node) of raw disk
space allocated HDFS storage. Assuming Hadoop's default configuration, how much
data will you be able to store?

A) Approximately 10TB
B) Approximately 33 TB
C) Approximately 25TB
D) Approximately 100TB
The most important consideration for slave nodes in a Hadoop cluster running
production jobs that require short turnaround times is:

A) The ratio between the amount of memory and the total storage capacity
B) The ratio between the number of processor cores and number of disk drives
C) The ratio between the number of processor cores and total storage capacity
D) The ratio between the number of processor cores and the amount of memory
E) The ratio between the amount of memory and the number of disk drives
The most important consideration for slave nodes in a Hadoop cluster running
production jobs that require short turnaround times is:

A) The ratio between the amount of memory and the total storage capacity
B) The ratio between the number of processor cores and number of disk drives
C) The ratio between the number of processor cores and total storage capacity
D) The ratio between the number of processor cores and the amount of memory
E) The ratio between the amount of memory and the number of disk drives
Which three distcp features can you utilize on a Hadoop cluster?

A) Use distcp to copy data between directories inside the same cluster
B) Use distcp to copy HBase table files
C) Use distcp to run an internal MapReduce job to copy files
D) Use distcp to copy physical blocks from the source to the target destination in
your cluster
E) Use distcp to copy files only between two clusters or more. You cannot use
distcp to copy data between directories inside the same cluster

,Which three distcp features can you utilize on a Hadoop cluster?

A) Use distcp to copy data between directories inside the same cluster
B) Use distcp to copy HBase table files
C) Use distcp to run an internal MapReduce job to copy files
D) Use distcp to copy physical blocks from the source to the target destination in your
cluster
E) Use distcp to copy files only between two clusters or more. You cannot use distcp to
copy data between directories inside the same cluster
You have a cluster running 32 slave nodes and 3 master nodes running
mapreduce V1 (MRv1).

You execute the command: $ hadoop fsck /

What four cluster conditions running this command will return to you?

A) Blocks replicated improperly or that don't satisfy your cluster enhancement
policy (e.g., too many blocks replicated on the same node)
B) Under-replicated blocks
C) The current state of the file system returned from scanning individual blocks
on each datanode
D) Number of datanodes
E) Number of dead datanodes
F) Configure capacity of your cluster
The current state of the file system according to the namenode
The location for every block
You have a cluster running 32 slave nodes and 3 master nodes running mapreduce V1
(MRv1).

You execute the command: $ hadoop fsck /

What four cluster conditions running this command will return to you?

A) Blocks replicated improperly or that don't satisfy your cluster enhancement policy
(e.g., too many blocks replicated on the same node)
B) Under-replicated blocks
C) The current state of the file system returned from scanning individual blocks on each
datanode
D) Number of datanodes
E) Number of dead datanodes
F) Configure capacity of your cluster
The current state of the file system according to the namenode
The location for every block
Your Hadoop cluster contains nodes in three racks. You have not configured the
dfs.hosts property in the NameNode's configuration file. What happens?

, A) The NameNode will update the dfs.hosts property to include machines running
the DataNode daemon on the next NameNode reboot or with the command
dfsadmin -refreshNodes
B) No new nodes can be added to the cluster until you specify them in the
dfs.hosts file
C) Any machine running the DataNode daemon can immediately join the cluster
D) Presented with a blank dfs.hosts property, the NameNode will permit
DataNodes specified in mapred.hosts to join the cluster
Your Hadoop cluster contains nodes in three racks. You have not configured the
dfs.hosts property in the NameNode's configuration file. What happens?

A) The NameNode will update the dfs.hosts property to include machines running the
DataNode daemon on the next NameNode reboot or with the command dfsadmin -
refreshNodes
B) No new nodes can be added to the cluster until you specify them in the dfs.hosts file
C) Any machine running the DataNode daemon can immediately join the cluster
D) Presented with a blank dfs.hosts property, the NameNode will permit DataNodes
specified in mapred.hosts to join the cluster
You suspect that your NameNode is incorrectly configured, and is swapping
memory to disk. Which Linux commands help you to identify whether swapping
is occurring?

A) vmstat
B) free
C) swapinfo
D) top
E) df
F) memcat
You suspect that your NameNode is incorrectly configured, and is swapping memory to
disk. Which Linux commands help you to identify whether swapping is occurring?

A) vmstat
B) free
C) swapinfo
D) top
E) df
F) memcat
Identify the daemon that performs checkpoint operations of the namespace state
in a cluster configured with HDFS High Availability (HA) using Quorum based-
storage?

A) Standby NameNode
B) Secondary NameNode
C) CheckpointNode
D) NameNode
E) NodeManeger

Written for

Course

Document information

Uploaded on
June 10, 2023
Number of pages
20
Written in
2022/2023
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$10.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
magdamwikash23 Western Governers University
Follow You need to be logged in order to follow users or courses
Sold
114
Member since
3 year
Number of followers
94
Documents
5328
Last sold
6 days ago
Magda

NURSING STUDY GUIDES/EXAMS AND NOTES ALL VERIFIED BY EXPERTS All my uploaded documents, exams and essays are verified by relevant experts.I can assure an A or at least 90% if you use any of my documents.

3.9

14 reviews

5
7
4
2
3
2
2
2
1
1

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions