Question 10
DP-800 is a newly released exam. These practice questions reflect our best current understanding — the exact wording and question formats may change in the live exam until the certification matures. Use them to learn the concepts, not to memorize.
DP-800 voucher + Udemy course (lifetime access) = ₹3,500 for Indian ID card holders.
Details →A nightly data load writes audit rows whenever key tables change. The audit logic must capture who changed the row and when, but it must not create uncontrolled recursion. Which approach should you recommend?
- AUse a carefully scoped DML trigger and validate recursion settings.
- BUse a random delay inside the application.
- CDrop the primary key before auditing.
- DAvoid all auditing because it affects performance.