Yeah, I'd say C is right since MDR services are run by third parties and use a bunch of different security tools to monitor/respond. XDR is more about integrating tools across endpoints, but it's usually not fully managed by an outside vendor. Pretty sure MDR matches the scenario here, but open to other thoughts if I missed something!
Isn’t facial recognition (B) the only one here that actually stops people from sharing credentials? Multifactor sounds strong but not usually used for just screen locks, seems like that’s a distractor. Let me know if I’m missing something.
Option B and D are the standard picks here. Offboarding is mainly about disabling user access fast, so cutting off the key fob (B) and suspending email (D) are the usual steps. C is tempting but PII deletion depends on legal/retention policies, so it’s not always on the immediate checklist. Agree?
Yeah, curl fits best since you can use it to check if you actually hit the database service directly. The others like ipconfig or netstat tell you info about your own network or connections, but don't actively test hitting the service. D is what I'd pick, pretty sure that's what CompTIA wants here.