Bird
0
0

Given the following CloudWatch metric data points for CPU utilization: [10, 20, 30, 40, 50], what is the average CPU utilization reported?

medium📝 Predict Output Q13 of 15
AWS - CloudWatch
Given the following CloudWatch metric data points for CPU utilization: [10, 20, 30, 40, 50], what is the average CPU utilization reported?
A10
B25
C50
D30
Step-by-Step Solution
Solution:
  1. Step 1: Sum all CPU utilization values

    10 + 20 + 30 + 40 + 50 = 150
  2. Step 2: Calculate average by dividing sum by count

    150 / 5 = 30
  3. Final Answer:

    30 -> Option D
  4. Quick Check:

    Average = Sum / Count = 30 [OK]
Quick Trick: Average = add all values, divide by number of values [OK]
Common Mistakes:
  • Adding incorrectly
  • Dividing by wrong count
  • Picking max or min instead of average

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes