# Module 1 Quiz: Core Concepts

Answer each question by selecting the best option (A, B, C, or D).

---

**Question 1:** What does the RARV cycle stand for?

A) Read, Analyze, Review, Validate
B) Reason, Act, Reflect, Verify
C) Request, Assign, Run, Verify
D) Review, Approve, Release, Validate

---

**Question 2:** How many specialized agent types does Loki Mode define?

A) 8
B) 25
C) 41
D) 50

---

**Question 3:** What happens when a task fails 5 times in the RARV cycle?

A) The entire session terminates
B) The task is moved to the dead-letter queue
C) The task is automatically deleted
D) The agent escalates to a more powerful model

---

**Question 4:** Which specialist reviewer is ALWAYS included in the 3-reviewer blind review system?

A) security-sentinel
B) performance-oracle
C) architecture-strategist
D) test-coverage-auditor

---

**Question 5:** How many quality gates does Loki Mode enforce?

A) 3
B) 5
C) 7
D) 8

---

**Question 6:** What are the three types of memory in the Loki Mode memory system?

A) Short-term, long-term, working
B) Episodic, semantic, procedural
C) Cache, storage, archive
D) Input, processing, output

---

**Question 7:** Which complexity tier uses 3 phases?

A) basic
B) simple
C) standard
D) complex

---

**Question 8:** What does Gate 7 (Documentation Coverage) check?

A) That unit test coverage is at least 80%
B) That every function has an inline comment
C) That a README exists, docs are fresh within 10 commits, and packages have API docs
D) That cyclomatic complexity stays under 10

---

**Question 9:** Which AI provider supports full Loki Mode features including parallel agents and the Task tool?

A) OpenAI Codex CLI
B) Google Gemini CLI
C) Claude Code
D) All three providers equally

---

**Question 10:** What does Gate 4 (Anti-Sycophancy Check) do?

A) Blocks all code that has any warnings
B) Runs a Devil's Advocate reviewer when all 3 reviewers unanimously approve
C) Requires human approval for every change
D) Checks for duplicate code across the project
