Cisco 350-401 Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) Online Training
Cisco 350-401 Online Training
The questions for 350-401 were last updated at Sep 14,2025.
- Exam Code: 350-401
- Exam Name: Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR)
- Certification Provider: Cisco
- Latest update: Sep 14,2025
Which data is properly formatted with JSON?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
How are the different versions of IGMP compatible?
- A . IGMPv2 is compatible only with IGMPv1.
- B . IGMPv2 is compatible only with IGMPv2.
- C . IGMPv3 is compatible only with IGMPv3.
- D . IGMPv3 is compatible only with IGMPv1
Refer to the exhibit.
Which configuration establishes EBGP neighborship between these two directly connected neighbors and exchanges the loopback network of the two routers through BGP?
- A . R1(config)#router bgp 1
R1(config-router)#neighbor 192.168.10.2 remote-as 2
R1(config-router)#network 10.1.1.0 mask 255.255.255.0
R2(config)#router bgp 2
R2(config-router)#neighbor 192.168.10.1 remote-as 1
R2(config-router)#network 10.2.2.0 mask 255.255.255.0 - B . R1(config)#router bgp 1
R1(config-router)#neighbor 10.2.2.2 remote-as 2
R1(config-router)#network 10.1.1.0 mask 255.255.255.0
R2(config)#router bgp 2
R2(config-router)#neighbor 10.1.1.1 remote-as 1
R2(config-router)#network 10.2.2.0 mask 255.255.255.0 - C . R1(config)#router bgp 1
R1(config-router)#neighbor 192.168.10.2 remote-as 2
R1(config-router)#network 10.0.0.0 mask 255.0.0.0
R2(config)#router bgp 2
R2(config-router)#neighbor 192.168.10.1 remote-as 1
R2(config-router)#network 10.0.0.0 mask 255.0.0.0 - D . R1(config)#router bgp 1
R1(config-router)#neighbor 10.2.2.2 remote-as 2
R1(config-router)#neighbor 10.2.2.2 update-source |o0
R1(config-router)#network 10.1.1.0 mask 255.255.255.0
R2(config)#router bgp 2
R2(config-router)#neighbor 10.1.1.1 remote-as 1
R2(config-router)#neighbor 10.1.1.1 update-source |o0
R2(config-router)#network 10.2.2.0 mask 255.255.255.0
In a Cisco SD-Access solution, what is the role of the Identity Services Engine?
- A . It is leveraged for dynamic endpoint to group mapping and policy definition.
- B . It provides GUI management and abstraction via apps that share context.
- C . it is used to analyze endpoint to app flows and monitor fabric status.
- D . It manages the LISP EID database.
Which encryption hashing algorithm does NTP use for authentication?
- A . SSL
- B . MD5
- C . AES128
- D . AES256
Which controller is capable of acting as a STUN server during the onboarding process of Edge devices?
- A . vBond
- B . vSmart
- C . vManage
- D . PNP server
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?
- 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 200
deny tcp host 10.10.10.1 eq 80 any
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 10
deny tcp host 10.10.10.1 any eq 80
permit ip any any
Which protocol does REST API rely on to secure the communication channel?
- A . TCP
- B . HTTPS
- C . SSH
- D . HTTP
Which three methods does Cisco DNA Centre use to discover devices? (Choose three)
- A . CDP
- B . SNMP
- C . LLDP
- D . ping
- E . NETCONF
- F . a specified range of IP addresses
Which line must be added in the Python function to return the JSON object {"cat_9k": “FXS193202SE")?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Question 91 has a wrong answer marked s correct. The answer is B.
BPDU filter is the only option to block BPDUs while not going inte err disabled when a BPDU is received.
https://www.exam4training.com/which-command-set-must-be-configured-on-switch1-to-achieve-the-following-results-on-port-fa0-1/
https://www.cisco.com/en/US/docs/switches/metro/me3600x_3800x/trash/swstpopt.html#:~:text=The%20BPDU%20filtering%20feature%20can,bpdufilter%20default%20global%20configuration%20command.