find the median of million rows in each of the 1000 servers.
Engineer Senior Interview Questions
114,087 engineer senior interview questions shared by candidates
Onsite Interview: 1)problem solving 2)design tiny url 3)design database schema for netflix like system Phone screening: 1) Two sql problems using joins 2)Two graph traversal using bfs and dfs
Basic SQL design and queries
Tell us a time where you went out of your job responsibilities to effect a change at your work? (answered) Ok how did you measure the results of that?
well all questions are expected, string reverse without reversing words for example " this is sentence" => "sentence is this", write c++ code to do so
Was asked to write a program in any programming language to find the largest sub-string with non-repeating characters.
General questions about C++, templates, some logic based riddles. i.e. Using just a single weight scale and having 9 marbles of equal mass apart from one, which is heavier, how many times do you need to use the weight scale to find the heavier marble?
Is this possible in Java?: Public void doSomething(List<String> bar){...} Public void doSomething(List<Integer> bar){...}
The interview panel was of 2 members, they asked my 3 key skills from the skills mentioned in the CV. I said ASP.net, C# and SQL. The started questioning me. They were having a list of 20 questions which i guess was given to them for the interview. I was able to answer most of the questioins from page life cycle to string operations to sorting to searching an element. They also asked SYstem.IO based questions to read the notepad file and then do manipulations. The interview went for around one and half hours and i was expecting it to be cleared. Then the HR came to be and there I was told in a straight forward manner that they cant pay me that i was expecting. Even they were not providing any hike on my current pay package. So i thought to better leave and not to waste my time.
String str1="abc"; String str2="abc"; String str3=new String ("abc"); String str4=str1; How many memory allocation will be there.
Viewing 971 - 980 interview questions