Discussion about Web services.
Software Design Interview Questions
649 software design interview questions shared by candidates
Technology design questions
RBS related questions about why RBS and what you know about RBS
Implement a Singleton. Now, implement it another way (with the data member initially equaling NULL). Next, if the system has several users, how will you prevent concurrent access and deal with two users entering the 'if' at once in the first call (while still NULL) resulting in more than one singleton instance? What will you add to the code and where? How will you deal the fact that your previous answer is irrelevant in the majority of cases when the member is no longer NULL? (Double-checked locking)
They ask you all the questions from your field of expertise and also from the field which you might not be expert :-)
1) Garbage Collection 2) Write your own LinkedList impl. 3) Shuffle Playing Cards and distribute to the players. 4) Indexs 5) Deadlock 6) Cocurrent collections 7) Concurrent Synchronizers 8) Write a singleton Cache
Puzzles
All the basic question related to C#, OOPS, design,SQL server.
how you 're responsible to do your job?
Find out 3 last element in singly linked list.
Viewing 351 - 360 interview questions