Show your code to solve challenging problem
Senior Developer Interview Questions
29,089 senior developer interview questions shared by candidates
How do you mock a particular method return value in tests?
Types of tables and views Def. Between functions and procedures Datatypes Cursor and loop Package Triggers Validate triggers
Do I have an email address :)
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
Why would you want to work here
How do you develop a test-driven design Task?
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?
Name most useful oracle hints
Viewing 281 - 290 interview questions