[go: up one dir, main page]

100% found this document useful (1 vote)
204 views14 pages

Ccna-200-301 - 6.0 Automation and Programmability Questions

The document contains a quiz with multiple choice questions about automation and programmability topics covered in the CCNA 200-301 exam. There are 14 total questions testing knowledge of concepts like SDN, network programmability, and Cisco technologies like DNA Center and ACI.

Uploaded by

nomar24
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
204 views14 pages

Ccna-200-301 - 6.0 Automation and Programmability Questions

The document contains a quiz with multiple choice questions about automation and programmability topics covered in the CCNA 200-301 exam. There are 14 total questions testing knowledge of concepts like SDN, network programmability, and Cisco technologies like DNA Center and ACI.

Uploaded by

nomar24
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

06/04/2021 ccna-200-301: 6.

0 Automation and Programmability Questions

Você acessou como Misael Henrique Sabóia Reimão (Sair)

Home Meus Cursos

Página Inicial ► ccna-200-301 ► Questionários ► 6.0 Automation and Programmability


Questions ► Tentativa 1

6.0 Automation and Programmability Questions - Tentativa


1

1 A Layer 2 switch examines a frame’s destination MAC address and chooses


Notas: -
to forward that frame out port G0/1 only. That action occurs as part of which
-/1 plane of the switch?

Escolher a. Control plane


uma b. Management plane
resposta.
c. Data plane
d. Table plane

Enviar

2 A network uses an SDN architecture with switches and a centralized


Notas: -
controller. Which of the following terms describes a function or functions
-/1 expected to be found on the switches but not on the controller?

Escolher a. A southbound interface


uma b. Data plane functions
resposta.
c. Control plane functions
d. A northbound interface

Enviar

3 A router uses OSPF to learn routes and adds those to the IPv4 routing table.
Notas: -
That action occurs as part of which plane of the switch?
-/1

www.dltec.com.br/class/mod/quiz/attempt.php?id=4231 1/14
06/04/2021 ccna-200-301: 6.0 Automation and Programmability Questions

Escolher a. Management plane


uma b. Table plane
resposta.
c. Control plane
d. Data plane

Enviar

4 An enterprise moves away from manual configuration methods, making


Notas: -
changes by editing centralized configuration files. Which answers list an
-/1 issue solved by using a version control system with those centralized files?
(Choose two answers.)

Escolha a. The ability to use a template with per-device variables


pelo to create configurations
menos b. The ability to find which engineer changed the central
uma configuration file on a date/time
resposta.
c. The ability to recognize configuration drift in a device
and notify the staff
d. The ability to find the details of what changed in the
configuration file over time

Enviar

5 Configuration monitoring (also called configuration enforcement) by a


Notas: -
configuration management tool generally solves which problem?
-/1

Escolher a. Testing a configuration change to determine whether it


uma will be rejected or not when implemented
resposta. b. Listing differences between a former and current
configuration
c. Tracking the identity of individuals who changed files,
along with which files they changed
d. Finding instances of configuration drift

Enviar

6 Examine the following URI that works with a Cisco DNA Controller: https:
Notas: -
//dnac.example.com/dna/intent/api/1/network-device?
-/1 managementIPAddress=10.10.22.74 Which part of the URI, per the API

www.dltec.com.br/class/mod/quiz/attempt.php?id=4231 2/14
06/04/2021 ccna-200-301: 6.0 Automation and Programmability Questions

documentation, is considered to identify the resource but not any


parameters?

Escolher a. managementIPAddress=10.10.22.74
uma b. https://
resposta.
c. dna/intent/api/v1/network-device
d. dnac.example.com

Enviar

7 In Cisco Software-Defined Access (SDA), which term refers to the devices


Notas: -
and cabling, along with configuration that allows the network device nodes
-/1 enough IP connectivity to send IP packets to each other?

Escolher a. Overlay
uma b. Underlay
resposta.
c. Fabric
d. VXLAN

Enviar

8 In Cisco Software-Defined Access (SDA), which term refers to the functions


Notas: -
that deliver endpoint packets across the network using tunnels between the
-/1 ingress and egress fabric nodes?

Escolher a. VXLAN
uma
b. Underlay
resposta.
c. Overlay
d. Fabric

Enviar

9 In Software-Defined Access (SDA), which of the answers are part of the


