Tell me about a time when you had to be flexible
Development Intern Interview Questions
5,459 development intern interview questions shared by candidates
I would rather not disclose any interview questions. I will say that half the questions I got were very personalized, while the other half are similar to the ones you can find online... Know your algorithms, data structures, and design patterns. My networks, information security, databases, compilers, and finite state automata knowledge came in handy as well.
Write a function that computes the number of connected components in a binary matrix, where cells with "1" are nodes and adjacent nodes (including diagonal) are considered connected. Now modify the code so that two computers can be used for this computation in parallel (this was the very hard part).
How would you write a program to show a stack trace given a raw stack dump.
Bubble sort and other behavioral questions
No unexpected question. Very basic.
Difference between SQL and NoSQL?
The questions were mailny focused on DSA and CS fundamentals
Questions on string manipulation and string handling. Questions on algorithms and data management. Questions on project and time management.
Tile puzzle. What data structure represents its, defend your choice. And how to solve it, given a function that tests if it is done.
Viewing 2651 - 2660 interview questions