Full question:
Given a SQL table which has three columns: Name, Amount and Date the task is to write a SQL statement to aggregate rows in a such w ...
Published Questions » Technical Questions
Answer
In 1994 Microsoft published a patent on implementing Virtual Function tables in OOP Programming Languages:
"A virtual function table for a c ...
These ajax examples shown live are tailored to address one of the most formidable challenges in html object rendering, that is, the recursive display ...
Prints odd numbers less than N
Posted by aleksin
Question:
Write recursive method that for a positive integer n prints odd numbers
Answer:
I usually use binary check to solve this type of questions ...
Answer
Binary search tree (BST) is a binary tree which has the following properties:
1. Tree is a binary tree
2. The left subtree of a node conta ...
Company where asked this question: Amazon
Interviewed for position: SDE, SDET
Company where asked this question: Amazon
Interviewed for position: SDE, SDET
Answer
Here is the quick summary:
1. X-Browser compatibility.
2. Strongly typed
3. One development environment for client and server (C#, VB.NET) ...
Answer
The solution is in depended from MVC.NET framework and universal across server-side technologies. Most modern AJAX applications utilize XmlH ...
Answer
The general steps would include:
1. Create Error.xaml page to display error to the users
2. Override Application_UnhandledException event i ...