Notas: -
overlay data plane?
-/1

Escolher a. VXLAN
uma b. GRE
resposta.
c. OSPF
d. LISP
www.dltec.com.br/class/mod/quiz/attempt.php?id=4231 3/14
06/04/2021 ccna-200-301: 6.0 Automation and Programmability Questions

Enviar

10 The code written in JSON below is written correctly.


Notas: -
-/1 {
“response”:{
“taskId”:{},
“url”:”string”
},
“version”: “string”
}

Escolher a. False
uma b. True
resposta.
Enviar

11 The code written in JSON below is written correctly.


Notas: -
-/1 {
“response”- {
“taskId”- {};
“url”-“string”
},
“version”-“string”
}

Escolher a. True
uma b. False
resposta.
Enviar

12 To which types of nodes should an ACI leaf switch connect in a typical


Notas: -
single-site design? (Choose two answers.)
-/1

Escolha a. A subset of the spine switches


pelo b. Some of the endpoints
menos
uma c. All of the other leaf switches
resposta. d. None of the endpoints
e. All of the spine switches

www.dltec.com.br/class/mod/quiz/attempt.php?id=4231 4/14
06/04/2021 ccna-200-301: 6.0 Automation and Programmability Questions

Enviar

13 What are two benefits of network automation? (Choose two)


Notas: -
-/1 Escolha a. reduced hardware footprint
pelo b. increased network security
menos
uma c. faster changes with more reliable results
resposta. d. reduced operational costs
e. fewer network failures

Enviar

14 What are two characteristics of a controller-based network? (Choose two)


Notas: -
-/1 Escolha a. It decentralizes the control plane, which allows each
pelo device to make its own forwarding decisions
menos
b. The administrator can make configuration updates from
uma
the CLI
resposta.
c. It uses northbound and southbound APIs to
communicate between architectural layers
d. It moves the control plane to a central point.
e. It uses Telnet to report system issues.

Enviar

15 What are two southbound APIs? (Choose two )


Notas: -
-/1 Escolha a. Thrift
pelo b. NETCONF
menos
uma c. CORBA
resposta. d. OpenFlow
e. DSC

Enviar

16 What makes Cisco DNA Center different from traditional network


management applications and their management of networks?

www.dltec.com.br/class/mod/quiz/attempt.php?id=4231 5/14
06/04/2021 ccna-200-301: 6.0 Automation and Programmability Questions

Notas: -
Escolher a. It only supports auto-discovery of network elements in a
-/1
uma greenfield deployment.
resposta. b. It does not support high availability of management
functions when operating in cluster mode
c. It modular design allows someone to implement
different versions to meet the specific needs of an
organization
d. IT abstracts policy from the actual device configuration

Enviar

17 Which answer best describes the meaning of the term configuration drift?
Notas: -
-/1 Escolher a. Larger and larger sections of unnecessary configuration
uma in a device
resposta. b. Differences in device configuration versus a centralized
backup copy
c. Changes to a single device’s configuration over time
versus that single device’s original configuration
d. Changes to a single device’s configuration over time
versus other devices that have the same role

Enviar

18 Which answers best describe options of how to implement security with


Notas: -
scalable groups using DNA Center and SDA? (Choose two answers.)
-/1

Escolha a. An automation application using NETCONF


pelo b. A human user using the CLI of an SDA fabric edge
menos node
uma
resposta. c. A human user from the DNA Center GUI
d. An automation application using REST

Enviar

19 Which answers correctly describe the format of the JSON text below?
Notas: -
(Choose tw answers.)
-/1
{ "myvariable":[1,2,3] }

www.dltec.com.br/class/mod/quiz/attempt.php?id=4231 6/14
06/04/2021 ccna-200-301: 6.0 Automation and Programmability Questions

Escolha a. A JSON object whose value is a JSON array


pelo b. One JSON object that has three key:value pairs
menos
uma c. One JSON object that has one key:value pair
resposta. d. A JSON object whose value is a second JSON object

Enviar

20 Which answers list a matching software development CRUD action to an


Notas: -
HTTP verb that performs that action? (Choose two answers.)
-/1

Escolha a. CRUD update and HTTP PATCH


pelo b. CRUD create and HTTP PATCH
menos
uma c. CRUD read and HTTP GET
resposta. d. CRUD delete and HTTP PUT

