Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Retrieval-Augmented Generation
/
RAG System Design
RAG System Design
Subtopic
36 questions
Questions tagged with RAG System Design — part of Retrieval-Augmented Generation.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Flashcard: what does 'grounding' mean in the context of RAG, and why is it the whole point?
Flashcard
Easy
·
Qual 4.0
Your team is comparing a vanilla LLM chatbot against a RAG chatbot. What is the single most important difference between them at query time?
Multiple Choice
Easy
·
Qual 4.0
Your team is tuning top-k for the retriever in a production RAG system. What is the strongest reason NOT to just push top-k to its highest possible value?
Multiple Choice
Medium
·
Qual 4.0
Design a production RAG system serving 10,000 concurrent users over a 100M-document corpus, with a P95 latency target of 2 seconds. Walk through the architecture and the bottleneck at each layer.
Short Answer
Hard
·
Qual 4.0
OpenAI
Perplexity
What is the core mechanism that distinguishes Self-RAG (Asai et al. 2023) and Corrective-RAG (CRAG, 2024) from a standard single-shot retrieve then generate pipeline?
Multiple Choice
Hard
·
Qual 4.0
Fill in the blanks: query expansion / query rewriting in RAG and what it costs.
Fill in Blank
Medium
·
Qual 4.0
Predict the retrieval trace: how a multi-hop RAG agent answers a chained question that single-shot RAG would fail on.
Predict Output
Hard
·
Qual 4.0
Why does hybrid retrieval (BM25 plus dense vectors) typically outperform either alone in production RAG?
Multiple Choice
Medium
·
Qual 4.0
Perplexity
Describe a concrete, production runnable mechanism to detect hallucinations in a RAG answer (claims unsupported by the retrieved chunks), as the answer is generated or just after.
Short Answer
Medium
·
Qual 4.0
Perplexity
Design a golden eval set for a production RAG system serving a legal research product. Explain how you build it, how big it should be, what each example contains, and what you measure with it.
Short Answer
Hard
·
Qual 4.0
Match each embedding-model selection scenario to the model attribute or check that most determines the right choice.
Match Pairs
Medium
·
Qual 4.0
Your production RAG costs $1M/month. The CFO wants this cut in half with a max 1-point faithfulness regression. What highest leverage cost optimizations do you deploy, in priority order?
Short Answer
Hard
·
Qual 4.0
Spot the bug: a junior engineer's conversational RAG implementation produces nonsense retrievals on turn 3+. Find the error in the retrieval logic.
Spot the Error
Medium
·
Qual 4.0
Flashcard: what role does the LLM's context window play in a RAG pipeline?
Flashcard
Easy
·
Qual 4.0
Select all techniques that meaningfully improve the reliability of source citations in a production RAG answer (chunks resolving back to real source documents).
Multi-select
Medium
·
Qual 4.0
Perplexity
You are tuning chunk size in a RAG pipeline. What is the core tradeoff between very small chunks (e.g. 128 tokens) and very large chunks (e.g. 2000 tokens)?
Multiple Choice
Medium
·
Qual 4.0
Perplexity
Select all components that are required to build a minimal end to end RAG system (the absolute basics, not nice to haves like rerankers or eval harnesses).
Multi-select
Easy
·
Qual 4.0
Multiple users complain that your AI assistant 'ignores the documents I uploaded and just makes things up'. Before involving an ML engineer, which pipeline layer should you investigate first?
Multiple Choice
Medium
·
Qual 4.0
Which of the following are recommended directives for a production RAG system prompt to maximize grounding? Select all that apply.
Multi-select
Medium
·
Qual 4.0
How would you detect that your production RAG vector index has gone stale, before users notice degraded answers?
Short Answer
Medium
·
Qual 4.0
Predict the RRF (Reciprocal Rank Fusion) output ranking given these two retrievers' results.
Predict Output
Hard
·
Qual 4.0
Match each RAGAS metric to what it specifically measures about a RAG pipeline.
Match Pairs
Medium
·
Qual 4.0
Why do augmentation prompt edits cause disproportionately more production quality incidents in RAG systems than LLM model swaps?
Multiple Choice
Medium
·
Qual 4.0
Spot the augmentation config bug in this production RAG YAML that's causing 'lost in the middle' faithfulness regressions on long-context queries.
Spot the Error
Medium
·
Qual 4.0
In a production RAG system with a 2-second end to end latency budget for non-streaming responses, which step typically dominates and where should the optimization effort go?
Multiple Choice
Medium
·
Qual 4.0
Perplexity
Showing 1–25 of 36
← Prev
Next →