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 Intern Interview Questions
2,989 software development 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.
Find the longest palindrome in a string
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.
How would you test this plastic, compostable knife?
How would you test a pen?
recursion leetcode easy。 basic and design
Standard DP Questions in Online Coding Round
The most unexpected interview was when I was supposed to interview my interviewer during lunch. While not entirely difficult, it was totally unexpected.
Viewing 521 - 530 interview questions