Summer Sale Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Cisco 350-401 Implementing Cisco Enterprise Network Core Technologies (350-401 ENCOR) v1.2 Exam Practice Test

Page: 1 / 35
Total 348 questions

Implementing Cisco Enterprise Network Core Technologies (350-401 ENCOR) v1.2 Questions and Answers

Question 1

Question # 1

Question # 1

Options:

Question 2

Question # 2

Question # 2

Options:

Question 3

Question # 3

Question # 3

Options:

Question 4

Question # 4

Question # 4

Options:

Question 5

Question # 5

Question # 5

Options:

Question 6

Question # 6

Question # 6

Options:

Question 7

Question # 7

Question # 7

Options:

Question 8

Question # 8

Question # 8

Options:

Question 9

Question # 9

Question # 9

Options:

Question 10

Question # 10

OR

Question # 10

Question # 10

Options:

Question 11

Question # 11

Question # 11

Options:

Question 12

Question # 12

Question # 12

Question # 12

Options:

Question 13

Question # 13

Question # 13

Options:

Question 14

Question # 14

Question # 14

Options:

Question 15

Question # 15

Options:

Question 16

Question # 16

Question # 16

Options:

Question 17

Question # 17

Question # 17

Options:

Question 18

Question # 18

Question # 18

Options:

Question 19

Question # 19

Question # 19

Options:

Question 20

Question # 20

Question # 20

Options:

Question 21

Question # 21

Question # 21

Options:

Question 22

Question # 22

Question # 22

Question # 22

Options:

Question 23

Question # 23

Question # 23

Options:

Question 24

Question # 24

Question # 24

Options:

Question 25

Question # 25

Question # 25

Question # 25

Question # 25

Options:

Question 26

Question # 26

Question # 26

Options:

Question 27

Question # 27

Question # 27

Options:

Question 28

Question # 28

Question # 28

Options:

Question 29

Question # 29

Question # 29

Options:

Question 30

Question # 30

Refer to the exhibit. R2 is configured as an NTP master sourcing NTP packets from its locally connected interface of 10.1.1.1. Which additional configuration is needed to complete the configuration?

Options:

A.

NTP server 10.1.1.1 key NTP-p455w0rd

B.

NTP trusted-key NTP-p455w0rd

C.

NTP server 10.1.1.1 key 1

D.

NTP trusted-key 1

Question 31

Which data is properly formatted with JSON?

Question # 31

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 32

Refer to the exhibit.

Question # 32

Which Python snippet stores the data structure of the device in JSON format?

Options:

A.

with open( " devices.json " , " w " ) as OutFile:

Devices = json.load(OutFile)

B.

OutFile = open( " devices.json " , " w " )

json.dump(Devices, OutFile)

OutFile.close()

C.

OutFile = open( " devices.json " , " w " )

OutFile.write(str(Devices))

OutFile.close()

D.

with open( " devices.json " , " w " ) as OutFile:

json.dumps(Devices)

Question 33

Drag and drop the automation characteristics from the left onto the appropriate tools on the right. Not all options are used.

Question # 33

Options:

Question 34

Exhibit.

Question # 34

Security policy requires all idle-exec sessions to be terminated in 600 seconds. Which configuration achieves this goal?

Options:

A.

line vty 0 15absolute-timeout 600

B.

line vty 0 15exec-timeout

C.

line vty 01 5exec-timeout 10 0

D.

line vty 0 4exec-timeout 600

Question 35

Which security feature does stateless authentication and authorization use for REST API calls?

Options:

A.

OAuth 2 tokens

B.

cookie-based session authentication

C.

API keys

D.

SSL/TLS certificate encryption

Question 36

Which two mechanisms are used with OAuth 2.0 for enhanced validation? (Choose two.)

Options:

A.

custom headers

B.

authentication

C.

authorization

D.

request management

E.

accounting

Question 37

Which action is a LISP Map Resolver responsible for?

Options:

A.

forwarding user data traffic

B.

accepting map-request messages from ITRs

C.

finding EID-to-RLOC mappings

D.

accepting registration requests from ETRs

Question 38

Question # 38

Refer to the exhibit. What is achieved by this Python script?

Options:

A.

It displays the output from show lldp neighbors into a standard output.

