How would you translate input string into sequence of movements through on screen keyboard? What if you can loop through rows and columns?
Senior Software Interview Questions
75,489 senior software interview questions shared by candidates
Q how would you send a 2GB file from point A to B consider any problems that may arise
Find indices start and end for a particular value in a sorted integer array with duplicates
Imagine you have only two eggs and a 100 story building in front of you. Describe an algorithm (or technique) to minimize the number of throws (or tries) to determine where the egg will start to break when thrown off the building. If the egg breaks when thrown from that floor, it will always break from that floor or higher (i.e. all eggs have the same results per floor; they break or they don't).
What's your salary?
2 - in C#, can you tell whether whatever the user has input is a string or integer?
We have m slots for ads and n ads, each ads will have different revenue on differnet slot, design an algorithm to find out the best fit (find m ads in n ads and order them so that they can make max money, white board coding) .
Given a file that represent a graph, write an algorithm that compute the number of triangles in the graph.
simple leetcode medium questions based on trees, sliding window and one design question. Be careful since they do not understand basic algorithm terms and data structures since they were all contractors before.
Input is a string like "AAAAABBCCAA" and it should print "5A2B2C2A". 5 being the continuous number of occurance for character 'A'. Same is with other characters also.
Viewing 131 - 140 interview questions