Cisco® 200-901 Exam Practice Questions (P. 4)
- Full Access (632 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #31
Which two encoding formats do YANG interfaces support? (Choose two.)
- AXMLMost Voted
- BJSONMost Voted
- CXHTML
- DBER
- Eplain text
Correct Answer:
AB
Reference:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/171/b_171_programmability_cg/model_driven_telemetry.html
AB
Reference:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/171/b_171_programmability_cg/model_driven_telemetry.html
send
light_mode
delete
Question #32
Refer to the exhibit.

The JSON data in the exhibit has been parsed and stored into a variable `data`. What returns the value `172.16.0.11`?

The JSON data in the exhibit has been parsed and stored into a variable `data`. What returns the value `172.16.0.11`?
- Adata['items']['host']['value']
- Bdata['items'][1]['host']['value']
- Cdata['items'][0]['host']['value']Most Voted
- Ddata['items']['host'][1]
Correct Answer:
C
C
send
light_mode
delete
Question #33
Refer to the exhibit.

What does the Python function do?

What does the Python function do?
- AIt returns HTTP Basic Authentication.
- BIt returns DNAC user and password.
- CIt reads a token from a local JSON file and posts the token to the DNAC URL.
- DIt returns an authorization token.Most Voted
Correct Answer:
A
Reference:
https://community.cisco.com/t5/cisco-digital-network/how-can-i-make-this-script-to-run/td-p/3882782
A
Reference:
https://community.cisco.com/t5/cisco-digital-network/how-can-i-make-this-script-to-run/td-p/3882782
send
light_mode
delete
Question #34
Package updates from a local server fail to download. However, the same updates work when a much slower external repository is used. Why are local updates failing?
- AThe server is running out of disk space.
- BThe Internet connection is too slow.
- CThe Internet is down at the moment, which causes the local server to not be able to respond.
- DThe update utility is trying to use a proxy to access the internal resource.Most Voted
Correct Answer:
D
D
send
light_mode
delete
Question #35
What is a functionality of the Waterfall method as compared to the Agile method for software development?
- AWaterfall increases agility to implement faster while Agile promotes reliability.
- BA phase begins after the previous phase has ended in Waterfall while Agile phases run in parallel.Most Voted
- CCustomers get feedback during the process in Waterfall while they can see the result at the end in Agile.
- DRequirements can be updated in Waterfall while in Agile it should be gathered in the beginning.
Correct Answer:
B
B
send
light_mode
delete
Question #36
What is a benefit of using functions in the code for the development process?
- Abetter user experience in the end product
- Bimproves code performance
- Ceasier to compile the code
- Dfaster code developmentMost Voted
Correct Answer:
D
D
send
light_mode
delete
Question #37
What is the difference between YAML and JSON data structure?
- AYAML uses spaces; JSON uses parentheses
- BYAML uses indentation; JSON uses brackets and bracesMost Voted
- CYAML uses brackets and braces; JSON uses indentation
- DYAML uses parentheses; JSON uses spaces
Correct Answer:
A
A
send
light_mode
delete
Question #38
A developer is working on a feature for a new application. The changes in the existing branch named 'feat00304' must be integrated into a single commit with the current working primary branch named 'prodapp411926287'. Which git command must be used?
- Agit rebase --merge feat00304
- Bgit merge --squash feat00304Most Voted
- Cgit push --rebase feat00304
- Dgit checkout --squash feat00304
Correct Answer:
B
B
send
light_mode
delete
Question #39
A file that already exists in a local repository is updated. Which command must be executed to ensure that the changes in the file are included in the next Git commit?
send
light_mode
delete
Question #40
Into which type of Python data structure should common data formats be parsed?
send
light_mode
delete
All Pages