exam questions

Exam 350-601 All Questions

View all questions & answers for the 350-601 exam

Exam 350-601 topic 1 question 515 discussion

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

Refer to the exhibit.



An engineer must create a script that downloads the POAP personality tarball file from an FTP server that is exposed in the SERVER environmental variable. The personality file to be downloaded is named with the hostname of the switch and the tar extension. The default method of downloading the file must be SCP.

Which code snippet completes the script?

  • A.
  • B.
  • C.
  • D.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
57ud3n7
7 months, 1 week ago
Selected Answer: D
Rollizo is right. Should you still have doubt, there is mismatched parentheses... Can't be B
upvoted 1 times
...
Rollizo
10 months, 2 weeks ago
Selected Answer: D
The os.system() function in Python is used to execute a command in the system shell. It’s a simple way to run shell commands or scripts from within a Python program. For me is a python scrypt running in NXOS guestshell then you have to use vsh to execute CLI NXOS command.
upvoted 3 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 ...