B.

It reads the neighbor count from show lldp neighbors into a dictionary list.

C.

It displays the Layer 3 neighbors from show lldp neighbors on the terminal screen.

D.

It reads the output from show lldp neighbors into an array object.

Question 39

Which outbound access list, applied to the WAN interface of a router, permits all traffic except for HTTP traffic sourced from the workstation with IP address 10.10.10.1?

Options:

A.

ip access-list extended 100

deny tcp host 10.10.10.1 any eq 80

permit ip any any

B.

ip access-list extended 10

deny tcp host 10.10.10.1 any eq 80

permit ip any any

C.

ip access-list extended NO_HTTP

deny tcp host 10.10.10.1 any eq 80

D.

ip access-list extended 200

deny tcp host 10.10.10.1 eq 80 any

permit ip any any

Question 40

Which feature provides data-plane security for Cisco Catalyst SD-WAN networks ' ?

Options:

A.

IPsec

B.

SSH

C.

IPS

D.

TLS/DTLS

Question 41

What is a characteristic of a virtual machine?

Options:

A.

It shares the host OS kernel, binaries, and libraries

B.

It is more resource efficient than a container

C.

It provides an environment completely isolated from the host OS

D.

It is more lightweight than a container

Question 42

What role does Auto-RP serve in a PIM network?

Options:

A.

Distributes IGMP traffic between sparse- and dense-mode PIM networks

B.

Automates the distribution of group-to-RP mappings

C.

Automates the configuration of leaf routers

D.

Performs the rendezvous point election

Question 43

Question # 43

Refer to the exhibit. What is the value of the variable list after the code is run?

Options:

A.

[1, 2, 10]

B.

[1, 2, 3, 10]

C.

[1, 2, 10, 4]

D.

[1, 10, 10, 10]

Question 44

In a Cisco SD-Access solution, which component offers the Anycast Gateway service?

Options:

A.

fabric border node

B.

control plane node

C.

intermediate node

D.

fabric edge node

Question 45

Question # 45

Refer to lhe exhibit. An engineer deploys a script to retrieve the running configuration from a NETCONF-capable CiscoIOSXE device that Is configured with default settings. The script fails. Which configuration must be applied to retrieve the configuration using NETCONF?

Question # 45

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 46

Which network design reduces convergence time between an aggregation layer and a Layer 2 access layer in an enterprise network?

Options:

A.

Traditional looped design that has common VLANs extended between separate access switches

B.

Cisco SD-Access configuration between aggregation intermediate nodes and access layers

C.

Cisco SD-Access configuration between aggregation and access-layer edge nodes

D.

Traditional nonlooped design that has unique VLANs extended between separate access switches

Question 47

How is traffic classified when using Cisco TrustSec technology?

Options:

A.

With the VLAN

B.

With the security group tag

C.

With the MAC address

D.

With the IP address

Question 48

Question # 48

Refer to the exhibit. What is determined from the output?

Options:

A.

10.0.0.100 is managed by Cisco Catalyst Center (formerly DNA Center).

B.

The URL for the second query is syntactically incorrect.

C.

The authentication for the second query fails.

D.

10.0.0.200 is known to DNA Center, but its ID is an empty string.

Question 49

Which two operations are valid for RESTCONF? (Choose two)

Options:

A.

PULL

B.

ADD

C.

HEAD

D.

REMOVE

E.

GET

F.

PUSH

Question 50

What is a characteristic of VRRP?

Options:

A.

It inherently balances load amongst the available gateways.

B.

It ensures symmetric traffic flow upstream and downstream.

C.

It Is a Cisco proprietary protocol.

D.

It uses a virtual IP address and a virtual MAC address to achieve redundancy

Question 51

In a Cisco SD-Access solution, what is the role of a fabric edge node?

Options:

A.

to connect the fusion router to the SD-Access fabric

B.

to connect wired endpoints to the SD-Access fabric

C.

to advertise fabric IP address space to external networks

D.

to connect external Layer 3 networks to the SD-Access fabric

Question 52

Question # 52

Refer to the exhibit. Which router is elected as the VRRP primary virtual router?

Options:

A.

Router D

B.

Router A

C.

Router C

D.

Router B

Page: 1 / 35
Total 348 questions