Quiz · 5 questions
RAG Architecture Knowledge Quiz
A short knowledge check on retrieval-augmented generation architecture decisions: chunking, retrievers, rerankers, and evaluation.
Five questions on RAG architecture decisions. Pick an answer, hit Check, and read the explanation. Nothing is captured; nothing is scored beyond your own count.
Quiz
Pre-flight check
1.Which chunking strategy preserves the most semantic coherence for technical documentation?
2.When does a sparse retriever (BM25) tend to outperform a dense embedding retriever?
3.What is the primary role of a cross-encoder reranker in a RAG pipeline?
4.Which evaluation metric is most useful for diagnosing retrieval-vs-generation failure modes?
5.Why doesn't 'just use a longer context window' eliminate the need for retrieval?