Question 27
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 →Your team uses GitHub Copilot and SQL Database Projects to maintain schema scripts. Security requires that prompts avoid production secrets, while reviewers still need enough context to validate AI-generated migrations. Which two actions should you recommend? Each correct answer presents part of the solution.
- AProvide schema context, naming standards, and sample non-sensitive structures in prompts.
- BPaste connection strings and production credentials into prompts to improve accuracy.
- CRequire human review before applying AI-generated migration scripts.
- DAllow direct execution of generated code in production to shorten release cycles.