PCA (Prometheus Certified Associate) sample exam question with answer 331
Question:
What query will return all the instances whose active memory bytes is less than 10000?
- node_memory_Active_bytes < 10000
- node_memory_Active_bytes !< 10000
- node_memory_Active_bytes > 10000
- node_memory_Active_bytes{< 10000}
Answer:
A - correct answer