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

Drag and drop the code snippets from the bottom onto the blanks in the code to construct a request that configures a deny rule on an access list?
Correct Answer:

Explanation:
access-list-sec-rule, deny, ip, dst-any

Refer to the exhibit. What is the outcome of applying the service policy set-dscp-63 to switch port Gig0/0/0?
Correct Answer: C Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Drag anti drop the characteristics from the ten onto the configuration models on the right.
Correct Answer:

Explanation:
Which characteristic applies to the endpoint security aspect of the Cisco Threat Defense architecture?
Correct Answer: A Vote an answer
Correct Answer:
See the solution below in Explanation:
Explanation:
Solution:
R1
config t
flow record NetFlow-Record
match ipv4 source address
match ipv4 destination address
collect country bytes
flow exporter NetFlow-Exporter
destination 10.10.1.10
transport udp 9996
flow monitor NetFlow-Monitor
record NetFlow-Record
exporter NetFlow-Exporter
exit
int et0/0
ip flow monitor NetFlow-Monitor input
ip sla 1
http
get http://10.10.1.100
frequency 600
exit
ip sla schedule 1 start-time now
wr
Sw1
config t
monitor session 2 source int e0/0
monitor session 2 source int et0/2
monitor session 2 destination interface e1/0
wr
Ascriptcontainsthe statement white loop != 999 ' Which value terminates the loop?
Correct Answer: B Vote an answer

Refer to the exhibit. What is the output of this code?
Correct Answer: A Vote an answer
Which JSON syntax is valid?
Correct Answer: B Vote an answer
An engineer must create an EEM applet that sends a syslog message in the event a change happens in the network due to trouble with an OSPF process. Which action should the engineer use?
event manager applet LogMessage
event routing network 172.30.197.0/24 type all
Correct Answer: A Vote an answer
Refer to the exhibit.

Which JSON syntax is derived from this data?
Correct Answer: D Vote an answer

Refer to the exhibit. What is displayed when the code is run?
Correct Answer: A Vote an answer
A company recently decided to use RESTCONF instead of NETCONF. and many of their NETCONF scripts contain the operation < edit-config > (operation-create). Which RESTCONF operation must be used to replace these statements?
Correct Answer: B Vote an answer
A response code of 404 is received while using the REST API on Cisco UNA Center to POST to this URI.
/dna/intent/api/v1 /template-programmer/project
What does the code mean?
Correct Answer: A Vote an answer

Refer to the exhibit. Which HTTP request produced the REST API response that was returned by the Cisco Catalyst Center (formerly DNA Center) platform?
Correct Answer: C Vote an answer