200-301 · Question #315
Refer to the exhibit. Which type of configuration is represented in the output?
The correct answer is D. Puppet. Assuming the exhibit displays a declarative language defining system resources and their desired states, the output represents a Puppet configuration.
Question
Refer to the exhibit. Which type of configuration is represented in the output?
Exhibits
Options
- AAnsible
- BJSON
- CChef
- DPuppet
How the community answered
(41 responses)- A2% (1)
- B2% (1)
- C5% (2)
- D90% (37)
Why each option
Assuming the exhibit displays a declarative language defining system resources and their desired states, the output represents a Puppet configuration.
Ansible primarily uses YAML for its playbooks and tasks, which has a distinct key-value and list-based structure.
JSON is a data interchange format, not directly a configuration language used by automation tools like Puppet for defining system state.
Chef uses Ruby code for its recipes and cookbooks, offering a more procedural approach and different syntax compared to Puppet's declarative manifests.
Puppet uses a declarative, Ruby-based domain-specific language (DSL) within its manifests to define system configurations and resource states, distinguishing its syntax from other configuration management tools.
Concept tested: Configuration management tool syntax (Puppet)
Source: https://www.puppet.com/docs/puppet/7/lang_summary.html
Topics
Community Discussion
No community discussion yet for this question.

