All practice questions
229 questions
Associate each software-defined network component on the left with its primary architectural function within a Cisco enterprise campus fabric on the right.
Click a left item, then click its matching right item
Items
Matches
Match each software-defined networking component on the left with its primary architectural function within an enterprise fabric infrastructure on the right.
Click a left item, then click its matching right item
Items
Matches
An engineer is organizing the network automation architecture for an enterprise deployment. Match each configuration management framework to the combination of operational architecture, primary transport protocol, and configuration file format it utilizes.
Click a left item, then click its matching right item
Items
Matches
Match each Cisco Software-Defined Access (SD-Access) architectural component or protocol on the left with its primary function on the right.
Click a left item, then click its matching right item
Items
Matches
Match each network configuration management framework on the left to its corresponding operational architecture, primary transport protocol, and native template file type on the right.
Click a left item, then click its matching right item
Items
Matches
Match each network operational task or protocol interaction to its corresponding functional plane or architectural interface.
Click a left item, then click its matching right item
Items
Matches
A network engineer issues a RESTCONF GET request to a Cisco IOS XE router to inspect interface operational state data. The API returns the following JSON payload, which is parsed into a Python dictionary named `payload`:
{
"ietf-interfaces:interfaces-state": {
"interface": [
{
"name": "GigabitEthernet1",
"type": "iana-if-type:ethernetCsmacd",
"oper-status": "up",
"phys-address": "00:50:56:89:a1:b2",
"speed": 1000000000
},
{
"name": "GigabitEthernet2",
"type": "iana-if-type:ethernetCsmacd",
"oper-status": "down",
"phys-address": "00:50:56:89:a1:c3",
"speed": 100000000
}
]
}
}
Match each Python dictionary lookup expression on the left with its evaluated value on the right.
Click a left item, then click its matching right item
Items
Matches
Match each network operation or component to its correct functional plane or architectural interface.
Click a left item, then click its matching right item
Items
Matches
A network automation engineer issues a REST API call to a Cisco Catalyst 9800 Wireless LAN Controller to inspect access point operational telemetry. The controller returns the following JSON encoded response:
{
"response": {
"access_points": [
{
"name": "AP-Lobby-01",
"ip_address": "10.20.40.15",
"radios": [
{ "radio_id": 0, "band": "2.4GHz", "channel": 6, "admin_state": true },
{ "radio_id": 1, "band": "5GHz", "channel": 36, "admin_state": true }
]
},
{
"name": "AP-Conf-02",
"ip_address": "10.20.40.16",
"radios": [
{ "radio_id": 0, "band": "2.4GHz", "channel": 11, "admin_state": false },
{ "radio_id": 1, "band": "5GHz", "channel": 149, "admin_state": true }
]
}
]
}
}
Match each JSON data path expression on the left to its corresponding value on the right based on the returned JSON payload.
Click a left item, then click its matching right item
Items
Matches
A network administrator executes a RESTCONF GET request to retrieve interface and OSPF routing configuration details from a Cisco router. The response payload is stored in a Python dictionary named `data` as shown below:
{
"ietf-interfaces:interface": {
"name": "GigabitEthernet0/0/1",
"description": "Uplink to Core",
"ietf-ip:ipv4": {
"address": [
{
"ip": "10.10.20.1",
"netmask": "255.255.255.0"
}
]
},
"Cisco-IOS-XE-ospf:ospf": {
"process-id": [
{
"id": 100,
"area": [
{
"area-id": "0.0.0.0",
"cost": 20
}
]
}
]
}
}
}
Match each Python expression on the left to the corresponding value extracted from the JSON structure on the right.
Click a left item, then click its matching right item
Items
Matches
Match each OSPFv2 interface configuration command or operational trait on the left with its corresponding network type property or election behavior on the right.
Click a left item, then click its matching right item
Items
Matches
An enterprise network security team is establishing formal terminology for a security awareness program. Match each fundamental security concept on the left to its corresponding description on the right.
Click a left item, then click its matching right item
Items
Matches
Match each OSPFv2 network type or interface configuration on a Cisco router to its corresponding DR/BDR election behavior and default Hello/Dead timer settings.
Click a left item, then click its matching right item
Items
Matches
Match each Public Key Infrastructure (PKI) component on the left with its primary function on the right.
Click a left item, then click its matching right item
Items
Matches
An enterprise security analyst is categorizing security audit findings and incident events into core cybersecurity governance definitions. Match each operational scenario on the left with its corresponding fundamental security concept on the right.
Click a left item, then click its matching right item
Items
Matches
Match each VPN deployment characteristic or operational mode on the left with its corresponding VPN technology concept on the right.
Click a left item, then click its matching right item
Items
Matches
An enterprise network operations center is aligning its infrastructure security framework with Cisco security baseline recommendations. Match each security program element or access control type on the left to its corresponding operational implementation on the right.
Click a left item, then click its matching right item
Items
Matches
A network engineer is configuring digital certificate authentication for Cisco Identity Services Engine (ISE) and enterprise network infrastructure. To ensure proper certificate deployment and validation, the engineer must correctly identify the operational function of each Public Key Infrastructure (PKI) element. Match each PKI component on the left to its corresponding primary function on the right.
Click a left item, then click its matching right item
Items
Matches
Match each Layer 2 security mechanism or feature component on the left with its corresponding operational behavior on the right.
Click a left item, then click its matching right item
Items
Matches
A network administrator is implementing Layer 2 security controls on a Cisco Catalyst access switch to defend against rogue DHCP servers, ARP poisoning, and unauthorized MAC address access. Match each Layer 2 security configuration command or feature component on the left to its corresponding operational behavior on the right.
Click a left item, then click its matching right item
Items
Matches