0
0
AWScloud~20 mins

Default vs custom metrics in AWS - Practice Questions

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
CloudWatch Metrics Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Default Metrics in AWS CloudWatch

Which of the following statements correctly describes AWS CloudWatch default metrics?

ADefault metrics only include custom application logs sent to CloudWatch.
BDefault metrics require manual setup and are charged per metric collected.
CDefault metrics are automatically collected for AWS services without extra configuration and are available at no additional cost.
DDefault metrics are only available for EC2 instances and not for other AWS services.
Attempts:
2 left
💡 Hint

Think about what AWS provides out-of-the-box for monitoring without extra setup.

service_behavior
intermediate
2:00remaining
Behavior of Custom Metrics in AWS CloudWatch

What happens when you publish a custom metric to AWS CloudWatch?

AThe metric is stored, but you are charged based on the number of metrics and data points published.
BThe metric is stored and available immediately with no charges applied.
CThe metric replaces any default metrics with the same name automatically.
DThe metric is only stored locally on the instance and not visible in CloudWatch.
Attempts:
2 left
💡 Hint

Consider AWS pricing for custom monitoring data.

Architecture
advanced
2:30remaining
Designing Monitoring with Default and Custom Metrics

You want to monitor an application running on EC2 instances. You need CPU usage, memory usage, and a custom business metric. Which approach is best?

AUse default metrics for business data and custom metrics for CPU and memory.
BCreate custom metrics for CPU, memory, and business data to have consistent data sources.
CUse only default metrics since they cover CPU and memory usage automatically.
DUse default CloudWatch metrics for CPU and create a custom metric for memory and business data.
Attempts:
2 left
💡 Hint

Remember which metrics AWS collects by default and which require custom setup.

security
advanced
2:30remaining
Security Considerations for Custom Metrics in AWS CloudWatch

Which of the following is a best practice to secure custom metrics data sent to CloudWatch?

AUse IAM roles with least privilege to allow only necessary metric publishing permissions.
BAllow all EC2 instances to publish metrics to CloudWatch without restrictions for simplicity.
CSend custom metrics over unencrypted HTTP to reduce latency.
DStore custom metrics data locally on instances to avoid exposing data in CloudWatch.
Attempts:
2 left
💡 Hint

Think about AWS security best practices for permissions and data transmission.

Best Practice
expert
3:00remaining
Cost Optimization with Default and Custom Metrics

Your application generates many custom metrics, causing high CloudWatch costs. Which strategy best reduces costs while maintaining monitoring quality?

ADelete all custom metrics and rely only on default metrics regardless of monitoring needs.
BAggregate multiple related custom metrics into fewer metrics using dimensions and statistics.
CIncrease the frequency of custom metric publishing to get more detailed data.
DPublish all metrics as separate custom metrics without aggregation for clarity.
Attempts:
2 left
💡 Hint

Think about how to reduce the number of metrics without losing important information.