Enviar

21 Which answers list an advantage of controller-based networks versus


Notas: -
traditional networks? (Choose two answers.)
-/1

Escolha a. The ability to configure the features for the network


pelo rather than per device
menos b. More consistent device configuration
uma
resposta. c. The ability to have forwarding tables at each device
d. Programmatic APIs available per device

Enviar

22 Which answers refer to JSON values rather than JSON keys as found in the
sample JSON data? (Choose two answers.)
Notas: -
-/1
{
"response": {
"type": "Cisco Catalyst 9300 Switch",
"family": "Switches and Hubs",
"role": "ACCESS",
"managementIpAddress": "10.10.22.66 "
}
}

www.dltec.com.br/class/mod/quiz/attempt.php?id=4231 7/14
06/04/2021 ccna-200-301: 6.0 Automation and Programmability Questions

Escolha a. Everything between the second curly brace and the


pelo penultimate
menos b. “ACCESS”
uma
resposta. c. Everything between the first curly brace and the last
d. “type”
e. “response”

Enviar

23 Which API is used in controller-based architectures to interact with edge


Notas: -
devices?
-/1

Escolher a. northbound
uma b. southbound
resposta.
c. underlay
d. overlay

Enviar

24 Which of the following answers list a correct combination of configuration


Notas: -
management tool and the term used for one of its primary configuration
-/1 files? (Choose two answers.)

Escolha a. Ansible manifest


pelo b. Chef recipe
menos
uma c. Ansible recipe
resposta. d. Puppet manifest

Enviar

25 Which of the following are required attributes of a REST-based API?


Notas: -
(Choose two answers.)
-/1

Escolha a. Objects noted as to whether they can be cached


pelo b. Classful operation
menos
uma c. Uses HTTP
resposta. d. Client/server architecture

Enviar

www.dltec.com.br/class/mod/quiz/attempt.php?id=4231 8/14
06/04/2021 ccna-200-301: 6.0 Automation and Programmability Questions

26 Which of the following configuration management tools uses a push model


Notas: -
to configure network devices?
-/1

Escolher a. None use a push model


uma b. Chef
resposta.
c. Ansible
d. Puppet

Enviar

27 Which of the following controllers (if any) uses a mostly centralized control
Notas: -
plane model?
-/1

Escolher a. Cisco APIC Enterprise Module (APIC-EM)


uma
b. Cisco Application Policy Infrastructure Controller (APIC)
resposta.
c. OpenDaylight Controller
d. None of these controllers uses a mostly centralized
control plane.

Enviar

28 Which of the following data serialization and data modeling languages would
Notas: -
be most likely to be used in a response from a REST-based server API used
-/1 for networking applications? (Choose two answers.)

Escolha a. JSON
pelo b. YAML
menos
uma c. JavaScript
resposta. d. XML

Enviar

29 Which of the following is the JSON encoding of a dictionary or hash?


Notas: -
-/1 Escolher a. [“key”, “value”]
uma b. {“key”, “value”}
resposta.
c. {“key”: “value”}
www.dltec.com.br/class/mod/quiz/attempt.php?id=4231 9/14
06/04/2021 ccna-200-301: 6.0 Automation and Programmability Questions

d. (“key”: “value”)

Enviar

30 Which of the following protocols or tools could be used as part of the Cisco
Notas: -
DNA Center southbound interface? (Choose three answers.)
-/1

Escolha a. SSH
pelo b. NETCONF
menos
uma c. SNMP
resposta. d. Ansible
e. Puppet

Enviar

31 Which option about JSON is true?


Notas: -
-/1 Escolher a. similar to HTML, it is more verbose than XML
uma b. used to describe structured data that includes arrays
resposta.
c. uses predefined tags or angle brackets (<>) to delimit
markup text
d. used for storing information

Enviar

32 Which option best describes an API?


Notas: -
-/1 Escolher a. an architectural style (versus a protocol) for designing
uma applications
resposta. b. request a certain type of data by specifying the URL
path that models the data
c. a stateless client-server model
d. communication often uses either Java scripting, Python,
XML, or simple HTTP

Enviar

33 Which options best describe Chef? (Choose 2)

www.dltec.com.br/class/mod/quiz/attempt.php?id=4231 10/14
06/04/2021 ccna-200-301: 6.0 Automation and Programmability Questions

