| Title | Posted Date |
| What is the Common Language Runtime (CLR)? | September 24, 2008 |
| What is the common type system (CTS)? | September 24, 2008 |
| What is the Common Language Specification (CLS)? | September 24, 2008 |
| What is the Microsoft Intermediate Language (MSIL)? | September 24, 2008 |
| What programming languages will the .NET Framework support? | September 30, 2008 |
| What is the relationship between the .NET Framework and COM+ Services? | September 30, 2008 |
| What is managed code and managed data? | September 30, 2008 |
| What is an assembly? | September 30, 2008 |
| What are private assemblies and shared assemblies? | September 30, 2008 |
| If I want to build a shared assembly, does that require the overhead of signing and managing key pairs? | September 30, 2008 |
| What is the difference between a namespace and an assembly name? | September 30, 2008 |
| What options are available to deploy my .NET applications? | September 30, 2008 |
| I have written an assembly that I want to use in more than one application. Where do I deploy it? | September 30, 2008 |
| How can I see what assemblies are installed in the global assembly cache? | September 30, 2008 |
| What is an application domain? | September 30, 2008 |
| What is normalization? | October 03, 2008 |
| What is a Stored Procedure? | October 03, 2008 |
| What is a trigger? | October 03, 2008 |
| What is a view? | October 03, 2008 |
| What is an Index? | October 03, 2008 |
| What are the types of indexes available with SQL Server? | October 03, 2008 |
| What is Quick Sort? | October 08, 2008 |
| what is Merge Sort? | October 08, 2008 |
| What is Radix Sort? | October 08, 2008 |
| What is the heap? | October 10, 2008 |
| What is the difference between ARRAY and STACK? | October 10, 2008 |
| What is the difference between NULL AND VOID pointer? | October 10, 2008 |
| Why do we Use a Multidimensional Array? | October 10, 2008 |
| What method is used to place a value onto the top of a stack? | October 10, 2008 |
| What method removes the value from the top of a stack? | October 10, 2008 |
| What is data structure? | October 22, 2008 |
| List out the areas in which data structures are applied extensively? | October 22, 2008 |
| What are the major data structures used in RDBMS, Network data model & Hierarchical data model. | October 22, 2008 |
| If you are using C language to implement the heterogeneous linked list, what pointer type will you use? | October 22, 2008 |
| What is the data structures used to perform recursion? | October 22, 2008 |
| Minimum number of queues needed to implement the priority queue? | October 22, 2008 |
| What are the notations used in Evaluation of Arithmetic Expressions using prefix and postfix forms? | October 22, 2008 |
| Convert the expression ((A + B) * C - (D - E) ^ (F + G)) to equivalent Prefix and Postfix notations. | October 22, 2008 |
| What is a spanning Tree? | October 22, 2008 |
| Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables? | October 22, 2008 |
| What operator performs pattern matching? | October 22, 2008 |
| What operator tests column for the absence of data? | October 22, 2008 |
| Which command executes the contents of a specified file? | October 22, 2008 |
| What is the parameter substitution symbol used with INSERT INTO command? | October 22, 2008 |
| Which command displays the SQL command in the SQL buffer, and then executes it? | October 22, 2008 |
| What are the wildcards used for pattern matching? | October 22, 2008 |
| State true or false. EXISTS, SOME, ANY are operators in SQL. | October 22, 2008 |
| State true or false. !=, <>, ^= all denote the same operation. | October 22, 2008 |
| What are the privileges that can be granted on a table by a user to others? | October 22, 2008 |
| What command is used to get back the privileges offered by the GRANT command? | October 22, 2008 |