CCA-410 Exam Questions
93 real CCA-410 exam questions with expert-verified answers and explanations. Page 2 of 2.
- Question #53Configuration
Your cluster has 9 slave nodes. The cluster block size is set to 128 MB and it's replication factor set to three. How will the hadoop framework distribute block writes from a reduc...
HDFS block distributionreplicationDataNodeblock writes - Question #54Monitoring and Logging
How do you access the long messages a mapreduce application generates after you run it on your cluster?
MapReduce logsjob logslog access - Question #55Resource Management
What does each block of a file contain where it is return into HDFS?
HDFS blocksblock metadatafile storage - Question #56Resource Management
Which two occur when individual blocks are returned to DATANODE on a cluster local filesystem?
DataNodeblock storagechecksummetadata - Question #57Configuration
Once a client application validates its identity and is granted access to file in a cluster. What is the reminder of read path back to the client?
HDFS read pathNameNodeblock locationsDataNode - Question #58Deployment
Which two daemons must be installed on master nodes in hadoop cluster running mapreduce V1 (MRV1)?
Hadoop daemonsMRv1master nodescluster architecture - Question #59Deployment
What is the smallest number of slave nodes you would need to configure in your hadoop cluster to store 100TB of data, using Hadoop default replication values, on nodes with 10TB of...
HDFS replicationcluster sizingstorage planningcapacity - Question #60Deployment
When planning a hadoop cluster, what general rule governs the hardware requirements between master nodes and slave nodes?
hardware planningmaster nodesslave nodescluster design - Question #61Configuration
A slave node in your cluster has 24GB of Ram and 12 physical processor cores on hyper threading-enabled processor. You set the value of mapped. child.java.opts to -Xmx1G, and the v...
task slotsMapReduce configurationmemory managementTaskTracker - Question #62Configuration
A client application opens a file write stream on your cluster. Which two metadata changes occur during a file write?
HDFS metadataNameNodeedits filefile write - Question #63Configuration
Each slave node in your cluster has four 2 TB hard drives installed (4x2TB). You set a value of the dfs.du.datanode.received parameter to 100GB on each slave node. How does this al...
DataNode configurationdisk space reservationHDFS storage - Question #64Security
What are the permissions of a file in HDFS with the following:rw-rw-r-x?
HDFS permissionsfile access controlread/write permissions - Question #65Deployment
You configure your hadoop cluster with mapreduce V1 (MRv1) along with HDFS high availability (HA) Quorum-based storage. On which nodes should you configure and run your journal nod...
HDFS HAJournal NodeQuorum-based storagehigh availability - Question #66Resource Management
Which three file actions can execute as you write a file into HDFS?
HDFS file operationsfile writeconcurrent operations - Question #67Troubleshooting
You set the value of dfs.block.size to 64MB in hdfs-site.xml on a client machine, but you set the same property to 128MB on your clusters name node. What happens when the client wr...
block sizeHDFS configurationclient configurationdfs.block.size - Question #69Configuration
You set mapred.tasktracker.reduce.tasks.maximum to a value of 4 on a cluster running mapreduce v1 (MRv1). How many reducers will run for any given job?
reducer configurationMRv1task slotsjob configuration - Question #70Deployment
You configure your hadoop development cluster with both mapreduce frameworks, mapreduceV1 (MRv1) and mapreduce v2 (MRv2/YARN). You plan to run only one set of mapreduce daemons at...
MapReduce daemonsMRv1YARNmaster node configuration - Question #71Resource Management
Using hadoop's default settings, how much data will be able to store on your hadoop cluster if it is has 12 nodes with 4TB raw diskspace per node allocated to HDFS storage?
HDFS storage capacityreplication factorcluster sizingcapacity planning - Question #72Configuration
When requesting a file, how does HDFS retrieves the blocks associated with that file?
HDFSNameNodeblock metadatafile retrieval - Question #73Resource Management
What four functions do scheduling algorithms perform on hadoop cluster?
scheduling algorithmsjob latencycluster sharingresource management - Question #74Troubleshooting
What happens when a map task crashes while running a mapreduce job?
MapReducefault tolerancetask recoveryJobTracker - Question #75
Which two updates occur when a client application opens a stream to begin a file write on a cluster running MapReduce v1 (MRv1)?
- Question #76
For a MapReduce job, on a cluster running MapReduce v1 (MRv1), what's the relationship between tasks and task templates?
- Question #77Resource Management
What action occurs automatically on a cluster when a DataNode is marked as dead?
DataNode failureblock replicationNameNodefault tolerance - Question #78Monitoring and Logging
How does the NameNode know DataNodes are available on a cluster running MapReduce v1 (MRv1)
heartbeatDataNode availabilityNameNodeMRv1 - Question #79Resource Management
Which three distcp features can you utilize on a Hadoop cluster?
distcpdata copyHDFSMapReduce - Question #80Configuration
How does HDFS Federation help HDFS Scale horizontally?
HDFS FederationNameNode scalabilityhorizontal scalingnamespace - Question #82Configuration
Which MapReduce daemon instantiates user code, and executes map and reduce tasks on a cluster running MapReduce v1 (MRv1)?
TaskTrackerMRv1daemon rolesMapReduce execution - Question #83
What two processes must you do if you are running a Hadoop cluster with a single NameNode and six DataNodes, and you want to change a configuration parameter so that it affects all...
- Question #84Configuration
Identify the function performed by the Secondary NameNode daemon on a cluster configured to run with a single NameNode.
Secondary NameNodecheckpointfsimageedits log - Question #85Monitoring and Logging
You install Cloudera Manager on a cluster where each host has 1 GB of RAM. All of the services show their status as concerning. However, all jobs submitted complete without an erro...
Cloudera Managerservice statusheartbeat timeoutcluster health - Question #86Deployment
What is the recommended disk configuration for slave nodes in your Hadoop cluster with 6 x 2 TB hard drives?
JBODdisk configurationslave nodesstorage layout - Question #87Configuration
You configure you cluster with HDFS High Availability (HA) using Quorum-Based storage. You do not implement HDFS Federation. What is the maximum number of NameNodes daemon you shou...
HDFS HAsplit-brainQuorum-based storageNameNode count - Question #89Configuration
You observe that the number of spilled records from map tasks for exceeds the number of map output records. You child heap size is 1 GB and your io.sort.mb value is set to 100MB. H...
io.sort.mbspilled recordsMapReduce tuningmemory I/O ratio - Question #90Resource Management
Choose three reasons why should you run the HDFS balancer periodically?
HDFS balancerdata localitydisk utilizationDataNode - Question #91Monitoring and Logging
What additional capability does Ganglia provide to monitor a Hadoop?
GangliaNameNode memorycluster monitoringmetrics - Question #92Configuration
In a cluster configured with HDFS High Availability (HA) but NOT HDFS federation, each map task run:
JVM isolationmap taskTaskTrackerHDFS HA - Question #93Configuration
Where does a MapReduce job store the intermediate data output from Mappers?
intermediate datalocal diskMapper outputMapReduce - Question #94Security
Which two features does Kerberos security add to a Hadoop cluster?
KerberosauthenticationRPC securitycluster security - Question #96Configuration
Identify the daemon that performs checkpoint operations of the namespace state in a cluster configured with HDFS High Availability (HA) using Quorum based-storage?
HDFS HAStandby NameNodecheckpoint daemonQuorum - Question #97
Your existing Hadoop cluster has 30 slave nodes, each of which has 4 x 2T hard drives. You plan to add another 10 nodes. How much disk space can your new nodes contain?
- Question #98Configuration
Choose which best describe a Hadoop cluster's block size storage parameters once you set the HDFS default block size to 64MB?
HDFS block sizestorage configurationcluster settings - Question #100Configuration
Which three processes does HDFS High Availability (HA) enable on your cluster?
HDFS HANameNode failoverhigh availabilitystandby NameNode