Notas: -
Escolha a. fundamental configuration elements are stored in a
-/1
pelo manifest
menos b. uses YAML for fundamental configuration elements
uma
resposta. c. uses Ruby for fundamental configuration elements
d. uses SSH for remote device communication
e. uses TCP 8140 for communication
f. uses TCP port 10002 for configuration push jobs

Enviar

34 Which options best describe Puppet? (Choose 2)


Notas: -
-/1 Escolha a. uses TCP port 10002 for configuration push jobs
pelo b. uses SSH for remote device communication
menos
uma c. uses TCP 8140 for communication
resposta. d. fundamental configuration elements are stored in a
manifest
e. uses YAML for fundamental configuration elements
f. uses Ruby for fundamental configuration elements

Enviar

35 Which statement about the Cisco ACI fabric is most accurate?


Notas: -
-/1 Escolher a. The spine switch rewrites the EPG from ingress to
uma egress when it performs the forwarding proxy function
resposta.
b. The APIC is able to enforce security by inserting itself
into the data path.
c. The fabric header carries the EPG from the egress to
the ingress leaf switch.
d. An APIC is a cluster of at least three APIC controllers,
providing a single point of management without a single
point of failure.

Enviar

36 Which statement correctly compares traditional networks and controller-


Notas: -
based networks?
-/1
www.dltec.com.br/class/mod/quiz/attempt.php?id=4231 11/14
06/04/2021 ccna-200-301: 6.0 Automation and Programmability Questions

Escolher a. Traditional and controller-based networks abstract


uma policies from device configurations
resposta. b. Only controller-based networks decouple the control
plane and the data plane
c. Only traditional networks natively support centralized
management
d. Only traditional networks offer a centralized control
plane

Enviar

37 Which two capacities of Cisco DNA Center make it more extensible?


Notas: -
(Choose two)
-/1

Escolha a. SDKs that support interaction with third-party network


pelo equipment
menos b. adapters that support all families of Cisco IOS software
uma
resposta. c. customized versions for small, medium, and large
enterprises
d. modular design that is upgradable as needed
e. REST APIs that allow for external applications to
interact natively with Cisco DNA Center

Enviar

38 Which two encoding methods are supported by REST APIs? (Choose two)
Notas: -
-/1 Escolha a. SGML
pelo b. JSON
menos
uma c. EBCDIC
resposta. d. XML
e. YAML

Enviar

39 Which options best describe Ansible? (Choose 2)


Notas: -
-/1 Escolha a. uses YAML for fundamental configuration elements
pelo b. uses TCP port 10002 for configuration push jobs
www.dltec.com.br/class/mod/quiz/attempt.php?id=4231 12/14
06/04/2021 ccna-200-301: 6.0 Automation and Programmability Questions

menos c. fundamental configuration elements are stored in a


uma manifest
resposta.
d. uses Ruby for fundamental configuration elements
e. uses TCP 8140 for communication
f. uses SSH for remote device communication

Enviar

40 Choose the descriptions from the left on to the correct configuration-


management technologies on the right.
Notas: -
-/1
uses YAML for fundamental configuration Escolher...
elements
uses SSH for remote device communication Escolher...

fundamental configuration elements are stored in Escolher...


a manifest
fundamental configuration elements are stored in Escolher...
a recipe
uses TCP port 10002 for configuration push jobs Escolher...
uses TCP 8140 for communication Escolher...

uses Ruby for fundamental configuration Escolher...


elements (recipe)
fundamental configuration elements are stored in Escolher...
a playbook

Enviar

41 Choose the characteristics of networking from the left onto the correct
Notas: -
networking types on the right.
-/1

focused on devices Escolher...

user input is a policy Escolher...

user block list security model Escolher...

user allow list security model Escolher...

focused on network Escolher...

user input is a configuration Escolher...

Enviar

www.dltec.com.br/class/mod/quiz/attempt.php?id=4231 13/14
06/04/2021 ccna-200-301: 6.0 Automation and Programmability Questions

Salvar sem enviar Enviar página Enviar tudo e terminar

DlteC do Brasil Você acessou como Misael Henrique Sabóia Reimão (Sair)
www.dltec.com.br

www.dltec.com.br/class/mod/quiz/attempt.php?id=4231 14/14

You might also like