Resume Based Interview Questions
Resume Based Interview Questions
Python Questions
Q1. What are Python's key features?
Answer: Python is interpreted, easy to read, supports multiple paradigms (OOP, functional), and has large libraries.
JavaScript Questions
Q4. Difference between == and ===?
Answer: == checks value after type coercion; === checks value and type strictly.
SQL Questions
Q7. Difference between WHERE and HAVING?
Answer: WHERE filters before grouping; HAVING filters after grouping.
MongoDB Questions
Q10. Difference between MongoDB and SQL?
Answer: MongoDB is NoSQL, stores JSON-like documents; SQL uses structured tables.
Framework Questions
Technical Interview Prep - Based on Resume
Q13. NumPy vs List?
Answer: NumPy is faster, supports vectorized ops.
HTML/CSS Questions
Q17. Difference between id and class?
Answer: id is unique; class is reusable.
Q19. Pseudo-classes?
Answer: Apply style to special states like :hover, :focus.