exam questions

Exam 200-901 All Questions

View all questions & answers for the 200-901 exam

Exam 200-901 topic 1 question 142 discussion

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


Refer to the exhibit. Which line must be included in the Bash script for the Python code to succeed?

  • A. define WEBEX_TEAMS_ACCESS_TOKEN=your_access_token_here
  • B. export WEBEX_TEAMS_ACCESS_TOKEN=your_access_token_here
  • C. set WEBEX_TEAMS_ACCESS_TOKEN=your_access_token_here
  • D. WEBEX_TEAMS_ACCESS_TOKEN=your_access_token_here
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
kymoni
7 months ago
Selected Answer: B
answer B - "export" is for Linux, "set" is for Windows. In this case, the output is from Linux
upvoted 1 times
...
aplicacion101
2 years, 1 month ago
Selected Answer: B
Seems B Use your Webex Teams Access Token As a best practice, you can store your Webex Teams access token ‘credential’ as an environment variable in your development or production environment. By default, webexteamssdk will look for a WEBEX_TEAMS_ACCESS_TOKEN environment variable when creating new connection objects. There are many places and diverse ways that you can set an environment variable, which can include: A setting within your development IDE A setting in your container / PaaS service A statement in a shell script that configures and launches your app It can be as simple as setting it in your CLI before running your script… $ WEBEX_TEAMS_ACCESS_TOKEN=your_access_token_here $ python myscript.py …or putting your credentials in a shell script that you source when your shell starts up or before your run a script: $ cat mycredentials.sh export WEBEX_TEAMS_ACCESS_TOKEN=your_access_token_here $ source mycredentials.sh $ python myscript.py
upvoted 1 times
...
macxsz
2 years, 4 months ago
Selected Answer: B
We may use export to set an environmental variable
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago