Exams > Cisco > 350-401: Implementing Cisco Enterprise Network Core Technologies (ENCOR)
350-401: Implementing Cisco Enterprise Network Core Technologies (ENCOR)
Page 30 out of 62 pages Questions 291-300 out of 614 questions
Question#291


Refer to the exhibit. Which code results in the working Python script displaying a list of network devices from the Cisco DNA Center?

  • A. network_device_list(dnac[ג€hostג€], dnac[ג€usernameג€],dnac[ג€passwordג€]) login = dnac_login(dnac) print(dnac_devices)
  • B. login = dnac_login(dnac[ג€hostג€], dnac[ג€usernameג€], dnac[ג€passwordג€]) network_device_list(dnac, login) print(dnac_devices)
  • C. login = dnac_login(dnac[ג€hostג€], dnac[ג€usernameג€], dnac[ג€passwordג€]) network_device_list(dnac, login) for item in dnac_devices: print(dnac_devices.item)
  • D. network_device_list(dnac[ג€hostג€], dnac[ג€usernameג€], dnac[ג€passwordג€]) login = dnac_login(dnac) for item in dnac_devices: print(dnac_devices.item)
Discover Answer Hide Answer

C

Question#292


What does the Cisco DNA REST response indicate?

  • A. Cisco DNA Center has the incorrect credentials for cat3850-1
  • B. Cisco DNA Center is unable to communicate with cat9000-1
  • C. Cisco DNA Center has the incorrect credentials for cat9000-1
  • D. Cisco DNA Center has the incorrect credentials for RouterASR-1
Discover Answer Hide Answer

C

Question#293

What is a characteristic of YANG?

  • A. It is a Cisco proprietary language that models NETCONF data.
  • B. It allows model developers to create custom data types.
  • C. It structures data in an object-oriented fashion to promote model reuse.
  • D. It provides loops and conditionals to control flow within models.
Discover Answer Hide Answer

C

Question#294

DRAG DROP -
Drag and drop the snippets onto the blanks within the code to construct a script that changes the routing from gateway 1 to gateway 2 from 11:00 p.m. to 12:00 a.m. (2300 to 2400) only, daily. Not all options are used, and some options may be used twice.
Select and Place:

Discover Answer Hide Answer


Question#295


Refer to the exhibit. The IP SLA is configured in a router. An engineer must configure an EEM applet to shut down the interface and bring it back up when there is a problem with the IP SLA. Which configuration should the engineer use?

  • A. event manager applet EEM_IP_SLA event track 10 state down
  • B. event manager applet EEM_IP_SLA event track 10 state unreachable
  • C. event manager applet EEM_IP_SLA event sla 10 state unreachable
  • D. event manager applet EEM_IP_SLA event sla 10 state down
Discover Answer Hide Answer

A

Question#296

Refer to the exhibit.

What is the value of the variable list after the code is run?

  • A. [1, 2], [1, 2], [1, 2]
  • B. [1, 2] * 3
  • C. [1, 2, 1, 2, 1, 2]
  • D. [3, 6]
Discover Answer Hide Answer

C

Question#297

Refer to the exhibit.

Which result does the Python code achieve?

  • A. The code encrypts a base64 decrypted password.
  • B. The code converts time to the Epoch LINUX time format.
  • C. The code converts time to the "year/month/day" time format.
  • D. The code converts time to the yyyymmdd representation.
Discover Answer Hide Answer

D

Question#298

Refer to the exhibit.

POSTMAN is showing an attempt to retrieve network device information from Cisco DNA Center API. What is the issue?

  • A. The URI string is incorrect.
  • B. The token has expired.
  • C. Authentication has failed.
  • D. The JSON payload contains the incorrect UUID.
Discover Answer Hide Answer

A

Question#299

Refer to the exhibit.

Running the script causes the output in the exhibit. What should be the first line of the script?

  • A. from ncclient import manager
  • B. import manager
  • C. from ncclient import *
  • D. ncclient manager import
Discover Answer Hide Answer

A

Question#300

Refer to the exhibit.

An engineer must create a script that appends the output of the show process cpu sorted command to a file. Which action completes the configuration?

  • A. action 4.0 syslog command "show process cpu sorted | append flash:high-cpu-file"
  • B. action 4.0 cli command "show process cpu sorted | append flash:high-cpu-file"
  • C. action 4.0 cns-event "show process cpu sorted | append flash:high-cpu-file"
  • D. action 4.0 publish-event "show process cpu sorted | append flash:high-cpu-file"
Discover Answer Hide Answer

B
Reference:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/eem/command/eem-cr-book/eem-cr-a2.html

chevron rightPrevious Nextchevron right