exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 468 discussion

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


Refer to the exhibit. Which Python code snippet prints the descriptions of disabled interfaces only?
A.

B.

C.

D.

Show Suggested Answer Hide Answer
Suggested Answer: B

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
Alberht
Highly Voted 2 years, 2 months ago
!= is the "Is not true operator" think along these lines and B is clarly correct.
upvoted 19 times
...
Brand
Highly Voted 1 year, 10 months ago
Am I the only one who thinks the question is asking "description of disabled interfaces only" and sees the answer B has "if interface enabled = true"? Or am I missing something here.
upvoted 5 times
olaniyijt
1 year, 9 months ago
B seems to be the most correct answer. Consider the != operator which simply means "not true". If "enabled" is not true, then it means the interface is disabled.
upvoted 8 times
straightAnswers
1 year, 8 months ago
Thanks
upvoted 2 times
...
...
...
[Removed]
Most Recent 6 months ago
B is correct != 'true': is like == 'false': != is the opposite of == so != true is for checking if the value of enabled is anything other than true.
upvoted 2 times
...
spamgayy
1 year, 6 months ago
Answer is B
upvoted 1 times
...
Clauster
1 year, 8 months ago
Answer is Clearly C
upvoted 1 times
Clauster
1 year, 8 months ago
Answer is B, my apologies i wish we could change our answers
upvoted 6 times
...
...
kewokil120
1 year, 11 months ago
B is the answer.
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 ...