Databricks Certified Generative AI Engineer Associate · Free Practice Question Medium
Question 4
A Generative AI Engineer must control access to a deployed model serving endpoint. What techniques can they use to ensure secure access?
- A Implement API key authentication and role-based access controls (RBAC).
- B Deploy the model on a private network without additional access controls.
- C Use a public endpoint with a shared access key for all users.
- D Restrict access to specific IP addresses but skip authentication.
Reveal correct answer
Correct answer: A
Explanation
API keys and RBAC provide robust security, ensuring only authorized users can access the deployed model endpoint.A. Correct: API keys and RBAC ensure secure and granular access control to model serving endpoints.
B. Incorrect: A private network alone does not ensure endpoint security for external integrations.
C. Incorrect: Shared keys compromise security and do not provide individualized access controls.
D. Incorrect: IP restrictions alone do not provide robust authentication mechanisms.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
