test life cycle in assurance
Control Engineer Interview Questions
22,182 control engineer interview questions shared by candidates
What is difference between abstract class vs non-abstract class in Java.
First interviewer asked about potential scenarios to test APIs. Many follow-up questions based on my answers. Next interviewer, asked me to draw object-oriented design for a given animal hierarchy. Then, write code to find if the given coordinates are part of the four corners of a rectangle. Next, flip two dimensional array. Bar raiser asked many questions about i18n, testing web services etc. Behavioral questions such as examples of situations where you had conflicts with the idea of the majority of the team, approach when you find bugs after release etc were raised in each interview.
aaabbbbbaccc give the count of each strig
The asked me about my testing experience and current project and tools I was working on
Cut a cake where only 3 cuts are allowed but we have to get 6 pieces
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 31 - 40 interview questions