Free MTCNA Practice Test Questions and Answers (2026) | Cert Empire Practice Questions
Free preview: 20 questions.
MikroTik MTCNA

I’m not totally sure, but I’d pick B - the queue should be limiting the download speed for 192.168.1.10 to 1 Mbps. Simple queues apply limits based on direction and target, and it’s easy to confuse upload vs download here. If the image shows dst as the target, that usually means download. Anyone else think otherwise?
Its B for sure, exporting just the /ip firewall filter section is the cleanest. But are we allowed to use scripts or only the built-in export command here? If scripts aren’t allowed, it might limit some approaches.
Pretty sure it's D and E. Ping uses ICMP and traceroute commonly uses UDP packets to probe the path, so those fit. I don't see how DHCP or TCP would be correct here.
Every time MikroTik throws this 'ECMP + check-gateway' combo on exams, it's always about dropping the dead gateway from load balancing. Only live ones get used for round robin. I think that's pretty much official behavior, unless they change the RouterOS docs again.
Honestly, MikroTik really loves to mess with us on ECMP and check-gateway questions. I keep thinking C because if a gateway is marked unreachable, maybe the route should just go inactive? But pretty sure in practice, it's only taken out of round robin (so B makes sense). Let me know if I'm missing something here.
Yeah, it's definitely B. When 'check-gateway' is on, RouterOS keeps the unreachable gateway out of round robin and only uses the working ones. Been like that in every lab I've run. Pretty sure this is what they look for on the test, but open to corrections if anyone's seen a weird exception.
Yeah, this matches what I've seen in practice. B is correct, since with 'check-gateway' enabled, RouterOS automatically avoids sending packets to gateways it can't reach. Saw a similar question come up in some exam reports recently.
copy running-config startup-config actually saves the configuration on most routers, including Cisco. The others are more like IOS shortcuts or just incorrect for backup. Pretty sure that's what the exam wants. Let me know if anyone saw different syntax used in Mikrotik specifically.Is IEEE even a recognized ACL type anywhere or just trying to trip us up?
Feels like C is right, since 20 bits for hosts should be 2048 addresses. Maybe I'm missing something subtle about how "usable" is counted here, but that's what I'd pick based on the math. Open to a different take though!
Hmm, I don't think it's B. WPA PSK/WPA2 PSK (A) is typically the one for a simple passkey without any 802.1X server involvement. EAP options (like in B) are for enterprise setups and always need an authentication server, that's kind of the point with EAP. Seen a lot of Mikrotik setups where PSK lets you avoid the extra server. Maybe I'm missing something but I'd go with A. Anyone disagree?
Its B for sure, exporting just the /ip firewall filter section is the cleanest. But are we allowed to use scripts or only the built-in export command here? If scripts aren’t allowed, it might limit some approaches.
I agree with A here. PPPoE can cross routers if PPPoE relay is configured, so it’s not limited to just one broadcast domain. Pretty sure that’s standard MikroTik behavior. If anyone had a scenario where it didn’t work, let me know.
False.
Isn't it possible to run both OSPF and RIP on RouterOS? I remember seeing both configured in Winbox before. B seems like a trap since it's common to run multiple protocols together for redistribution.
Pretty sure this isn't possible, at least not directly. Had almost the same question show up on my actual exam and the answer was that you can't bridge a PPTP interface with a VLAN in RouterOS. Anyone else seen different behavior?