What was my role in the team project?
Software Development Engineer In Test Sdet Interview Questions
3,712 software development engineer in test sdet interview questions shared by candidates
how would you handle multiple assignments given to you at once?
questions related to SQL DBMS were asked.some questions related to project as well.
Second interview more technical questions
Find the heaviest ball among 9 other similar balls using a libra
"How would you test the new Microsoft 'Spoon'" -- Basically they told me that microsoft was coming out with the latest and greatest in spoon technology and I was to test it. They were vague on all the questions I asked (everyone goes out of their way to tell you to ask plenty of questions, but it seemed to help absolutely nothing in this case).
The coding question was how to detect if a singularly linked-list is cyclic. Also discuss optimization of the solution and code it in any language of your choice.
Given a array of integers, write code to find the max possible sum of sub-arrays. Use arithmetic progression.
How do you simulate the functionality of a queue using 2 stacks
Given a regular phone number dial pad, write code that will list out all the possible letter combinations that can be made given three numerical digits as input. For example, the base function would look like this: function numberToChars(int *numbers) { // would return an array of different character combinations // if input was 123 // output: adg, adh, adi, bdg, etc... }
Viewing 531 - 540 interview questions