Which model-driven programmability protocol does Cisco IOS XE Software support?
The latest changes and updates from the administration for this exam.
Latest Update: Jun 11 2026
All questions are working fine.
Which model-driven programmability protocol does Cisco IOS XE Software support?
Which two types of NAT are used in a network? (Choose two.)
Select all that apply
Refer to the exhibit.

What is represented in this YANG module?
A developer is reviewing a code that was written by a colleague. It runs fine, but there are many lines of code to do a seemingly simple task repeatedly. Which action organizes the code?
Which CI/CD tool is an automation tool used to build, test, and deploy software?
Refer to the exhibit.

The definition of the YANG module and a RESTCONF query sent to a Cisco IOS XE device is shown. Which statement is correct if the RESTCONF interface responds with a 204 status code?
What is the purpose of the Cisco VIRL software tool?
FILL BLANK -
Fill in the blanks to complete the Python script to request a service ticket using the APIC-EM REST API for the user "devnetuser". import requests import json controller = 'devnetapi.cisco.com/sandbox/apic_em' url = "https://" + controller + "api/va/ticket" payload = {'username': '_________________', 'password': "˜370940885'} header = {'Content-type': 'application.json'} response = _______________________.post(url, data=json.dumps(payload), \ headers= ______________________, verify=False) r_json = response.json() print(r_json) ticket = r_json["response"]["serviceTicket"] print(ticket)
What are two benefits of managing network configuration via APIs? (Choose two.)
Select all that apply
What is the purpose of a MAC address?