Datadog Datadog Fundamentals - Datadog Fundamentals Exam
Page: 3 / 18
Total 90 questions
Question #11 (Topic: Exam A)
Which of the following serve as a key foundation for Datadog observability?
A. errors
B. tags
C. traces
Answer: B
Question #12 (Topic: Exam A)
Which data types are most fundamental to observability?
A. events, traces, logs
B. metrics, logs, tags
C. metrics, traces, logs
Answer: C
Question #13 (Topic: Exam A)
Which of the following backend programming languages are fully supported by Datadog?
A. JavaScript and C++
B. Rust and Python
C. Ruby and Go
Answer: C
Question #14 (Topic: Exam A)
Which value MUST be set in the datadog.yaml file to enable Datadog Agent debug-level logs?
A. log_level=debug
B. log_level: ‘debug’
C. log_level= ‘debug’
Answer: B
Question #15 (Topic: Exam A)
In the following YAML block, what is the data type of excluded_filesystems?
instances:
-use_mount: false
excluded_filesystems:
-tmpfs
-/dev/sda2
-/dev/sda1
instances:
-use_mount: false
excluded_filesystems:
-tmpfs
-/dev/sda2
-/dev/sda1
A. a list
B. a mapping
C. a tuple
Answer: A