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 Development Engineer In Test Interview Questions
6,461 software development engineer in test interview questions shared by candidates
Implement atoi()
String manipulation related questions were asked
How will you test a search engine
Given a string (understood to be a sentence), reverse the order of the words. "Hello world" becomes "world Hello"
Delete n-th element from linked list. Note, you don't have a pointer to the Head of the list.
Given the definition of a Fibonacci sequence, write a function to give the n-th term of the sequence.
Count no. of words in a string
Reverse the string
searching for patterns in strings; how to destroy your functions with different testing cases;
Viewing 201 - 210 interview questions