Free Microsoft Power Platform PL-400 Actual Exam Questions - Question 2 Discussion
HOTSPOT You need to design functionality to process background check results. What should you implement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. 
I’d rule out A since doing manual checks defeats the purpose of automation here. If the system has event triggers, B makes sense to capture changes instantly instead of waiting for scheduled pulls.
I’m thinking options B and D make sense here too, but for a different reason. If the background check system updates a record when it’s done, you want something that reacts automatically (like a trigger in B) and also a way to update the status visibly (D). Polling or batch jobs don’t fit well since you want real-time or near real-time processing. Also, A feels off because it’s more about manual queries than automation. So, event-driven updates plus status tracking should cover the needed functionality.
Option B for event handling and Option D for status updates seem right here.
Never saw this one exactly but think it's about handling updates, so maybe triggers?