knowledge about object-oriented programming, network, threads, Java encapsulation, inheritance, polymorphism, abstraction.
Programmer Analyst Sql Server Developer Interview Questions
185 programmer analyst sql server developer interview questions shared by candidates
The questions for written test were taken from Indiabix site and it was MCQ. For the next round, where we had to write queries which was the basic questions like get second max salary, type 1 to 100 without using while loop etc.
1. What is Value Object pattern from Sun J2EE Patterns Catalog intended for? 2. What type of exception is javax.ejb.CreateException is? 3. What is EJB context object intended for? 4. What interface should be extended by every remote interface?
A string A contains k lowercase letters and can form multiple subsequences (not necessarily contiguous). If each lowercase letter appears with the same frequency in a subsequence as in the original string, then this subsequence is considered a perfect subsequence. Given a string A, determine the number of its perfect subsequences. For example, in the string "abca", the subsequences "a", "b", "c", "a", "ab", "bc", "ca", "aa", etc., are all valid.
Questions about C#
Sort linkedlist
What does 'static' mean in C? Note this is not the static in OOPS.
More questions about distributed systems in general over basic concepts..easy questions regarding how redundancy is to be maintained, how does gossip protocol work, what happens if a node in the network fails, etc.
In JAVA, what is the difference between 'String a = new String()' and String a = String()'? What does the new keyword indicate?
In C++, when the object generation is dynamic and one doesn't know which class it is going to derive from, how does compiler handle this situation?
Viewing 101 - 110 interview questions