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.
Summer Intern Software Engineer Interview Questions
81 summer intern software engineer interview questions shared by candidates
Which past project was the coolest?
Difference between pointers and references.
One portion of a technical interview round was debugging in the language of your choice.
The 6 degrees of separation seems to be the most important question since it is asked about in the phone interview. Know the data structures needed to implement it and be able to walk through it.
How would you design a payment system that needs its transactions to be approved by two people before being posted to a single source of truth data-store?
Explain DFS and BFS algorithms
Mostly on Web concepts and COMPUTER fundamentals and latest tech
Tell me something you've learned in your current job.
implement the Integer.parseInt method from scratch. given a string and return an integer.
Viewing 31 - 40 interview questions