WorksheetsDevNet
Total questions: 21
Worksheet time: 11mins
For which two common tasks is Network automation used? (Choose two.)
device provisioning
accounting
data entry
reporting
text editing
Which format stores information using tags that are defined by the application?
HTML
XML
JSON
NX-API
Why do we learn Python?
It's a really big snake
It's the name of a very funny comedy show
It's simple and easy to learn
It's so rare that no one else knows it
What will the output be from the following code in python?
print("Hello world!")
SyntaxError
Hello world!
"Hello world!"
print(Hello world!)
print("12"*3)
What would this print in python?
36
121212
24
12*3
What will the output be from the following code in python?
print("3+4")
7
3+4
34
SyntaxError
What is the word (command) used in python to display numbers and text on the screen?
input
output
command
Is python an interpreter or compiler programming language?
Compiler
Interpreter
Python is uses braces to block off code
True
False
What HTTP method is used when the user first loads a webpage?
GET
POST
PUT
HTTP
Which of the following is NOT a proper content type for an HTTP response?
HTML document
JSON data
JPEG image
POST request
Which part of the architecture sends a POST request?
Client
Server
Database
Internet
Which are the next git commands valid?
git start, git end, git reset
git status, git reset, git merge
git clone, git init, git destroy
git branch, git checkout, git amend
All above
When a website wants to communicate with your web browser securely, it first sends a............
A baloney sandwich
A secure packet
An encryption key
Digital Certificate
HTTP response?
400
404
504
201
