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.
Software Development Engineer In De Test Interview Questions
5,157 software development engineer in de test interview questions shared by candidates
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?
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.)
How would you test a bottle of water
Test an Function that converts string to integer. String here can be of any length!
Coding test was to write code to get all palindromes in a string. Test a refrigerator. Code to make diagonal elements 0 in a matrix.
weakness
Viewing 501 - 510 interview questions