Asked to solve a variety of technical questions, such as how to find the missing number from a list of n that you know only one is missing, in an efficient approach.
Senior Interview Questions
342,263 senior interview questions shared by candidates
Explain payment process methodologies.
2. We are given a list of alpha numeic Events and we need to check if it is sorted or not ? An event can either contain a letter (alpha), an hyphen '-' (should be considered as alpha and not negative) or a number. All the alpha(including '-') should be sorted before number. Two alpha should be sorted in natural order Series of numbers should be collected and compared like abc123 and abc456 is in sorted order because 123 < 456 If two numbers are same value, one with smaller length should be sorted first. Ensure handle number correctly like abc122axy99z have two numbers 122 and 99. Also number can be padded wuth zeroes. if two numbers are same value, one with smaller length should be sorted first. Example sorting order: abc is sorted before 123 123 is sorted before 456 954 is sorted before 01234 abz is sorted before axy Test Input: ["abc123hij-k","abc123hij-k","abc456hij-k","abc954hij-k","abc01234hij-k","xyz123hij-k","x123hij-k","21030003020"] Test Output: true
There were no significantly challenging interview questions. There may have been one STAR type question, for example, "Tell me about a situation where you were faced with a major project altering decision where you had to go over your managers head?"
what kind on an animal would i choose to be?
What is your expectation for the salary?
Tell me about a project you have lead that you are proud of.
Which fields are not supposed to be in a /etc/passwd entry?
A tough problem taken out of Gayle Laakman book
Phone : Given (parent, child): {1, 3}, {2, 3}, {3, 6}, {5, 6}, {5, 7}, {4, 5}, {4, 8}, {8, 10} } findNodesWithZeroAndOneParents
Viewing 1391 - 1400 interview questions