Given a linked list , swap alternate nodes of linked list . For eq: 1 2 3 4 will become 2 1 4 3 and 1 2 3 4 5 6 will become 2 1 4 3 6 5 .
Software Development Engineering Intern Interview Questions
2,326 software development engineering intern interview questions shared by candidates
Provided two files, one with inventory and the other with warehouses, with the item ID present in both files; code something that would merge these two into one single file using the item ID as reference.
Add linkedlists
The most unexpected interview was when I was supposed to interview my interviewer during lunch. While not entirely difficult, it was totally unexpected.
Why are you using Windows Phone 8 phone and developing Windows 8 apps ? Dont you know Android is the no.1 mobile operating system ?
Find the longest palindrome in a string
1. KnapSack DP 2. BFS based algorithm 3. Greedy
How would you test a pen?
Describe how you would install and configure a router for a home network?
There were behavioral questions and some technical questions. The one technical question I remembered was N-queens problem.
Viewing 411 - 420 interview questions