Past experiences with side projects.
Developer Intern Interview Questions
5,259 developer intern interview questions shared by candidates
Questions related to projects and technology stack used.
What things you did that think outside of box?
Q: Database questions, docker questions, java questions
Tell me about yourself, why RBC, questions on job description and resume
Examples: Tell me about yourself. Describe a time you demonstrated leadership.
Please describe yourself in detail.
They ask about past experiences and personal projects. They ask slightly technical questions about what you previously worked on and what you enjoy doing. They also ask about what you think is your greatest strength and weakness.
First question, Tell me about yourself
Interview Questions: Count how many employees have a salary strictly over 30,000 Identify which employee has held their job the longest (using start and end dates—treat missing end dates as “today” and missing start dates as “skip”) Find the employee with the second-highest salary You may need to decide how to handle missing names (recommended: use a placeholder like “(unknown)” so the row isn’t dropped for the other queries) Clarify how to deal with rows that are malformed, have extra or missing fields, or contain blank lines Explain your data structures and approach as you go (especially performance and edge cases) Option to use native Python types and modules; pandas probably not available You don’t have to provide a tie-breaking rule unless asked, but if you do, picking the lexicographically smallest name is reasonable Overall, strong candidates can: Parse and clean up messy, inconsistent tabular input Make and explain reasonable real-world assumptions Use Python constructs like csv.reader, datetime.fromisoformat, and simple lists/dicts Communicate their approach and edge-case handling out loud
Viewing 4171 - 4180 interview questions