Practice Free 350-401 Exam Online Questions
Refer to the exhibit.

Which action results from executing the Python script?
- A . display the unformatted output of a command that is entered on that device
- B . display the output of a command that is entered on that device in a single line
- C . SSH to the IP address that is manually entered on that device
- D . display the output of a command that is entered on that device
An engineer measures the Wi-Fi coverage at a customer site.
The RSSI values are recorded as follows:
• Location A: -72dBm
• Location B: -75 dBm
• Location C: -65 dBm
• Location D: -80 dBm
Which two statements does the engineer use to explain these values to the customer? (Choose two.)
- A . The signal strength at location B is 10 dB better than location C.
- B . The signal strength at location C is too weak to support web surfing
- C . Location D has the strongest RF signal strength.
- D . The RF signal strength at location B is 50% weaker than location A.
- E . The RF signal strength at location C is 10 times stronger than location B
What does the statement print(format (0.8, %’)) display?
- A . 80%
- B . 8.8%
- C . .08%
- D . 8%
In a Cisco SD-WAN solution, which two functions are performed by OMP? (Choose two.)
- A . advertisement of network prefixes and their attributes
- B . configuration of control and data policies
- C . gathering of underlay infrastructure data
- D . delivery of crypto keys
- E . segmentation and differentiation of traffic
What is a benefit of data modeling languages like YANG?
- A . They enable programmers to change or write their own application within the device operating system.
- B . They create more secure and efficient SNMP OIDs.
- C . They make the CLI simpler and more efficient.
- D . They provide a standardized data structure, which results in configuration scalability and consistency.
SIMULATION
Refer to the exhibit.


R1
en
Conf t
Router ospf 10
Router-id 10.x.x.x C lo0 address
Int range lo0, e0/0-1
Ip ospf 10 area 0
Exit
wr
R2
Router ospf 10
Area 10 range 10.1.0.0 255.255.0.0
exit
wr
R3
Router ospf 10
Area 10 range 10.2.0.0 255.255.0.0
Exit
Wr
OR
What are two characteristics of a directional antenna? (Choose two.)
- A . high gain
- B . receive signals equally from all directions
- C . commonly used to cover large areas
- D . provides the most focused and narrow beam width
- E . low gain
DRAG DROP
Drag and drop the Cisco Catalyst Center (formerly DNA Center) southbound API characteristics from the left to the right. Not all options are used.


Why would an architect use an OSPF virtual link?
- A . to allow a stub area to transit another stub area
- B . to merge two existing Area 0s through a nonbackbone
- C . to connect two networks that have overlapping private IP address space
- D . to connect a nonbackbone area to Area 0 through another nonbackbone area
Refer to the exhibit.

How should the programmer access the list of VLANs that are recevied via the API call?
- A . VlanNames(0)
- B . VlanName[Vlan1′]
- C . VlanName[‘response’]
- D . list(VlanNames)
