The main thrust of many of their questions was my ability to communicate and work with clients from the discovery phase onward.
Senior Software Interview Questions
72,305 senior software interview questions shared by candidates
Basic to advanced
What I found surprising was that there were no particularly hard questions, but bear in mind I am a very experienced engineer.
Given a string s (1<=s.length()<=1000), return the shortest substring that is only occurring once. Examples: s="aabbabbaab" gives either "bab" or "baa" s="aaaa" gives "aaaa"
process and execution order
A HackerRank challenge with 90 mins to solve
Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [−2,1,−3,4,−1,2,1,−5,4], the contiguous subarray [4,−1,2,1] has the largest sum = 6.
Did you bring the presentation that we did not ask you to bring?
Find the sqrt of a number
Write a program to find out the duplicates in the given list of objects. Explain the time complexity of your solution (Big O Notation)
Viewing 231 - 240 interview questions