check for palindrome
Software Development Engineer Test Interview Questions
5,412 software development engineer test interview questions shared by candidates
first question was on addition of two very larg number then he ask which data structure i will use and he asked me to write the code . then he asked about different testcase possible
How would you test a pen?
If you have 9 balls. and one of the ball is lighter. All others are equal in weight. So then, if you have a single scale and you are given two turns how would you find the lighter ball?
Given a running sequence of numbers and u know that one number occurs more than 50% of the times, find that number. Do it in O(1) space
What are window functions? And I didn't know that aggregate functions are called window func.
As per resume and project work
Sliding Window Maximum – A classic problem requiring use of deque for an optimized O(n) solution.
Longest Common Prefix – Standard string problem requiring careful handling of edge cases.
How do you write test cases for a software application that prints out triangles? What all do you consider when writing your tests?
Viewing 1061 - 1070 interview questions