Basic to advanced
Senior Softwareentwickler Interview Questions
74,007 senior softwareentwickler interview questions shared by candidates
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
Python question: what is the difference between "[x for x in range(3)]" and "(x for z in range(3))"
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