Win IT Exam with Last Dumps 2024


Cisco 350-401 Exam

Page 31/64
Viewing Questions 301 310 out of 638 Questions
48.44%

Question 301
What is a characteristic of MACsec?
A. 802.1AE is built between the host and switch using the MKA protocol, which negotiates encryption keys based on the primary session key from a successful 802.1X session.
B. 802.1AE is negotiated using Cisco AnyConnect NAM and the SAP protocol.
C. 802.1AE is built between the host and switch using the MKA protocol using keys generated via the Diffie-Hellman algorithm (anonymous encryption mode).
D. 802.1AE provides encryption and authentication services.

Question 302
Refer to the exhibit. A network engineer attempts to connect to the Router1 console port.
Which configuration is needed to allow Telnet connections?
A. Router1(config)# line vty 0 15 Router1(config-line)# transport output telnet
B. Router1(config)# telnet client
C. Router1(config)# line console 0 Router1(config-line)# transport output telnet
D. Router1(config)# access-list 100 permit tcp any any eq telnet Router1(config)# line console 0 Router1(config-line)# access-class 100 out

Question 303
Refer to the exhibit.
A network engineer must configure a password expiry mechanism on the gateway router for all local passwords to expire after 60 days. What is required to complete this task?
Image 350-401_303Q.png related to the Cisco 350-401 Exam
A. Add the username admin privilege 15 common-criteria-policy Administrators password 0 Cisco13579! command.
B. The password expiry mechanism is on the AAA server and must be configured there.
C. Add the aaa authentication enable default Administrators command.
D. No further action is required. The configuration is complete.

Question 304
Refer to the exhibit.
Which privilege level is assigned to VTY users?
Image 350-401_304Q.png related to the Cisco 350-401 Exam
A. 1
B. 7
C. 13
D. 15

Question 305
Which statements are used for error handling in Python?
A. try/catch
B. catch/release
C. block/rescue
D. try/except


Question 306
How do agent-based versus agentless configuration management tools compare?
A. Agentless tools use proxy nodes to interface with slave nodes.
B. Agentless tools require no messaging systems between master and slaves.
C. Agent-based tools do not require a high-level language interpreter such as Python or Ruby on slave nodes.
D. Agent-based tools do not require installation of additional software packages on the slave nodes.

Question 307
Refer to the exhibit.
Which HTTP JSON response does the Python code output give?
Image 350-401_307Q.jpg related to the Cisco 350-401 Exam
A. 7.0(3)|7(4)
B. 7.61
C. NameError: name 'json' is not defined
D. KeyError: 'kickstart_ver_str'

Question 308
A network administrator is preparing a Python script to configure a Cisco IOS XE-based device on the network. The administrator is worried that colleagues will make changes to the device while the script is running.
Which operation of the ncclient manager prevents colleagues from making changes to the devices while the script is running?
A. m.lock(config='running')
B. m.lock(target='running')
C. m.freeze(target='running')
D. m.freeze(config='running')

Question 309
Which outcome is achieved with this Python code?
client.connect (ip, port= 22, username= usr, password= pswd ) stdin, stdout, stderr = client.exec_command ( 'show ip bgp 192.168.101.0 bestpath ' ) print (stdout)
A. connects to a Cisco device using SSH and exports the BGP table for the prefix
B. displays the output of the show command in a formatted way
C. connects to a Cisco device using SSH and exports the routing table information
D. connects to a Cisco device using Telnet and exports the routing table information

Question 310
Refer to the exhibit
Which JSON syntax is derived from this data?
Image 350-401_310Q.png related to the Cisco 350-401 Exam
A. {[{'First Name': 'Johnny', 'Last Name': 'Table', 'Hobbies': ['Running', 'Video games']}, {'First Name': 'Billy', 'Last Name': 'Smith', 'Hobbies': ['Napping', 'Reading']}]}
B. {'Person': [{'First Name': 'Johnny', 'Last Name': 'Table', 'Hobbies': 'Running', 'Video games'}, {'First Name': 'Billy', 'Last Name': 'Smith', 'Hobbies': 'Napping', 'Reading'}]}
C. {[{'First Name': 'Johnny', 'Last Name': 'Table', 'Hobbies': 'Running', 'Hobbies': 'Video games'}, {'First Name': 'Billy', 'Last Name': 'Smith', 'Hobbies': 'Napping', 'Reading'}]}
D. {'Person': [{'First Name': 'Johnny', 'Last Name': 'Table', 'Hobbies': ['Running', 'Video games']}, {'First Name': 'Billy', 'Last Name': 'Smith', 'Hobbies': ['Napping', 'Reading']}]}



Premium Version