CY0-001 · Question #42
An airline corporation wants to implement a chatbot application using a large language model (LLM) so its customers: - Can ask question and receive answers about flight details. - Have the option to…
The correct answer is A. Prompt guardrails D. Model token quotas. Prompt guardrails are needed to prevent malicious or manipulated inputs (prompt injection) from causing the chatbot to provide harmful, misleading, or unauthorized responses. Model token quotas limit the amount of input/output a user can generate, preventing abuse or excessive…
Question
An airline corporation wants to implement a chatbot application using a large language model (LLM) so its customers:
- Can ask question and receive answers about flight details.
- Have the option to upload files.
Which of the following security controls should the airline use to protect against malicious input and unauthorized use beyond the service-level agreement? (Choose two.)
Options
- APrompt guardrails
- BRole-based access controls
- CFirewall rules
- DModel token quotas
How the community answered
(47 responses)- A79% (37)
- B13% (6)
- C9% (4)
Explanation
Prompt guardrails are needed to prevent malicious or manipulated inputs (prompt injection) from causing the chatbot to provide harmful, misleading, or unauthorized responses. Model token quotas limit the amount of input/output a user can generate, preventing abuse or excessive usage beyond the service-level agreement (SLA).
Topics
Community Discussion
No community discussion yet for this question.