He asked me how to reverse a string in C. I was a bit rusty, and the answer he was looking for was to iterate over the length of the string store one character in a temporary character, then store the end of the array in the new location. char<-str[i] str[i++]<-str[end] str[end--]<-char Something like that in pseudocode.
Software Development Engineer In Test Sdet Interview Questions
3,745 software development engineer in test sdet interview questions shared by candidates
all was easy
How would you implement a shuffling algorithm
Finding if a stream of bits is divisible by 3
the most difficult question was when they asked me about the most difficult question
Give an example of a problem you encountered at * and how you were able to overcome it.
They asked me that " why you came so late ? " which was the last question. then firstly i thought where was i late i was reached here before the time. I was not expecting that they were asking me that where were you before today ? why not you came earlier to us ?
Find the loop in a linked list whose length is not specified
The questions I was asked are previously posed on this thread.
Time complexicity
Viewing 3661 - 3670 interview questions