Why is the Single Responsibility Principle important? What is Inversion of Control? How does that relate to dependency injection? How does a 3 tier application differ from a 2 tier one? Show me a portfolio of all the applications you worked on, and tell me how you contributed to design them. What are some alternate ways to store data other than a relational database? Why would you do that, and what are the trade-offs?
Software Senior Interview Questions
72,413 software senior interview questions shared by candidates
Have you worked with angularJS?
Was asked to write a program in any programming language to find the largest sub-string with non-repeating characters.
well all questions are expected, string reverse without reversing words for example " this is sentence" => "sentence is this", write c++ code to do so
Is this possible in Java?: Public void doSomething(List<String> bar){...} Public void doSomething(List<Integer> bar){...}
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?
Q: If you have two click events, one inside a parent and one inside a child div, which one comes first?
Balanced Paranthesis problem
Very easy - 2 puzzles , finding socks pair, hat problem . 1. given an array of positive and negative numbers form an arrray with alternate +ve and -ves 2. replace every element in an array with multiplication of all others without using division operator
Given a seesaw and 8 identical looking balls, find the one heavier ball. Improve your solution as much as possible. Once at the optimal solution, how many balls does this work with?
Viewing 711 - 720 interview questions