exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 334 discussion

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

What is a requirement for an Ansible-managed node?

  • A. It must have an SSH server running.
  • B. It must be a Linux server or a Cisco device.
  • C. It must support ad hoc commands.
  • D. It must have an Ansible Tower installed.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
Patrick1234
Highly Voted 3 years, 6 months ago
How are you ever going to open a session to a node if its not running an ssh server? A is correct.
upvoted 7 times
bogd
2 years, 10 months ago
WinRM for Windows machines, various REST APIs, etc. There are more things managed by Ansible than are dreamt of in your philosophy... :p
upvoted 3 times
Lrrr_FromOmicronPersei8
1 year, 4 months ago
I salute your sarcasm sir.
upvoted 3 times
...
...
...
[Removed]
Most Recent 7 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
Shri_Fcb10
7 months, 1 week ago
Selected Answer: A
Ansible communicates with managed nodes over SSH by default, so the managed nodes must have an SSH server running and be accessible via SSH for Ansible to configure them. So, the correct answer is A. It must have an SSH server running.
upvoted 3 times
...
due
1 year, 3 months ago
Selected Answer: A
Ansible control machine (where you run Ansible from) and the managed nodes (where Ansible executes tasks) need to have SSH clients installed. However, the specific requirement I mentioned in my previous response is that the managed nodes must have an SSH server running, which is necessary for Ansible to establish connections and remotely manage those nodes. To clarify: -Ansible control machine: Requires an SSH client to establish connections to managed nodes. -Managed nodes: Require an SSH server to accept incoming connections from the Ansible control machine.
upvoted 4 times
...
LanreDipeolu
1 year, 3 months ago
Selected Answer: C
If Ansible does not support ad hoc command, it will not run SSH. So the answer is C
upvoted 1 times
...
Asymptote
1 year, 11 months ago
Selected Answer: A
In order for a node to be managed by Ansible, it must have an SSH server running and be reachable from the machine running Ansible. Ansible uses SSH to connect to and communicate with managed nodes, so an SSH server is required in order for Ansible to function properly. It's worth noting that while Ansible is typically used to manage Linux servers, it can also be used to manage nodes running other operating systems, such as Windows, which may have different requirements.
upvoted 3 times
...
bogd
2 years, 10 months ago
Selected Answer: A
The SSH requirement has not been true for a long time... Think Windows nodes for example, where the connection is made over WinRM. However, all the other answers are clearly false, so I can only assume the author was only thinking of Linux/Cisco machines. So A it is...
upvoted 2 times
...
cert_man_1337
3 years, 6 months ago
Taken from the book pager 876-877 "Ansible communicates using SSH for a majority of device, and it can support Windows Remote Management (WinRM) and other transport methods to the clients it manages". As well as the Ansible website https://www.ansible.com/overview/how-ansible-works "SSH is not the only transport possible" Therefore... A is wrong based on the books and the Ansible website. B is wrong because WinRM is supported, thus Windows is supported. C is likely correct because of how Ansible works. D is wrong because Ansible Towers are not required for an Ansible deployment.
upvoted 2 times
gtddrf
3 years, 4 months ago
Answer is A. Referencing the same document, it states, "Ansible then executes these modules (over SSH by default), and removes them when finished."
upvoted 5 times
...
...
[Removed]
3 years, 7 months ago
350-401
upvoted 1 times
[Removed]
3 years, 7 months ago
The given answer is correct
upvoted 1 times
chris110
3 years, 5 months ago
please explane
upvoted 1 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 ...