Grafana

 20 Minutes
 10 Questions


This test is designed to assess a candidate's knowledge of the basics of technology and Grafana. It will cover topics such as setting up Grafana, configuring data sources, creating dashboards, and using Grafana's features. The test will also include questions about general technology concepts such as networking, security, and cloud computing.


Example Question:

Multiple-Choice
While editing the following grafana Datasource YAML file, how will you fill the password value assuming it is stored in an environment variable called PASSWORD



datasources:
- name: Graphite
url: http://demo.com:8080
user: root
secureJsonData:
password: //Answer goes here