All of my coding questions were about algorithms and data structures.
Graduate Developer Interview Questions
5,185 graduate developer interview questions shared by candidates
String and Graph based Questions
Graph algorithms, system design, designing data structures
one of the questions in the coding challenge was about file paths, and the big one during the phone interview was about hash tables. fair questions, not too difficult but challenging enough that you don't just breeze through them.
Working with matrices
What programming languages I know and how proficient I am in those languages?
Related to data structure and algorithms mostly. One question of array and second question related to BST
A JavaScript coding question
The second question was a bit confusing. Suppose you have a facebook API, which allows you to access all one's friends. Can you find if B is connect to A through friend's network? say A has friends (C,D,E) and C has friends(B,G). Now A is connected to B. I did the second one with a 7 layer for loop first, 'cause I was avoiding overloading the memory with too much data. However, the interviewer seems not to appreciate that. But I did answer the following up question wrong. He asked what is the big O for my code. A map search is N(nodes)+V(edge). I did not know that, I gave a answer of N, which is close but not correct.
both were string manupulation questions
Viewing 4661 - 4670 interview questions