Write a program that acts as an application scheduler that runs executables at given times.
Sdet Interview Questions
4,397 sdet interview questions shared by candidates
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.
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:
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.
During lunch, one interviewer asked me how I would test a pencil to prepare it for release.
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).
What problems will you point out in any products of Microsoft if you're going to improve it?
Find all the words that you can identify associated to a telephone number.
Viewing 371 - 380 interview questions