Search results for general



Puzzle: A pirate ship with total crew of N pirates acquired a chest with K gold coins. Now they have to divide up the loot. By long term pirate trad ...
Company where asked this question:
Here is the email from Google I recived with the advice on how to prepare to the interview. Thank you for taking the time to chat today! The details ...
Answer The general steps would include: 1. Create Error.xaml page to display error to the users 2. Override Application_UnhandledException event i ...
Object Oriented Programming: A computer programming methodology that focuses on data rather than processes Object: Any entity that can be manipulated ...
The question is tricky as you need to veify if interviewer is talking about balanced or unbalanced search tree. The best case performance for a bala ...
This is one of the most common interview questions and the key difference is that struct is value type and class is reference type. Also, there is ...
Strategic Statement: Your response should be framed as though you were a candidate for the job.   Sample Response: Whatever it is that I do, I tr ...
In general a tree data strucuture is a widely-used data structure that allows storing hierarchical data via a set of linked nodes. Each node in a tree ...