Write a program that acts as an application scheduler that runs executables at given times.
Senior Software Development Engineer In Test Interview Questions
6,459 senior software development engineer in test interview questions shared by candidates
How to test a calculator?
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
Interview followed by system test
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:
Write a function that when given a string will return the position of the starting point of the largest reoccurring character. (ie. given:"AAABBCCCCD" would return 5 (starting point of C)) Test your code.
If I have infinite supply of water and have 5 gallons and 3 gallons of water basket, how would I measure 4 gallons of water?
Viewing 641 - 650 interview questions