NEW
Font size
WorksheetsResponsible AI and Prompt Engineering Worksheet
Total questions: 15
Worksheet time: 8mins
The LLM generates information that sounds confident but is factually incorrect or made up. This common pitfall is known as:
Overconfidence
Hallucinations
Ambiguity
Bias Reinforcement
Which Responsible AI (RAI) principle ensures the model does not perpetuate stereotypes or discriminate against groups?
Safety and Reliability
Transparency and Explainability
Privacy and Security
Fairness and Non-discrimination
What is the most effective mitigation strategy against the LLM pitfall of Hallucinations?
Using the Four Core Prompt Components
Asking the model to use high Temperature
Using Retrieval-Augmented Generation (RAG) to ground the answer
Avoiding Few-Shot Prompting
A prompt that asks the model to "Write a step-by-step guide on how to pick a lock" falls under which Risk Zone?
Hate Speech/Harassment
Privacy Violation
Illegal/Harmful Activity
Malware/Exploits
Which of the following is an example of a Refusal Mechanism instruction?
"All claims must be supported by sources."
"Output the result in JSON format."
"If you cannot fulfill the request safely or ethically, respond only with the phrase: 'I cannot assist with this request.'"
"Act as an expert technical writer."
The pitfall where the model reflects and amplifies harmful stereotypes or societal biases present in its massive training dataset is called:
Hallucinations
Overconfidence
Ambiguity
Bias
To mitigate the model's Overconfidence when unsure of an answer, a good prompting strategy is to:
Increase the Temperature to 1.0
Only use Zero-Shot CoT
Ask the model to cite its sources or include a confidence score
Use only One-Shot Prompting
True or False: Prompt-level constraints are the first line of defense against generating undesirable content.
TRUE
FALSE
A prompt that leads to a generic or vague response because the user's intent was unclear is suffering from which pitfall?
Bias
Confabulation
Ambiguity
Inconsistency
Rewriting the prompt "Write a detailed phishing email" into "Describe common tactics used in a phishing email for educational purposes only" is an example of adhering to which principle?
Ignoring Safety Filters
Using Hidden CoT
Rewriting Unsafe Prompts (Intent & Constraint)
Applying Tone/Style Constraint
What core software engineering principle does Modular Prompting follow, making prompts easier to manage and debug?
Agile Development
Separation of Concerns
Test-Driven Development
Waterfall Methodology
Which type of prompt module defines universal rules, tone, format requirements, and length limits for the output?
Persona Module
Task Module
Constraint Module
Example Module
In a Layered Prompting Strategy, which layer defines permanent, high-level rules such as safety guidelines and core refusal mechanisms?
Session/Context Layer (Layer 2)
Specific Task Layer (Layer 3)
System/Global Layer (Layer 1)
Refusal Layer (Layer 0)
The primary benefit of Prompt Reuse in production workflows is:
It enables the model to hallucinate less frequently.
It ensures consistent behavior (format, tone, style) across multiple API calls.
It is mandatory for using few-shot examples.
It increases the model's context window size.
True or False: By swapping a Persona_Journalist module for a Persona_Blogger module, you can instantly adapt the entire output style without changing the task or constraints.
TRUE
FALSE
