nerdexam
Cisco

350-501 · Question #255

What do Chef and Puppet have in common?

The correct answer is B. use a master server. Both Chef and Puppet are configuration management tools that typically operate using a master-agent architecture, where a central server distributes configurations to managed nodes. This master server acts as the central repository for configuration policies and state.

Automation and Assurance

Question

What do Chef and Puppet have in common?

Options

  • Ause Ruby
  • Buse a master server
  • Crequire modules to be created from scratch
  • Dmanage agents referred to as minions

How the community answered

(44 responses)
  • A
    7% (3)
  • B
    89% (39)
  • C
    2% (1)
  • D
    2% (1)

Why each option

Both Chef and Puppet are configuration management tools that typically operate using a master-agent architecture, where a central server distributes configurations to managed nodes. This master server acts as the central repository for configuration policies and state.

Ause Ruby

While both Chef and Puppet have significant ties to Ruby (Chef recipes are written in Ruby DSL, Puppet uses its own DSL which is Ruby-based), this is a language detail rather than a fundamental architectural commonality for their core operation.

Buse a master serverCorrect

Both Chef and Puppet are designed with a client-server (master-agent) architecture. In this model, a central 'master' server stores and manages the desired configuration state, while 'agent' software running on the managed nodes periodically checks in with the master to retrieve and apply their respective configurations.

Crequire modules to be created from scratch

Neither Chef nor Puppet typically require modules to be created from scratch; both have extensive ecosystems of pre-built modules (Cookbooks for Chef, Modules for Puppet) available from communities or vendors.

Dmanage agents referred to as minions

Only SaltStack refers to its agents as 'minions'; Chef refers to its agents as 'nodes,' and Puppet refers to its agents as 'agents.'

Concept tested: Configuration management tool architecture

Source: https://www.puppet.com/docs/puppet/latest/architecture_overview.html

Topics

#Configuration Management#Chef#Puppet#Automation tools

Community Discussion

No community discussion yet for this question.

Full 350-501 Practice