N/A. It turns out i'm not interested in development position so i told the recruiter to cancel the test.
Lead Software Engineer In Test Interview Questions
6,459 lead software engineer in test interview questions shared by candidates
Question 1: Setup: Assume primitive Facebook. FB has Members. class Member { String name; String email; List<Member> friends; } Question A: Code printSocialGraph(Member m). Direct friends of m are Level 1 friends. Friends of friends are level 2 friends.....and so on Print level 1 friends first. Then print level 2 friends....and so on Enumerate test cases to verify the implementation is correct. Question 2: Write a function that converts an int into its alpha-numeric equivalent represented as a null terminated string. The function should accept an int as input and return a string as output. For instance, calling the function with an int value of 324 would return a null terminated string containing "324". Ensure that your function checks for appropriate boundary conditions and edge cases. Assume you cannot use any standard libraries (for example, no itoa or sprintf). Write out test cases to verify your code is working correctly. Question 3: Let's say we're developing a vector graphics application. It will allow the user to create lines, rectangles, circles, text, etc. and manipulate them independently - move them, re-size them, etc. Design an object model for this application.
On site interviews are not that difficult, but they ask you or they expect from you the definitions from the book. Working for few years, you can explain them but not all things that you study are used and this should be understood.
Did you have experience in database administration
Generate all permutation of a given string: string: abc Output: abc acb bac bca cab cba
lot of logical reasoning questions and database queries
Question was : Given two issues, one which is happening 70% of crash on app launch and other one is 20% of the time App fail to store state of it. Given these two which one do you consider fixing it?
How would you verify the deletion of a tweet from the Twitter application?
Left alone in a room with a laptop and an (unfamiliar) IDE, and asked to write a routine (cannot remember the specifics) and then test it with yet another unfamiliar application.
BASIC ARRAY and STRING questions.
Viewing 1941 - 1950 interview questions