How to test a calculator?
Software Development Engineer In Test Sdet Interview Questions
3,743 software development engineer in test sdet interview questions shared by candidates
Given a file that has a C++ program in it, how would you verify that the code in it is syntactically correct?
How many cars in Chicago?
permutation
Given a list of integers, return the longest contiguous subsequence that adds up to the largest value.
Given a linked list and a number k, find the k-th node from the end and return it. An example: List: A-B-C-D-E-F K K: 2 Return F:
All of the questions are fairly easy. Be prepared for communication skills and big oh analysis.
What would be your ideal job?
Write a program that takes in a string and removes any duplicate spaces (including leading and trailing spaces – there should be none when finished). This program should not have any embedded loops, and you can only traverse the string ONCE. Should definitely be faster than O(n^2).
Given a linked list, swap every pair of elements (so elements 1 and 2 swap, 3 and 4 swap, etc.)
Viewing 311 - 320 interview questions