Software Development Engineer In Test Sdet Interview Questions

3,755 software development engineer in test sdet interview questions shared by candidates

An array that has 8 bit slots but is storing 12 bit integers, so position zero stores the first eight bits of the integer, and the first 4 bits of position one store the last 4 bits. The second 4 bits of position one store the highest bits in the second integer and position two stores the lowest 8 bits and so on. Devise a way to read these numbers from the array (in C)
Feb 7, 2013

An array that has 8 bit slots but is storing 12 bit integers, so position zero stores the first eight bits of the integer, and the first 4 bits of position one store the last 4 bits. The second 4 bits of position one store the highest bits in the second integer and position two stores the lowest 8 bits and so on. Devise a way to read these numbers from the array (in C)

I would rather not disclose any interview questions. I will say that half the questions I got were very personalized, while the other half are similar to the ones you can find online... Know your algorithms, data structures, and design patterns. My networks, information security, databases, compilers, and finite state automata knowledge came in handy as well.
Mar 6, 2013

I would rather not disclose any interview questions. I will say that half the questions I got were very personalized, while the other half are similar to the ones you can find online... Know your algorithms, data structures, and design patterns. My networks, information security, databases, compilers, and finite state automata knowledge came in handy as well.

Prepare a detailed Test Plan Document: Resources required, Hardware required,Test Scenarios, Time required etc for "testing a Simple Web application form with 3 text fields and 2 numeric fields". He asked me to first ask him all the requirements as one would ask the client.
Sep 9, 2013

Prepare a detailed Test Plan Document: Resources required, Hardware required,Test Scenarios, Time required etc for "testing a Simple Web application form with 3 text fields and 2 numeric fields". He asked me to first ask him all the requirements as one would ask the client.

You have a tree where every node has 1 sibling and 1 child. My interviewer said this structure would be used to implement a File menu. Each node had a boolean T/F value. I had to write code to search the tree and find the first value that was T. All siblings of the same level had to be searched first, before any children were searched.
Oct 1, 2013

You have a tree where every node has 1 sibling and 1 child. My interviewer said this structure would be used to implement a File menu. Each node had a boolean T/F value. I had to write code to search the tree and find the first value that was T. All siblings of the same level had to be searched first, before any children were searched.

Viewing 1821 - 1830 interview questions

Glassdoor has 3,755 interview questions and reports from Software development engineer in test sdet interviews. Prepare for your interview. Get hired. Love your job.