Interview Questions

Software development engineer in test - Coding Interview Questionsn?

Software Design Engineers in Test SDET FAQ


(Continued from previous question...)

28. Software development engineer in test - Coding Interview Questionsn?

1) Reverse a string. ( make 'aeiou' to 'uoiea').Write out test cases and test out.

2) Write a function to find out if a number is a power of 2.

3) Design a window which will generate an random number. Test it

4) Given a list of number which have repeated numbers find out the one occurs once. If you are given [ 3,5,10,7,5,3,10] output should be 7.

5) If you are given a company structure where 2 reportees have one manager and manager again reports to another level up. Design & implement the structure such that given 2 reportees, you can find their immediate manager.

6) Given a collection of numbers , which have an id.
How will you find the number based on the id. [I think this was the question, or something like that].

7) Search the element from an arrary. t.

(Continued on next question...)

Other Interview Questions