Do I have an email address :)
Senior Software Developer Interview Questions
98,165 senior software developer interview questions shared by candidates
Given an array of numbers where every number >= 0. The items need to be connected. If no answer exists return maxInt example 1: arr = [1, 4, 45, 6, 0, 19] target = 51 output -> 3 because sum([4, 45, 6]) > 51 example 2: arr = [1, 10, 5, 2, 7] target = 9 output -> 1 because sum([10]) > 9
Years of experience, architecture, best practices
Scenario based questions on technical side
Why would you want to work here
How do you develop a test-driven design Task?
There ferries that take a person to different islands. What are the minimum amount of ferries you have to take to reach your final destination?
Oops concepts with examples in Android routine usage Technical questions
1. Find missing element in 2 arrays. a={1,2,3,4}, b={1,2,4}. Ans=3 2. Count no of ON bits in a number. a=3 Ans=2 3. Print all permutations of string. s="12". Ans=12,21. - Use dynamic programming 4. Find 2 strings are anagrams, any other method than sorting?
Describe yourself. Yeah it was like this.
Viewing 1141 - 1150 interview questions