exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 80 discussion

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


Refer to the exhibit. Which cURL request is included in the presented XML as the body of the response?
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
python_tamer
Highly Voted 2 years, 4 months ago
I would say A because it's a get, specifically of Gi2 (not all interfaces)
upvoted 23 times
...
Amade
Highly Voted 2 years, 4 months ago
A is the correct answer , the restconf api use HTTP Basic Auth as the authentication.
upvoted 5 times
...
doble_h
Most Recent 6 months, 2 weeks ago
team but why you should send the mask for a get?, i'll go for C
upvoted 2 times
...
Teringzooi
1 year, 8 months ago
Correct answer: A. Only Gig2 getting back.
upvoted 1 times
...
Safinok
1 year, 8 months ago
A is correct
upvoted 1 times
...
designated
1 year, 9 months ago
A is correct since it is listing only Gig2 and it is using basic auth as required by restconf and netconf. curl -X GET \ https://<HOST><PORT>/restconf/data/ietf-interfaces:interfaces/\ interface=GigabitEthernet2 \ -H 'Authorization' Basic <TOKEN>'
upvoted 3 times
...
Boboche
1 year, 11 months ago
Answer is A, B is not correct - response will start with <interfaces not <interface
upvoted 3 times
...
__al__
2 years, 2 months ago
I would go with A. I think for D to be correct, it would have to contain Auth.
upvoted 1 times
...
Johnno26
2 years, 4 months ago
Answer should be B. Also see page 37 of this Cisco Live doc: https://www.ciscolive.com/c/dam/r/ciscolive/us/docs/2019/pdf/DEVNET-1022.pdf
upvoted 2 times
udo2020
2 years, 3 months ago
With B you get all Interfaces. IMO the interface must be specified!
upvoted 1 times
...
...
duracell
2 years, 5 months ago
D is correct.
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 ...