OOP coding, past experience, past projects
Intern Software Engineer Interview Questions
9,380 intern software engineer interview questions shared by candidates
If I asked you to implement apps like Instagram or Uber, how are you going to do it?
How do you merge two sorted linked lists?
Java Object Oriented Programming concepts
Implementing a stack, with one additional method increment(k, v) with k = bottom k elements of the stack and v = the value to increment
Both questions were coding questions.
There was an assignment about a stack, and one with minimum cost
Tell us about a time where you had a disagreement with a peer or co-worker. How did you handle it
Given a dictionary of airports of the form: {airport_code: {airport_name: "", city: "", county: ""}} convert it to the form: {country: {city: [(airport_code, airport_name)]}} given that a city can have multiple airports.
Assignment based 3rd party API calling
Viewing 3331 - 3340 interview questions