Describe some testing methodologies.
Software Developer In Test Interview Questions
6,460 software developer in test interview questions shared by candidates
-Asked to write a function to find the start point of "$" and ";" in a string -Asked to write a regular expression to find text between "$" and ";" unless there was a space after "$". -How do you know if a linked-list is circular (even a middle item could point to one of the previous items) if you know its size?
Relatively simple questions based on arrays and trees.
Delete duplicate characters
Count # of A's in a sentence
Write the strstr function.
"Tell me about your biggest achievement?"
Write a function that takes in 3 sides (lengths) of a triangle and determine if it is a valid triangle. (see, it's not too bad, remember the basics and you'll be fine)
There was no difficult or unexpected questions. for instance: -sort an array with just two types of elements, optimize your algorithm -find common letters in two strings and put them in a sorted order -compare sorting algorithms
Find if two nodes in a binary tree have a common ancestor.
Viewing 461 - 470 interview questions