Loading
Loading
Browse by tech stack, language, role, difficulty, category, and question type.
Practice questions mapped to SQL topics, code examples, and explanations.
Practice questions mapped to JavaScript topics, code examples, and explanations.
What is the core mental model? Explain with an example.
How would you debug a common failure? Explain with an example.
Write a tiny example from memory. Explain with an example.
Compare two common approaches. Explain with an example.
What edge case matters most? Explain with an example.
How does this scale in production? Explain with an example.
What would you test first? Explain with an example.
Design a reusable abstraction. Explain with an example.
Explain the advanced tradeoff. Explain with an example.
Walk through a senior-level scenario. Explain with an example.
Practice questions mapped to Python topics, code examples, and explanations.
What makes Python beginner-friendly? Explain with a small example.
Explain mutable versus immutable values in Python with examples.
How do lists and tuples differ, and when would you use each?
Write a Python function that removes duplicate values while preserving the original order.
How do dictionaries work in Python and why are they useful?
Explain list comprehensions with a practical example and one readability warning.
How would you handle errors in Python without hiding important failures?
Compare Python modules and packages with a simple project example.
How would you debug slow Python code in a production-minded way?
Design a small Python script for processing learner scores and returning pass/fail summaries.
Practice questions mapped to React topics, code examples, and explanations.
What is the core mental model? Explain with an example.
How would you debug a common failure? Explain with an example.
Write a tiny example from memory. Explain with an example.
Compare two common approaches. Explain with an example.
What edge case matters most? Explain with an example.
How does this scale in production? Explain with an example.
What would you test first? Explain with an example.
Design a reusable abstraction. Explain with an example.
Explain the advanced tradeoff. Explain with an example.
Walk through a senior-level scenario. Explain with an example.
Practice questions mapped to Next.js topics, code examples, and explanations.
What is the core mental model? Explain with an example.
How would you debug a common failure? Explain with an example.
Write a tiny example from memory. Explain with an example.
Compare two common approaches. Explain with an example.
What edge case matters most? Explain with an example.
How does this scale in production? Explain with an example.
What would you test first? Explain with an example.
Design a reusable abstraction. Explain with an example.
Explain the advanced tradeoff. Explain with an example.
Walk through a senior-level scenario. Explain with an example.