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 #52
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...
- 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 #59
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...
- Question #60
Which three basic configuration parameters must you set to migrate your cluster from MapReduce 1 (MRv1) to MapReduce V2 (MRv2)?
- Question #61
Which three processes does HDFS High Availability (HA) enable on your cluster?
- 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 #63
Choose which best describe a Hadoop cluster's block size storage parameters once you set the HDFS default block size to 64MB?
- Question #64
Identify four characteristics of a 300MB file that has been written to HDFS with block size of 128MB and all other Hadoop defaults unchanged?
- Question #65
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...
- Question #66
Which three file actions can execute as you write a file into HDFS?
- Question #67
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...
- Question #68
Which daemons instantiates JVM's to perform mapreduce processing in a cluster running mapreduce v1 (MRv1)?
- Question #69
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?
- Question #70
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...
- Question #71
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?
- Question #72
When requesting a file, how does HDFS retrieves the blocks associated with that file?
- Question #73
What four functions do scheduling algorithms perform on hadoop cluster?
- Question #74
What happens when a map task crashes while running a mapreduce job?
- 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 #77
What action occurs automatically on a cluster when a DataNode is marked as dead?
- Question #78
How does the NameNode know DataNodes are available on a cluster running MapReduce v1 (MRv1)
- Question #79
Which three distcp features can you utilize on a Hadoop cluster?
- Question #80
How does HDFS Federation help HDFS Scale horizontally?
- Question #81
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...
- Question #82
Your developers request that you enable them to use Hive on your Hadoop cluster. What do install and/or configure?
- Question #83
What metadata is stored on a DataNode when a block is written to it?
- Question #84
For each job, the Hadoop framework generates task log files. Where are Hadoop's task log files stored?
- Question #85
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...
- Question #86
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?
- 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 #90
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...