Given a list of integers, return the longest contiguous subsequence that adds up to the largest value.
Software Development Engineer In Test Sdet Interview Questions
3,752 software development engineer in test sdet interview questions shared by candidates
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:
Given a file that has a C++ program in it, how would you verify that the code in it is syntactically correct?
permutation
Implement enqueue and dequeue using stacks.
reverse an int
Write a program that acts as an application scheduler that runs executables at given times.
How to test a calculator?
The questions were easy on my understanding. If i have to rank the questions, then the most difficult among them was, to write a program to generate Roman numerals from the decimal numbers.
Problem solving question: You have a list of numbers from 1 to 1000000 and one number is missing, but you don't know what it is. If you can only go through the numbers once, how do you find the missing number.
Viewing 331 - 340 interview questions