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)
Software Development Engineer In Test Sdet Interview Questions
3,755 software development engineer in test sdet interview questions shared by candidates
Linked List Related
Recursivity, BST, string manipulation
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.
what was your most difficult programming project and how were you able to work through it?
Problem of concurrent transactions done by two persons of a joint account at two different ATM Machines. How is it managed without introducing any inconsistency in balance of the account holders?
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.
Lot of Theory types of questions like test plan, test strategy.
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.
the first phone screening was about my previous tasks and projects. the second one started with my experience and then some testing questions.
Viewing 1821 - 1830 interview questions