Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Formats
/
Multiple Choice
Multiple Choice
343 questions
Topics
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
What is the right permission model for an agent with read-docs, run-SQL, and Slack-send tools?
Multiple Choice
Medium
·
Qual 4.0
How should an agent degrade gracefully when a third-party API tool with 99% uptime is unavailable?
Multiple Choice
Medium
·
Qual 4.0
How do you enforce a $0.50 per-task LLM budget at runtime beyond setting max_tokens?
Multiple Choice
Medium
·
Qual 4.0
How should a long-running agent task persist state so it can resume after a crash or deployment?
Multiple Choice
Medium
·
Qual 4.0
How should you score a multi-step agent where final answer accuracy is 15% but most steps are correct?
Multiple Choice
Medium
·
Qual 4.0
Databricks
What does 'persona prompting' (or role-based prompting) actually do and where does it stop being useful?
Multiple Choice
Easy
·
Qual 4.0
What does a model's 'context window' mean and what does it include?
Multiple Choice
Easy
·
Qual 4.0
In a production prompt for generating a single SQL query, what's the right way to make sure the model returns only the SQL without trailing commentary?
Multiple Choice
Medium
·
Qual 4.0
You're shipping a prompt change to production. What is the strongest reason to treat prompt-template version IDs (e.g. v1.7.2) as first-class artifacts, separate from your code release version?
Multiple Choice
Medium
·
Qual 4.0
You're migrating a production prompt from Claude Opus 4.7 to GPT-5.5 to cut cost. What's the most reliable indicator that you can or cannot move the prompt as-is?
Multiple Choice
Medium
·
Qual 4.0
What does the max_tokens parameter control in an LLM API call?
Multiple Choice
Easy
·
Qual 4.0
You have 500KB of relevant documentation that exceeds the 200K-token context window of your production model. How should you choose between context stuffing (fit what you can) and RAG retrieval?
Multiple Choice
Medium
·
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
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
Why does hybrid retrieval (BM25 plus dense vectors) typically outperform either alone in production RAG?
Multiple Choice
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
Naive safety FT failed: model now refuses 'how does anesthesia work?'. Best fix?
Multiple Choice
Hard
·
Qual 4.0
Prompt-tuning vs LoRA: pick the architectural reason LoRA tends to win
Multiple Choice
Medium
·
Qual 4.0
ORPO vs DPO: which architectural difference enables 'single-stage' training?
Multiple Choice
Hard
·
Qual 4.0
Multi-GPU FT: pick the right sharding strategy for a 70B full FT on 8 H100s
Multiple Choice
Hard
·
Qual 4.0
Why does fp16 fine-tuning need dynamic loss scaling but bf16 doesn't?
Multiple Choice
Medium
·
Qual 4.0
Misconception: 'higher LoRA rank always wins on benchmarks'
Multiple Choice
Medium
·
Qual 4.0
Misconception: 'LoRA is just a quantization technique'
Multiple Choice
Easy
·
Qual 4.0
Best architecture for a chatbot over a frequently-updated company knowledge base?
Multiple Choice
Medium
·
Qual 4.0
Showing 126–150 of 343
← Prev
Next →