Question 52
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 →You plan to expose selected database entities and stored procedures to web clients by using Data API Builder. Security requires least privilege and predictable contracts for both REST and GraphQL consumers. Which action should you recommend?
- AExpose the entire database schema and rely on clients to use only approved tables.
- BPublish only the required entities and procedures, and map them to explicitly defined API operations.
- CGrant db_owner to the API identity.
- DUse server-level logins in client applications.