exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 381 discussion

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

A development team is considering options for implementing a new configuration management solution which must:
• be agentless
• utilize Python as a developing language
• leverage YAML based workflows

Which solution must be chosen?

  • A. Terraform
  • B. Puppet
  • C. Ansible
  • D. Nornir
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
namashivaya
11 months ago
Selected Answer: C
At its core, Ansible operates in an “agentless” fashion. This means you’re freed from the hassle of installing and maintaining agent software on the nodes you manage. Simply put, all you need is SSH access, and you’re good to go. This simplicity is one of the cornerstones of Ansible’s broad appeal. Yet Ansible’s human-readable declarative language, YAML, truly sets it apart. Users can quickly outline and execute complex tasks using playbooks—YAML scripts defining configurations and tasks. These playbooks provide a straightforward, structured method to represent automation workflows, making them easy to write and understand. https://netboxlabs.com/blog/nornir-vs-ansible-how-to-choose/
upvoted 1 times
...
luckymuki
1 year, 2 months ago
Selected Answer: C
Why not Nornir: Nornir is a Python library for managing network devices, not a complete configuration management solution. It wouldn't offer the full feature set needed by the development team.
upvoted 2 times
...
3ca28d8
1 year, 3 months ago
Selected Answer: D
D is correct. you do not really use python as a developing language but rather a backend implementation for Ansible
upvoted 1 times
luckymuki
1 year, 2 months ago
you do, when you develop modules. So it is C - Ansible
upvoted 1 times
...
...
Ch33s3y
1 year, 7 months ago
Selected Answer: C
C - Ansible It is more suited then Nornir to leverage YAML based workflows.
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 ...