4 lines of C++ code with if-else and expected outcome
Software Development Engineer In De Test Interview Questions
6,453 software development engineer in de test interview questions shared by candidates
Tell me About Yourself in a sentence
My favorite subject from my 4 years of engineering
Went through a pair session where was asked how to perform a specific operation on a data structure in any language of choice.
Coding assignment in Python language: write a program that spawns 10 processes to run tests (mock/stub method for tests is provided). If you kill a process, your main program/process recreates it. You're also required to assign numbers/ids to each process as you create them and ensure that when you recreate killed process, the restarted process is assigned the same ID (from 1 to 10, in this case)
I was given two pages with C# code and the interviewer told me it did not compile. Find the issue and fix it. There issue was that there was an abstract class but not derived class. Another issue was that in a console.write statement, the two labels were reversed, so that they reported the wrong values. A third (minor) issue was that conole.write statements output, although technically correct, were not human readable (no spaces or punctuation). Then I was asked how to test a dialog window that had a text field with a browse button and the standard 2 buttons (OK, Cancel)
What part of a camera is not made in-house?
Explain about BDD and Cucumber
Why do you like testing? I hate testing.
[During what I was told was a technical deep-dive to go over my project] What's it like to work with you?
Viewing 701 - 710 interview questions