exam questions

Exam 200-901 All Questions

View all questions & answers for the 200-901 exam

Exam 200-901 topic 1 question 68 discussion

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

FILL BLANK -
Fill in the blanks to complete the statement.
Given a username of `devnet` and a password of `cisco123`, applications must create a base64 encoding of the string `________________` when sending HTTP requests to an API that uses _______________ authentication.

Show Suggested Answer Hide Answer
Suggested Answer: See explanation below.
YWRtaW46Y2lzY28xMjM -

Basic -
Reference:
https://www.cisco.com/c/en/us/td/docs/net_mgmt/elastic_services_controller/4-1/install/guide/Cisco-Elastic-Services-Controller-Install-Upgrade-Guide-
4-1/Cisco-Elastic-Services-Controller-Install-Upgrade-Guide-3-0_chapter_01011.html

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
anagy11
Highly Voted 2 years, 8 months ago
devnet:cisco123 ; Basic
upvoted 28 times
EAG
1 year ago
Very correct.
upvoted 1 times
...
[Removed]
2 years, 8 months ago
You are right. Thank you!
upvoted 1 times
macxsz
2 years, 6 months ago
Correct
upvoted 1 times
...
...
...
sucre1
Highly Voted 2 years, 11 months ago
echo -n devnet:cisco123 | base64
upvoted 7 times
...
herrmann69
Most Recent 10 months, 2 weeks ago
Question: Given a username of `devnet` and a password of `cisco123`, applications must create a base64 encoding of the string `________________` when sending HTTP requests to an API that uses _______________ authentication. Filled: Given a username of `devnet` and a password of `cisco123`, applications must create a base64 encoding of the string `devnet:cisco123` when sending HTTP requests to an API that uses Basic authentication.
upvoted 4 times
...
[Removed]
2 years, 8 months ago
The string is Authorization. And then basic "base64 encoding"
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 ...