Technical questions and ability to discuss your results.
Software Development Test Engineer Interview Questions
5,412 software development test engineer interview questions shared by candidates
The most unexpected question had to do with designing a messaging system, and involved some concepts I wasn't familiar with. This was my last interview and the interviewer was very friendly and patient, and guided me throughout the process.
find a recurring element in a linked list of unicode characters. If a unicode character/s is found to have a duplicate then just delete that repeating node and adjust the list. The contraint was to not to use any extra memory.
using recursion to traverse a binary tree
Implement a counting semaphore using only binary mutexes
What is a stored procedure ?
How would you sort an array of 5+ random chars?
How would you test this plastic, compostable knife?
Find duplicate numbers in an array
Given a string say "ABCD". Now create a new string with duplicates of each character in the original string and to it append the reverse of the same string (with duplicates) excluding the last character. First iteration: AABBCCCCBBAA Second iteration: AABBBBAA Third iteration: AAAAA
Viewing 1061 - 1070 interview questions