Foundational Network Programmability Concepts
6 important questions on Foundational Network Programmability Concepts
What are 5 pro's of the CLI?
1. Well known and documented
2. Commonly used method
3. Commands can be scripted
4. Syntax help available on each command
5. Connection to CLI can be encrypted (SSH)
What are 8 CONs of the CLI?
Cons:
1. Difficult to scale
2. Large number of commands
3. Must know IOS command syntax
4. Executing commands can be slow
5. Not intuitive
6. Can execute only 1 command at a time
7. CLI and command can change between software versions and platforms.
8. Using CLI can pose a security threat if using telnet.
What are 5 NETCONF operations?
2. <get-config>
3. <edit-config>
4. <copy-config>
5. <delete-config>
- Higher grades + faster learning
- Never study anything twice
- 100% sure, 100% understanding
What HTPP methods and CRUD operations are supported by RESTCONF?
2. POST
3. PUT
4. DELETE
5. OPTIONS
What is a Python dictionary and how is it written?
The dictionary is enclosed within curly braces { }
What two ways can plain string be incorporated in a Python script as a comment?
2. Started with a # for a single line.
The question on the page originate from the summary of the following study material:
- A unique study and practice tool
- Never study anything twice again
- Get the grades you hope for
- 100% sure, 100% understanding