Belove is list of Silverlight Error Codes which can be used for user friendly messaging:
Error Code
Error Message
1001
AG_E_UNKNOWN_ERROR
2000
...
Search results for all
Can you ask yourself these 8 quick questions while job seeking?
Posted by M. J. Duprey (http://www.humanresourcescareer.org)
1. Have you reached to your 50 warmest buddies to update them on what you're currently doing ?
If not, send an email to your 50 closest friends, fa ...
Answer:
Hash tables (hash maps) - is amortized constant-time access data structures that map keys to values.
Binary Trees - is a tree data structur ...
This question tests basic understanding of web farms and distiruted systems.
Sample answer:
There are number of possible ways to solve this problem ...
This question is one of many variations of so called Fermi estimations or Fermi problems.
The point of Fermi problems is in part to show how much us ...
Design an alogrithms and data structure to retrieve median of vector (array) in constant time.
Posted by Microsoft-Interview
Full question:
You have a vector of signed integers and you need to support an API with two exposed methods, insert(int) and getmedian().
Describe a ...
Interviewed for position: SDE
Interviewed for position: SDE
Can you write a C++ function to check if the stack grows up or down
Posted by Job-Interview (http://vijayinterviewquestions.blogspot.com)
Answer
Try noting down the address of a local variable. Call another function with a local variable declared in it and check the address of that loca ...
JavaScript doesn't have string trim function how would you implement one?
Posted by Microsoft-Interview
There are couple options and interviewer looking on multiple things in your answer.
Sample Answer:
JQuery provides string trimming function and if ...