check palindrome, print subsets, multiply numbers in string.
Intern Software Engineer Interview Questions
12,240 intern software engineer interview questions shared by candidates
How to traverse to the middle of a Linked list ?
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.
https://leetcode.com/problems/two-sum/ and some same level and hard DSA questions
What is an operating system.
Coding problems they asked to be kept confidential
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 ?
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)
Viewing 1041 - 1050 interview questions