nerdexam
Cisco

350-401 · Question #1230

What is a common trait between Ansible and Chef?

The correct answer is B. Both are used for mutable infrastructure.. Both Ansible and Chef are widely used configuration management tools primarily designed to manage and modify existing systems, making them suitable for mutable infrastructure environments.

Submitted by diego_uy· Mar 6, 2026Automation

Question

What is a common trait between Ansible and Chef?

Options

  • ABoth rely on a declarative approach.
  • BBoth are used for mutable infrastructure.
  • CBoth require a client to be installed on hosts.
  • DBoth rely on NETCONF.

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    96% (22)

Why each option

Both Ansible and Chef are widely used configuration management tools primarily designed to manage and modify existing systems, making them suitable for mutable infrastructure environments.

ABoth rely on a declarative approach.

While both can be used with a declarative approach, Ansible is inherently more declarative, whereas Chef allows for more imperative scripting within its recipes, making 'both rely on a declarative approach' less universally defining than their mutable infrastructure use.

BBoth are used for mutable infrastructure.Correct

Both Ansible and Chef are commonly used in scenarios where infrastructure is mutable, meaning servers and network devices are configured, patched, and updated in place over their lifecycle, rather than being replaced with new instances upon every change.

CBoth require a client to be installed on hosts.

Ansible is agentless, relying on SSH, while Chef requires a client (Chef-client) to be installed and running on each managed node, making this statement incorrect.

DBoth rely on NETCONF.

Ansible and Chef are general-purpose configuration management tools that do not exclusively rely on NETCONF; they use various protocols like SSH, WinRM, and their own agents for communication, although they can integrate with NETCONF-enabled devices.

Concept tested: Configuration management tool characteristics

Topics

#Ansible#Chef#Configuration Management#Mutable Infrastructure

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice