Write code to reverse a linked list from its mid point. So 1->2->3->4->5->6->7 becomes 1->2->3->7->6->5->4
Software Developer In Test Interview Questions
6,459 software developer in test interview questions shared by candidates
Implement atoi()
String manipulation related questions were asked
array of +ve nums, find pairs that add up to a given value
How will you test a search engine
find common ancestor in binary tree
Given a string (understood to be a sentence), reverse the order of the words. "Hello world" becomes "world Hello"
How can u measure the temperature outside when you stay inside?
Print the binary tree in zig-zag order.
searching for patterns in strings; how to destroy your functions with different testing cases;
Viewing 201 - 210 interview questions