nerdexam
Cisco

350-401 · Question #1104

Drag and Drop Question Drag and drop the automation characteristics from the left onto the corresponding tools on the right. Answer:

The correct answer is Ansible: all functions are performed over SSH; Ansible: YAML configuration language; Ansible: based on Python; Chef: Ruby syntax in configuration files. Ansible uses SSH for agentless communication (no additional agents needed on managed nodes), writes playbooks in YAML for human-readable configuration, and is built on Python as its underlying language. Chef, by contrast, uses a Ruby-based DSL for its configuration files (cookboo

Submitted by paula_co· Mar 6, 2026Automation and Programmability – Understanding the characteristics, languages, and protocols used by common network/infrastructure automation tools such as Ansible, Chef, Puppet, and SaltStack (e.g., CompTIA Network+, CCNA, or DevNet Associate)

Question

Drag and Drop Question Drag and drop the automation characteristics from the left onto the corresponding tools on the right. Answer:

Exhibit

350-401 question #1104 exhibit

Answer Area

Drag items

all functions are performed over SSHRuby syntax in configuration filesYAML configuration languagebased on Python

Correct arrangement

  • Ansible: all functions are performed over SSH
  • Ansible: YAML configuration language
  • Ansible: based on Python
  • Chef: Ruby syntax in configuration files

Explanation

Ansible uses SSH for agentless communication (no additional agents needed on managed nodes), writes playbooks in YAML for human-readable configuration, and is built on Python as its underlying language. Chef, by contrast, uses a Ruby-based DSL for its configuration files (cookbooks and recipes), which distinguishes it from Ansible's YAML approach.

Topics

#Automation Tools#Ansible#Chef#Infrastructure as Code

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice