Are you familiar with setting up computer hardware? If so, what does __(computer component)___ do? Why would we choose to use a SSD over an HHD.
Software Developer In Test Interview Questions
6,461 software developer in test interview questions shared by candidates
Find the last unique character in a character string
Maximum common Subsequence
Write a function to list all documents under your C: drive.
Assume a text console where somebody is typing input. Whenever the person hits enter, we should display the string that he has entered. The string can be very very long and the program that takes the input and displays should be as fast as possible. Write such a C program
If I give you a can of coke / pepsi (unopened), how would you test it?
Given an array of integers in random order from 1 to 100, but one number was missing, name 3 ways you can find out which number was missing.
Write a method (in a language that you are comfortable with) that determines whether one given string is a substring of another given string.
Write a program to find anagrams of a string
Write a method to rotate an array at n without using O(1) space. How would you test this method
Viewing 861 - 870 interview questions