Free Cisco 200-901 Actual Exam Questions - Question 6 Discussion

Question No. 6Drag & Drop

DRAG DROP 200-901 practice exam questions Refer to the exhibit. Drag and drop the code snippets from the bottom to the blanks in the code to enable keepalive for the FastEthernet 2/0 interface. Not all options are used. 200-901 real exam questions

Options
Anterface_data = crud.update (provider, interface)
Bnterface.keepalive = True
Cnterface_data = crud.read(provider, interface)
Dnterface model.Native. Interface.FastEthernet()
Enterface.FastEthernet.keepalive_settings.keepalive True
Fnterface model.Native. Interface()
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
MS
Mason S.
2026-02-10

I think B and C are the way to go here. B looks like the command that actually enables keepalive on the interface, and C sets the interval, which is essential for keepalive to work. D might just be showing the default or clearing counters, so it’s probably not needed. A doesn’t seem related to keepalive at all. So, B first to turn it on, then C to adjust the timer seems like the proper sequence and fits what the question asks.

0
MS
Mason S.
2026-01-19

C then D, since those set the keepalive interval and enable it properly.

0
PM
Paul M.
2026-01-16

C then D, those commands fit with keeping the interface alive settings.

0