Bird
0
0

Given a Hadoop cluster with 5 nodes, each having 16 CPU cores and 64 GB RAM, what is the total CPU cores and RAM available?

medium📝 Predict Output Q13 of 15
Hadoop - Cluster Administration
Given a Hadoop cluster with 5 nodes, each having 16 CPU cores and 64 GB RAM, what is the total CPU cores and RAM available?
A80 CPU cores and 320 GB RAM
B16 CPU cores and 64 GB RAM
C5 CPU cores and 5 GB RAM
D320 CPU cores and 80 GB RAM
Step-by-Step Solution
Solution:
  1. Step 1: Calculate total CPU cores

    Total CPU cores = number of nodes * CPU cores per node = 5 * 16 = 80 cores.
  2. Step 2: Calculate total RAM

    Total RAM = number of nodes * RAM per node = 5 * 64 GB = 320 GB.
  3. Final Answer:

    80 CPU cores and 320 GB RAM -> Option A
  4. Quick Check:

    Total CPU = 5x16, Total RAM = 5x64 [OK]
Quick Trick: Multiply nodes by cores and RAM per node [OK]
Common Mistakes:
  • Adding CPU cores and RAM instead of multiplying
  • Mixing CPU cores with RAM units
  • Using per node values as total

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Hadoop Quizzes