What is an operating system.
Intern Software Engineer Interview Questions
9,450 intern software engineer interview questions shared by candidates
Given a byte, rearrange the bits so that bit0 gets swapped with bit7, bit1 gets swapped with bit6, etc.
1) How many Gas stations are there in the whole of USA ? ( Please do not come up with any arbitrary number. They do not want that ! ) 2) How would you test for Salt Cellar ? What all parameters would you consider for testing ?
Reverse a string using stack, and then a further optimization was asked where I had to reverse only half a string.
Linked List, Arrays questions easy-medium
Explain why do you use Ref hook and how do you use it? (They expected the answer in code level)
I was asked about a time when I had a disagreement with a colleague and was able to resolve it
How to traverse to the middle of a Linked list ?
Get k nearest coordinates to the origin given a list of n coordinates.
Given a string of type “(({X}({Y})))(Z)”, determine the max depth of nested parentheses in the string. Answer is in this case 4. Parentheses without variables in them do not count.
Viewing 881 - 890 interview questions