CCA-500 Exam Questions
89 real CCA-500 exam questions with expert-verified answers and explanations. Page 2 of 2.
- Question #51
For each YARN job, the Hadoop framework generates task log file. Where are Hadoop task log files stored?
- Question #52Resource Management
You have a cluster running with the fair Scheduler enabled. There are currently no jobs running on the cluster, and you submit a job A, so that only job A is running on the cluster...
Fair Schedulerjob schedulingresource allocationYARN - Question #53
Each node in your Hadoop cluster, running YARN, has 64GB memory and 24 cores. Your yarn.site.xml has the following configuration: <property> <name>yarn.nodemanager.resource.memory-...
- Question #54
You want to node to only swap Hadoop daemon data from RAM to disk when absolutely necessary. What should you do?
- Question #55
You are configuring your cluster to run HDFS and MapReducer v2 (MRv2) on YARN. Which two daemons needs to be installed on your cluster's master nodes?
- Question #56
You observed that the number of spilled records from Map tasks far exceeds the number of map output records. Your child heap size is 1GB and your io.sort.mb value is set to 1000MB....
- Question #58
What does CDH packaging do on install to facilitate Kerberos security setup?
- Question #59Deployment
You want to understand more about how users browse your public website. For example, you want to know which pages they visit prior to placing an order. You have a server farm of 20...
Flumelog ingestiondata pipelineweb server logs - Question #60Deployment
Which three basic configuration parameters must you set to migrate your cluster from MapReduce 1 (MRv1) to MapReduce V2 (MRv2)?
MRv2 migrationYARNNodeManagerResourceManager - Question #61Configuration
Which three processes does HDFS High Availability (HA) enable on your cluster?
HDFS HANameNode failoverstandby NameNodecluster availability - Question #62
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 #63Configuration
Choose which best describe a Hadoop cluster's block size storage parameters once you set the HDFS default block size to 64MB?
HDFS block sizedfs.block.sizestorage parameters - Question #64Configuration
Identify four characteristics of a 300MB file that has been written to HDFS with block size of 128MB and all other Hadoop defaults unchanged?
HDFS block sizereplicationfile blocksstorage calculation - 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...
JournalNodeHDFS HAQuorum-based storagedaemon placement - Question #66Troubleshooting
Which three file actions can execute as you write a file into HDFS?
HDFS write semanticsfile operationsconcurrent access - 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...
HDFS block sizeclient configurationconfiguration precedencehdfs-site.xml - Question #68Deployment
Which daemons instantiates JVM's to perform mapreduce processing in a cluster running mapreduce v1 (MRv1)?
MapReduce v1TaskTrackerJVMMRv1 daemons - 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?
MapReduce v1reducer tasksTaskTrackerjob 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 v1MapReduce v2ResourceManagerJobTracker - 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 sizingstorage calculation - Question #72Resource Management
When requesting a file, how does HDFS retrieves the blocks associated with that file?
HDFSblock retrievalNameNodeblock metadata - Question #73Resource Management
What four functions do scheduling algorithms perform on hadoop cluster?
scheduling algorithmsjob schedulingresource sharingcluster management - Question #74Troubleshooting
What happens when a map task crashes while running a mapreduce job?
MapReducetask failurefault toleranceJobTracker - 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 replicationNameNodeHDFS fault tolerance - Question #78Monitoring and Logging
How does the NameNode know DataNodes are available on a cluster running MapReduce v1 (MRv1)
DataNode heartbeatNameNodecluster availabilityMRv1 - Question #79Resource Management
Which three distcp features can you utilize on a Hadoop cluster?
distcpHDFSdata copyingMapReduce - Question #80Resource Management
How does HDFS Federation help HDFS Scale horizontally?
HDFS FederationNameNodehorizontal scalingHDFS architecture - Question #81Resource Management
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...
HDFS storagereplication factorcapacity planningstorage calculation - Question #82Deployment
Your developers request that you enable them to use Hive on your Hadoop cluster. What do install and/or configure?
HiveHive Metastorecomponent installationclient configuration - Question #83Resource Management
What metadata is stored on a DataNode when a block is written to it?
DataNodeblock metadataHDFSchecksums - Question #84
For each job, the Hadoop framework generates task log files. Where are Hadoop's task log files stored?
- Question #85Deployment
You are planning a Hadoop duster, and you expect to be receiving just under 1TB of data per week which will be stored on the cluster, using Hadoop's default replication. You decide...
capacity planningstorage calculationreplication factorcluster sizing - Question #86Deployment
Under which scenario would it be most appropriate to consider using faster (e.g 10 Gigabit) Ethernet as the network fabric for your Hadoop cluster?
network planning10 Gigabit Ethernetintermediate datacluster design - Question #87
Your cluster Mode size is set to 128MB. A client application (client application A) is writing a 500MB file to HDFS. After client application A has written 300MB of data, another c...
- Question #88
Your running a hadoop cluster with a name node on the host mynamenode. What are two ways you can determine available HDFS space in your cluster?
- Question #89
What is the rule governing the formatting of the underlying filesystem in the hadoop cluster?
- Question #90Resource Management
Your cluster implements hdfs high availability (HA) your two namenodes are named hadoop01 and hadoop02. What occurs when you execute the command: Sudo -u hdfs haadmin -failover had...
HDFS HANameNode failoverhaadminfencing