Databricks Certified Generative AI Engineer Associate · Free Practice Question Medium
Question 23
A Generative AI Engineer is building a conversational agent for a banking application. The agent must handle sensitive information securely. What is the best approach to ensure data security?
- A Lower the temperature to limit variability in responses.
- B Implement encryption for sensitive data and use LLM guardrails to avoid leakage.
- C Use summarization models to reduce data volume.
- D Train the LLM on datasets with anonymized data.
Reveal correct answer
Correct answer: B
Explanation
Encryption combined with LLM guardrails provides robust security for handling sensitive data in banking applications.A. Incorrect: Temperature adjustments do not address data security concerns.
B. Correct: Combining encryption and guardrails ensures secure handling of sensitive information in conversational contexts.
C. Incorrect: Summarization does not inherently secure sensitive data.
D. Incorrect: Anonymized datasets alone do not prevent data leakage in outputs.
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.
