Where do you see yourself in a few years?
Graduate Software Engineer Interview Questions
4,490 graduate software engineer interview questions shared by candidates
Where do you see yourself in a few years?
What I knew about Functional Programming. Why I wanted to be a developer.
Hackerank: int to word (i.e. 32 -> thirty-two) Technical 1: Clone a linked list with next and random pointer Technical 2: int to roman numeral Behavioral 1: Projects, past experience, motivations
Find if this array has x. We talked about optimization in this question.
About react, asynchronous code, and C code
One of the interviews involved coding a question on BFS. The Managerial round was a good mix of technical questions where I was grilled on networking questions, design problems and a DS question on Graph.
Tell us about your current projects.
1. Difference between C++ and Python. Given an operation (integer + string), how would the output looks like in C++ and Python. 2. Given a list of tuple, each represents a range, e.g. (1,5) is from 1 to 5; the task was to merge the overlapping ranges, like (1, 3), (2, 4), (0,3), (5, 7) should be merged to (0.4), (5,7)
Merge all overlapping intervals and return an array of the non-overlapping intervals
Viewing 941 - 950 interview questions