admissions@cyberlawacademy.com | +91-XXXXXXXXXX
Assessment

Module 1: Foundations of Prompt Engineering

Test your understanding of LLMs, prompt anatomy, prompting strategies, and debugging techniques. Score 70% or above to complete this module.

10 Questions ~15 minutes Pass: 70%

Instructions

  • Answer all 10 questions -- there is no negative marking
  • Click on an option to select your answer
  • You can change your answer before submitting
  • After submission, you will see explanations for each question
  • Score 7 or more (70%) to pass
Question 0 of 10 answered
Q1 Part 1: Understanding LLMs
What is the fundamental way Large Language Models (LLMs) generate text?
Explanation
LLMs are fundamentally statistical prediction machines. They predict the next token (word or subword) based on probability distributions learned from billions of examples in their training data. They don't truly "understand" language or follow explicit rules.
Q2 Part 1: Understanding LLMs
Which of the following is the MOST critical limitation of LLMs for legal professionals to understand?
Explanation
Hallucination is the most dangerous limitation for legal work. LLMs can generate convincing but entirely fictitious case names, statutes, and legal principles. Multiple lawyers have faced sanctions for submitting AI-generated briefs with fake citations. ALWAYS verify independently.
Q3 Part 2: Prompt Anatomy
In the CRISP framework for prompt construction, what does the "S" stand for?
Explanation
CRISP stands for Context, Role, Instructions, Specifications, and Parameters. Specifications define the output requirements: format (bullet points, prose, table), length, structure, and style.
Q4 Part 2: Prompt Anatomy
Scenario
You ask an AI: "Help me with this contract." The response is generic and unhelpful.
What is the PRIMARY problem with this prompt?
Explanation
The prompt suffers from vague instructions. "Help me" doesn't specify what action to take (review? draft? explain?), what aspect to focus on, or what you want to learn. The AI must guess your intent, leading to generic responses.
Q5 Part 3: Prompt Types
When should you use few-shot prompting instead of zero-shot?
Explanation
Few-shot prompting is ideal when you need the AI to follow a specific format or pattern consistently. By providing examples, you "teach" the model your requirements through demonstration, dramatically improving format adherence.
Q6 Part 3: Prompt Types
Which phrase is most effective for activating Chain-of-Thought reasoning?
Explanation
"Let's think through this step by step" is a classic Chain-of-Thought trigger phrase. Research shows this simple addition can improve accuracy on complex reasoning tasks by 10-40% by forcing the model to show intermediate reasoning steps.
Q7 Part 4: Token Economics
Approximately how many tokens does 1,000 words of English text represent?
Explanation
The rule of thumb is 1 token ≈ 0.75 words. Therefore, 1,000 words ≈ 1,333 tokens (1000/0.75). Conversely, 1,000 tokens ≈ 750 words. This helps estimate context usage and costs.
Q8 Part 4: Token Economics
In API pricing, which typically costs MORE per token?
Explanation
Output tokens typically cost 2-5x more than input tokens. This is because generating text requires more computation than processing input. This is why requesting concise responses can significantly reduce costs.
Q9 Part 5: Common Pitfalls
Scenario
An AI provides a response with 5 case citations supporting a legal argument. What should you do FIRST?
What is the correct approach?
Explanation
You must independently verify each citation. LLMs frequently hallucinate case names, and asking the AI to confirm its own citations is unreliable. Several lawyers have faced sanctions for fake AI-generated citations. Always check in primary legal databases.
Q10 Part 5: Common Pitfalls
In the TEAR iterative refinement cycle, what does the "A" stand for?
Explanation
TEAR stands for Test, Evaluate, Adjust, Repeat. The key is to make ONE focused change to address the most critical issue. Changing multiple things at once makes it impossible to know what worked.
🏆
Your Score
0/10
0%
Complete the quiz to see your results.
Correct
0
Incorrect
0
Pass Threshold
70%
Review Module Continue to Next Module