Free Cisco 350-601 Actual Exam Questions - Question 14 Discussion

Question No. 14Drag & Drop

DRAG DROP Refer to the exhibit. 350-601 practice exam questions Refer to the exhibit. Drag and drop the code snippets from the bottom onto the blanks in the code to complete the JSON request that implements the ACL presented. Not all code snippets are used. P-50 350-601 real exam questions

Options
A91.213.17.6
B189.213.12.14
C}
D24
E1
F16
Drag an item to a target. Click × to remove.
Answer Area
Target 1
Drop item here
Target 2
Drop item here
Target 3
Drop item here
US
AT
Andrew T.
2026-02-05

I noticed that the ACL uses “permit” and “deny” explicitly, but the JSON keys are case-sensitive, so those should be lowercase. Also, since the ACL specifies conditions for certain IPs and protocols, the JSON needs to include those fields exactly as shown. Some snippets like “ipv4” and “permit” have to be placed carefully to match the ACL hierarchy. The unused snippets probably don't fit logically into the structure, so it’s about fitting the actual rules rather than using all parts given.

0
SO
Sam O.
2026-01-30

I think the code needs "permit" in lowercase as shown on the ACL diagram.

0
SO
Sam O.
2026-01-15

Not sure about the exact order but key is matching JSON keys with ACL structure shown.

0