HomePage
Jobs
WalkIn
Articles
Group Chat
Contact Us
Feedback
Sitemap
(200-901) DevNet Associate (DEVASC) Exam Page 4 (Dumps)
Question No:-31
Which two encoding formats do YANG interfaces support? (Choose two.)
1. XML
2. JSON
3. XHTML
4. BER
5. plain text
View Answer
Answer:-
(1) and (2)
For Reference:-
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/171/b_171_programmability_cg/model_driven_telemetry.html
Question No:-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`?
1. data['items']['host']['value']
2. data['items'][1]['host']['value']
3. data['items'][0]['host']['value']
4. data['items']['host'][1]
View Answer
Answer:-
3. data['items'][0]['host']['value']
Question No:-33
Refer to the exhibit.
What does the Python function do?
1. It returns HTTP Basic Authentication.
2. It returns DNAC user and password.
3. It reads a token from a local JSON file and posts the token to the DNAC URL.
4. It returns an authorization token.
View Answer
Answer:-
1. It returns HTTP Basic Authentication.
For Reference:-
https://community.cisco.com/t5/cisco-digital-network/how-can-i-make-this-script-to-run/td-p/3882782
4(89%)
(11%)
Question No:-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?
1. The server is running out of disk space.
2. The Internet connection is too slow.
3. The Internet is down at the moment, which causes the local server to not be able to respond.
4. The update utility is trying to use a proxy to access the internal resource.
View Answer
Answer:-
4. The update utility is trying to use a proxy to access the internal resource.
Question No:-35
What is a functionality of the Waterfall method as compared to the Agile method for software development?
1. Waterfall increases agility to implement faster while Agile promotes reliability.
2. A phase begins after the previous phase has ended in Waterfall while Agile phases run in parallel.
3. Customers get feedback during the process in Waterfall while they can see the result at the end in Agile.
4. Requirements can be updated in Waterfall while in Agile it should be gathered in the beginning.
View Answer
Answer:-
2. A phase begins after the previous phase has ended in Waterfall while Agile phases run in parallel.
2(86%)
(14%)
Question No:-36
What is a benefit of using functions in the code for the development process?
1. better user experience in the end product
2. improves code performance
3. easier to compile the code
4. faster code development
View Answer
Answer:-
4. faster code development
Question No:-37
What is the difference between YAML and JSON data structure?
1. YAML uses spaces; JSON uses parentheses
2. YAML uses indentation; JSON uses brackets and braces
3. YAML uses brackets and braces; JSON uses indentation
4. YAML uses parentheses; JSON uses spaces
View Answer
Answer:-
1. YAML uses spaces; JSON uses parentheses
Question No:-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?
1. git rebase --merge feat00304
2. git merge --squash feat00304
3. git push --rebase feat00304
4. git checkout --squash feat00304
View Answer
Answer:-
2. git merge --squash feat00304
Question No:-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?
1. git update
2. git merge
3. git add
4. git rebase
View Answer
Answer:-
1. git update
3(100%)
Question No:-40
Into which type of Python data structure should common data formats be parsed?
1. sequence
2. set
3. dictionary
4. list
View Answer
Answer:-
3. dictionary
3(80%)
4(20%)
1
|
2
|
3
| 4
@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap