All practice questions
229 questions
Match each HTTP verb commonly used in REST-based network automation APIs to its corresponding CRUD operation.
Click a left item, then click its matching right item
Items
Matches
A network automation engineer is building Python scripts to manage network infrastructure via Cisco DNA Center and RESTCONF API endpoints. Match each HTTP request component or operation to its correct RESTful behavior.
Click a left item, then click its matching right item
Items
Matches
Match each HTTP request method used in REST-based network management APIs to its primary function and corresponding CRUD operation.
Click a left item, then click its matching right item
Items
Matches
An enterprise network engineering team is modernizing its operations infrastructure. Match each operational transition on the left with its corresponding primary benefit to network management on the right.
Click a left item, then click its matching right item
Items
Matches
Match each network device operation or architectural component to its corresponding plane of operation or processing path in a modern router or switch architecture.
Click a left item, then click its matching right item
Items
Matches
A network automation engineer issues an HTTP GET request to a Cisco IOS-XE RESTCONF API endpoint to retrieve BGP neighbor status details. The router returns the following JSON-encoded response:
{
"Cisco-IOS-XE-bgp:bgp-state-data": {
"bgp-neighbors": [
{
"neighbor-id": "192.168.10.1",
"remote-as": 65001,
"state": "Established",
"address-family": [
{
"af-name": "ipv4-unicast",
"prefixes": {
"accepted": 42,
"sent": 15
}
},
{
"af-name": "vpnv4-unicast",
"prefixes": {
"accepted": 120,
"sent": 88
}
}
]
},
{
"neighbor-id": "192.168.20.2",
"remote-as": 65002,
"state": "Active",
"address-family": [
{
"af-name": "ipv4-unicast",
"prefixes": {
"accepted": 0,
"sent": 0
}
}
]
}
]
}
}
Match each Python dictionary lookup / data extraction expression on the left to its corresponding value or evaluated data type on the right based on the JSON response payload.
Click a left item, then click its matching right item
Items
Matches
A network automation engineer is building Python scripts to interact with Cisco DNA Center and RESTCONF API interfaces. Match each HTTP request configuration on the left to its corresponding RESTful API operational behavior on the right.
Click a left item, then click its matching right item
Items
Matches
Match each architectural concept or communication interface to its corresponding functional role in traditional vs. controller-based networking environments.
Click a left item, then click its matching right item
Items
Matches
A network engineer is implementing automated API calls against a Cisco Catalyst Center controller. Match each HTTP request verb to its corresponding CRUD operation and database handling behavior.
Click a left item, then click its matching right item
Items
Matches
A network automation engineer is selecting configuration management tools for an enterprise infrastructure overhaul. Match each configuration management mechanism or artifact on the left with its corresponding operational model, transport mechanism, and configuration language characteristics on the right.
Click a left item, then click its matching right item
Items
Matches
Match each Cisco Software-Defined Architecture component or protocol on the left with its corresponding architectural role or operational function on the right.
Click a left item, then click its matching right item
Items
Matches
A network automation engineer sends an HTTP GET request to a Cisco IOS XE RESTCONF endpoint to check IP SLA operation status. The API returns the following JSON payload:
{
"Cisco-IOS-XE-sla:sla": {
"ip-sla": [
{
"oper-id": 101,
"type": "icmp-echo",
"destination": "192.168.50.1",
"stats": {
"rtt-ms": 14,
"state": "active",
"history": [
{"sample-id": 1, "rtt": 12, "success": true},
{"sample-id": 2, "rtt": 16, "success": true}
]
}
},
{
"oper-id": 102,
"type": "udp-jitter",
"destination": "10.10.20.5",
"stats": {
"rtt-ms": 4,
"state": "inactive",
"history": [
{"sample-id": 1, "rtt": 4, "success": false}
]
}
}
]
}
}
Based on the JSON payload provided above, match each data extraction path on the left to its correct extracted value and data type on the right.
Click a left item, then click its matching right item
Items
Matches
An enterprise network architect is creating documentation to clarify plane responsibilities and interfaces in traditional versus software-defined controller-based architectures. Match each operational task or network behavior on the left to the corresponding architectural component or interface model on the right.
Click a left item, then click its matching right item
Items
Matches
A network automation engineer is building a Python script to interact with a Cisco REST-based API. Match each HTTP request verb on the left to its corresponding operational characteristic or CRUD function on the right.
Click a left item, then click its matching right item
Items
Matches
In a modern enterprise network transitioning from traditional routing to a software-defined fabric architecture, different operational tasks are assigned to distinct functional planes. Match each specific network task or protocol operation to the corresponding architectural plane responsible for executing it.
Click a left item, then click its matching right item
Items
Matches
Match each architectural concept to its corresponding description within traditional and controller-based networking environments.
Click a left item, then click its matching right item
Items
Matches
Match each configuration management tool on the left with its corresponding operational traits, communication protocols, and file terminology on the right.
Click a left item, then click its matching right item
Items
Matches
When interacting with RESTful network APIs, network engineers use specific HTTP request verbs to execute CRUD (Create, Read, Update, Delete) operations against management endpoints. Match each HTTP request verb on the left to its corresponding operational behavior on the right.
Click a left item, then click its matching right item
Items
Matches
Match each software-defined architecture component or protocol on the left with its corresponding operational role within a Cisco enterprise fabric on the right.
Click a left item, then click its matching right item
Items
Matches
Match each HTTP request method used in network automation REST APIs to its corresponding CRUD operation and operational behavior.
Click a left item, then click its matching right item
Items
Matches