PCA (Prometheus Certified Associate) sample exam question with answer 338

Question:
Which of the following operators can be used to combine multiple PromQL queries into a single result set?

  1. sum()
  2. avg()
  3. group()
  4. union()
Answer:
D - union can be used to combine multiple PromQL queries into a single result set