exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 335 discussion

Actual exam question from Cisco's 350-401
Question #: 335
Topic #: 1
[All 350-401 Questions]

Which characteristic distinguishes Ansible from Chef?

  • A. Ansible uses Ruby to manage configurations. Chef uses YAML to manage configurations.
  • B. The Ansible server can run on Linux, Unix or Windows. The Chef server must run on Linux or Unix.
  • C. Ansible pushes the configuration to the client. Chef client pulls the configuration from the server.
  • D. Ansible lacks redundancy support for the primary server. Chef runs two primary servers in active/active mode.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
Ansible works by connecting to your nodes and pushing out small programs, called ג€Ansible modulesג€ to them. These programs are written to be resource models of the desired state of the system. Ansible then executes these modules (over SSH by default), and removes them when finished.
Chef is a much older, mature solution to configure management. Unlike Ansible, it does require an installation of an agent on each server, named chef-client. Also, unlike Ansible, it has a Chef server that each client pulls configuration from.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
[Removed]
Highly Voted 3 years, 7 months ago
The given answer is correct
upvoted 7 times
...
[Removed]
Most Recent 7 months ago
Selected Answer: C
C is correct
upvoted 1 times
...
Splashisthegreatestmovie
1 year, 6 months ago
I hate some of these questions. Answer C which is the only "correct" answer is a comparison and contrast of Ansible and Chef instead of describing a characteristic of Ansible.
upvoted 1 times
ihateciscoreally
1 year, 4 months ago
sometimes you dont know whether to rely on instinct or your knowledge. cisco exams are very valuable but they are so sh*tty constructed...
upvoted 1 times
...
...
x3rox
1 year, 11 months ago
Answer is correct B: is wrong since it's available for Windows and MacOS as well https://docs.chef.io/chef_install_script/
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...