How many gas stations are there in California?
Software Test Engineer Interview Questions
12,402 software test engineer interview questions shared by candidates
Write a function that takes a String as a parameter. Count the number of A's in the String before you reach a C.
Write a function that reverses the letters in each word using only one char buffer. E.g.: "I work at Microsoft" to "I krow ta tfosorciM"
how can a particular application be tested apart from testing its functionality
Write a function to turn a string into an integer and test it
Unexpected question: which books on testing do u know
What are the attributes of the anchor tag? How do you get an image within a webpage, clicking on which can take you to another webpage?
Coding question - given a binary tree, write code to count the sum off all siblings.
how to merge two linked lists without using temp node
given a linked list which has two types of pointers, a normal next pointer which points to next element in the list and random pointer which points to random element in the list. Question was to clone this linked list
Viewing 91 - 100 interview questions