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

Question:
kafka_topic_partition_replicas metric tracks the number of partitions for a topic/partition. Which query will get the number of partitions for the past 2 hours. Result should return a range vector

  1. kafka_topic_partition_replicas range 2h
  2. kafka_topic_partition_replicas[2h]
  3. kafka_topic_partition_replicas offset 2h
  4. kafka_topic_partition_replicas<2h>
Answer:
B - is the correct answer