IT CertificationsAnswer Key

Ccna Automation

36 community-sourced questions and answers. Free — no login.

Community-sourced. Answers may be wrong or out of date. Always verify with your official training portal before submitting. Not affiliated with any branch, agency, or vendor. Details.
QUESTION 1

NMS Netowork Management Systems

ANSWER

They use protocols such as SNMP and NetFlow to gather information and report on the state of the network

QUESTION 2

Methods to Automate Network Management

ANSWER

Python scripts, NETCONF, RESTCONF, Ansible, Puppet, SDN, CiscoDNA Center etc.

QUESTION 3

Git

ANSWER

Git is a version control system for tracking changes in source code and files

QUESTION 4

GitHub

ANSWER

GitHub is a Git repository hosting service which adds many of its own features

QUESTION 5

CI/CD

ANSWER

CI is Continuous Integration CD is Continuous Deployment CI/CD is a set of operating principles and practices that enable application development teams to deliver code changes more frequently and reliably

QUESTION 6

Data Serialization

ANSWER

Data serialization is the process of converting structured data to a standardized format that allows sharing or storage of the data in a form that allows recovery of it original structure

QUESTION 7

Data Serialization Language

ANSWER

JSON, XML, YAML

QUESTION 8

JSON

ANSWER

White Space No Meaning Often used by RESTful APIs

QUESTION 9

JSON Object

ANSWER

- Unordered set of name/value pairs - Enclosed in curly braces { } - Value and key separated by : - Key value pairs separated by commas - Keys must be strings, and value

QUESTION 10

JSON Array

ANSWER

an ordered list of values They are surrounded by square brackets [ ]

QUESTION 11

Json data types - 4

ANSWER

Sring: "name":"GigabitEthernet1" Number: "Input Errors" : 3 Boolean: "enabled" : true Null: "msec" : null

QUESTION 12

XML (Extensible Markup Language)

ANSWER

White space has no special meaning in XML <key>value</key> contained within object tags

QUESTION 13

YAML

ANSWER

White space (indentation) is important Starts with --- key: value representation - indicates a list

QUESTION 14

API Application Programming Interfaces

ANSWER

An API is a way for a computer program to communicate directly with another computer program

QUESTION 15

APIs

ANSWER

REST, SOAP, NETConf, RESTconf

QUESTION 16

CRUD Operations

ANSWER

Create, Read, Update, Delete

QUESTION 17

SOAP (Simple Object Access Protocol)

ANSWER

The transport is typically HTTP(S), and the data format is always XML Because it is a protocol it has strict standards to adhere to

QUESTION 18

REST (Representational State Transfer)

ANSWER

HTTP(S) transport and JSON (or XML) data format are commonly used REST is an architecture, not a protocol It typically has faster performance and is easier to work with than SOAP

QUESTION 19

REST Constraints

ANSWER

- Client-server architecture: the client sends a request, the server sends a response - Uniform Interface: provides simplicity - Statelessness: no client context is stored on the server between requests - Cacheability: responses must define themselves as either cacheable or non-cacheable - Layered system: any intermediary devices such as load balancers must be transparent to the client and server

QUESTION 20

REST Request URL

ANSWER

demo.flackbox.com/api/running/aaa/users/niel?dryrun demo.flackbox.com - Target Host /api/running/aaa/users/niel - Resource ?dryrun - Parameters

QUESTION 21

REST Response

ANSWER

1xx - informational 2xx - Success 3xx - Redirection 4xx - Client Error 5xx - Server Error

QUESTION 22

YANG

ANSWER

data modeling language which provides a standardized way to represent the operational and configuration data of a network device

QUESTION 23

Network Management APIs

ANSWER

NetConf, RESTConf, gRPC

QUESTION 24

Postman

ANSWER

used to test APIs

QUESTION 25

Configuration Management Tools

ANSWER

Can automate the provisioning and deployment of servers and network devices

QUESTION 26

Ansible

ANSWER

Angentless Push Model YAML python

QUESTION 27

Puppet

ANSWER

Agent Pull Model

QUESTION 28

Chef

ANSWER

Agent Pull Model

QUESTION 29

Data Plane

ANSWER

Where the router passes data

QUESTION 30

Control Plane

ANSWER

Where the router makes decision on packet handling

QUESTION 31

Management Plane

ANSWER

Where the device is configured and monitored

QUESTION 32

SDN - Data and Control Plane Separation

ANSWER

The network infrastructure devices are still responsible for forwarding traffic, but the control plane moves to a centralized SDN controller Rules for packet handling are sent to the network infrastructure devices from the controller

QUESTION 33

Pure SDN vs Hybrid SDN

ANSWER

With a pure SDN the control plane runs purely on an SDN controller, and the data plane runs purely on the network devices With a hybrid SDN the majority of the control plane intelligence is provided by an SDN controller, but the network devices retain some control plane intelligence as well as the data plane operations

QUESTION 34

SDN Architecture

ANSWER

Application Layer: SDN Application Northbound API: REST Control Layer: SDN Controller Southbound API: OpenFlow, SNMP, REST, NETCONF, SSH Infrastructure Layer: Device

QUESTION 35

IBN Intent Based Networking (IBN)

ANSWER

Intent Based Networking transforms a traditional manual network into a controller led network that translates the business needs into policies that can be automated and applied consistently across the network

QUESTION 36

DNA Center architecture

ANSWER

Application Layer: SDN Application Northbound API: REST Control Layer: DNA Center Southbound API: NETCONF, SSH Infrastructure Layer: Device

Looking for a different version?

CBTs get updated every year. Search for the exact version you're taking (e.g. "cyber awareness 2025").

Search all study materials