The asked me about my testing experience and current project and tools I was working on
Quality Assistant Interview Questions
67,971 quality assistant interview questions shared by candidates
Cut a cake where only 3 cuts are allowed but we have to get 6 pieces
When can I start?
How do you handle difficult people and situations.
No technical questions. Just, how will you fit in, to this all male company? The girls hired here will answer the phones, not do SQL queries. And now I see they are advertising again. Only males need apply.
What do you think would be your responsibilities as an analyst?
How will you check this wiring harness?
Given an array of integers, how would you move the duplicate integers into a different array? What is the efficiency of your algorithm?
Given a string, can you remove all duplicate characters in the string.
Given a string, remove subsequent duplicate characters until we get a unique set of characters. Ex: input ==> apple ; expected output ==> ale Ex: input ==>appapple; expected output ==>le The input will be in char array. char[] removeDupes(Char[] inputString){ }
Viewing 71 - 80 interview questions