Loading
Loading
Browse by tech stack, language, role, difficulty, category, and question type.
Practice questions mapped to JavaScript topics, code examples, and AI explanations.
What is the difference between var, let, and const? Explain your answer with a small example and mention one practical tradeoff.
How does scope work in JavaScript? Explain your answer with a small example and mention one practical tradeoff.
Explain closures with a practical use case. Explain your answer with a small example and mention one practical tradeoff.
Write a function that removes duplicate values. Explain your answer with a small example and mention one practical tradeoff.
What happens in the event loop? Explain your answer with a small example and mention one practical tradeoff.
Compare promises and async/await. Explain your answer with a small example and mention one practical tradeoff.
Practice questions mapped to Python topics, code examples, and AI explanations.
What makes Python beginner-friendly? Explain your answer with a small example and mention one practical tradeoff.
Explain mutable versus immutable values in Python. Explain your answer with a small example and mention one practical tradeoff.
How do lists and tuples differ? Explain your answer with a small example and mention one practical tradeoff.
Write a function that removes duplicates while preserving order. Explain your answer with a small example and mention one practical tradeoff.
How do dictionaries work in Python? Explain your answer with a small example and mention one practical tradeoff.
Explain list comprehensions with a practical example. Explain your answer with a small example and mention one practical tradeoff.
Practice questions mapped to React topics, code examples, and AI explanations.
Why are components useful in React? Explain your answer with a small example and mention one practical tradeoff.
Explain props versus state. Explain your answer with a small example and mention one practical tradeoff.
What problem do hooks solve? Explain your answer with a small example and mention one practical tradeoff.
Build a small controlled input. Explain your answer with a small example and mention one practical tradeoff.
When should you use useEffect? Explain your answer with a small example and mention one practical tradeoff.
How do keys affect list rendering? Explain your answer with a small example and mention one practical tradeoff.
Practice questions mapped to Next.js topics, code examples, and AI explanations.
What changed with the App Router? Explain your answer with a small example and mention one practical tradeoff.
Explain layouts and nested routing. Explain your answer with a small example and mention one practical tradeoff.
When do you need a Client Component? Explain your answer with a small example and mention one practical tradeoff.
Create a route handler for a POST request. Explain your answer with a small example and mention one practical tradeoff.
Compare static rendering and dynamic rendering. Explain your answer with a small example and mention one practical tradeoff.
How would you protect an admin route? Explain your answer with a small example and mention one practical tradeoff.