최신Linux Foundation Prometheus Certified Associate - PCA무료샘플문제
문제1
Given the metric prometheus_tsdb_lowest_timestamp_seconds, how do you know in which month the lowest timestamp of your Prometheus TSDB belongs?
Given the metric prometheus_tsdb_lowest_timestamp_seconds, how do you know in which month the lowest timestamp of your Prometheus TSDB belongs?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제2
Which of the following PromQL queries is invalid?
Which of the following PromQL queries is invalid?
정답: C
설명: (ExamPassdump 회원만 볼 수 있음)
문제3
What does scrape_interval configure in Prometheus?
What does scrape_interval configure in Prometheus?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제4
Which Alertmanager feature allows you to temporarily stop notifications for a specific alert?
Which Alertmanager feature allows you to temporarily stop notifications for a specific alert?
정답: B
설명: (ExamPassdump 회원만 볼 수 있음)
문제5
What is a rule group?
What is a rule group?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)
문제6
What should you do with counters that have labels?
What should you do with counters that have labels?
정답: D
설명: (ExamPassdump 회원만 볼 수 있음)
문제7
The following is a list of metrics exposed by an application:
http_requests_total{code="500"} 10
http_requests_total{code="200"} 20
http_requests_total{code="400"} 30
http_requests_total{verb="POST"} 30
http_requests_total{verb="GET"} 30
What is the issue with the metric family?
The following is a list of metrics exposed by an application:
http_requests_total{code="500"} 10
http_requests_total{code="200"} 20
http_requests_total{code="400"} 30
http_requests_total{verb="POST"} 30
http_requests_total{verb="GET"} 30
What is the issue with the metric family?
정답: A
설명: (ExamPassdump 회원만 볼 수 있음)