Where do you see yourself in a few years?
Software Engineer Graduate Interview Questions
3,313 software engineer graduate interview questions shared by candidates
Where do you see yourself in a few years?
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
Syntax questions, how to work with pointers in C. Implement a singly linked list in C Traverse a binary tree -Candidate picks the language
Viewing 721 - 730 interview questions