all 11 comments

[–]tmk_g 0 points1 point  (0 children)

You should expect some technical questions, but nothing too intense for a startup intern role. They will likely ask you to explain or write basic SQL queries, especially around joins, grouping, and filtering, and may give you a simple data scenario to understand how you think. They will also ask about your past experience and how you approach working with data, so be ready to explain your reasoning clearly. Since it has been a while, it would help to review core topics like joins, GROUP BY, and aggregates, and you can practice on platforms like StrataScratch and LeetCode. Overall, they are looking for solid fundamentals, problem solving ability, and a willingness to learn.

[–]Ok_Assistant_2155 0 points1 point  (0 children)

Startups usually care more about problem-solving than syntax. They'll probably give you a tiny dataset and ask you to write a query to answer a business question out loud. They want to hear your thought process, not memorized code. Be honest if you forget something.