BCDFGHIJKLMNOPQRSTUVWXYZ
1
2
3
4
5
TopicQuestionPrepared?Answer Key
6
OOPS & C# - Main ConceptsWhat are the main concepts of OOPS? What are classes and objects?NOView AnswerNO
7
OOPS & C# - Main ConceptsWhat is Inheritance? Why Inheritance is important?NOView AnswerYES
8
OOPS & C# - Main ConceptsWhat are the different types of Inheritance?NOView Answer
9
OOPS & C# - Main ConceptsHow to prevent a class from being Inherited?NOView AnswerTotal200
10
OOPS & C# - Main ConceptsWhat is Abstraction?NOView Answer
Marks remaining
800
11
OOPS & C# - Main ConceptsWhat is Encapsulation?NOView Answer
Maximum marks
1000
12
OOPS & C# - Main ConceptsWhat is Polymorphism and what are its types?NOView Answer
13
OOPS & C# - Main Concepts
What is Method Overloading? In how many ways a method can be overloaded?
NOView Answer
14
OOPS & C# - Main ConceptsWhat is the difference between Overloading and Overriding?NOView Answer
15
OOPS & C# - Main ConceptsWhat is the difference between Method Overriding and Method Hiding?NOView Answer
16
OOPS & C# - Main ConceptsWhat are the advantages and limitations of OOPS?NOView Answer
17
OOPS & C# - Abstract Class & Interface
What is the difference between an Abstract class and an Interface (atleast 4)?
NOView Answer Prepared 20% - Starting Point
18
OOPS & C# - Abstract Class & InterfaceWhen to use Interface and when Abstract class?NOView Answer Prepared 70% - CONGRATS! Now you are ready for any Interview
(Mark "Prepared" column Yes to move forward)
19
OOPS & C# - Abstract Class & InterfaceWhy to even create Interfaces?NOView Answer
20
OOPS & C# - Abstract Class & InterfaceDo Interface can have a Constructor?NOView Answer
21
OOPS & C# - Abstract Class & InterfaceCan you create an instance of an Abstract class or an Interface?NOView Answer
22
OOPS & C# - General
What are Access Specifiers? What is the default access modifier in a class?
NOView Answer
23
OOPS & C# - GeneralWhat is Boxing and Unboxing?NOView Answer
24
OOPS & C# - General
What is the difference between “String” and “StringBuilder”? When to use what?
NOView Answer
25
OOPS & C# - GeneralWhat are the basic string operations in C#?NOView Answer
26
OOPS & C# - GeneralWhat are Nullable types?NOView Answer
27
OOPS & C# - GeneralExplain Generics in C#? When and why to use them?NOView Answer
28
OOPS & C# - Exception HandlingHow to implement Exception Handling in C#?NOView Answer
29
OOPS & C# - Exception HandlingCan we execute multiple Catch blocks?NOView Answer
30
OOPS & C# - Exception HandlingWhat is a Finally block and give an example when to use it?NOView Answer
31
OOPS & C# - Exception HandlingCan we have only “Try” block without “Catch” block?NOView Answer
32
OOPS & C# - Exception HandlingWhat is the difference between “throw ex” and “throw”?NOView Answer
33
OOPS & C# - Loops & CollectionsWhat are the Loop types in C#?NOView Answer
34
OOPS & C# - Loops & CollectionsWhat is the difference between “continue” and “break” statement?NOView Answer
35
OOPS & C# - Loops & CollectionsWhat is the difference between Array and ArrayList (atleast 2)?NOView Answer
36
OOPS & C# - Loops & CollectionsWhat is the difference between Arraylist and Hashtable?NOView Answer
37
OOPS & C# - Loops & CollectionsWhat are Collections in C# and what are their types?NOView Answer
38
OOPS & C# - Loops & CollectionsWhat is IEnumerable in C#?NOView Answer
39
OOPS & C# - Loops & CollectionsWhat is the difference between IEnumerable and IEnumerator in C#?NOView Answer
40
OOPS & C# - Loops & Collections
What is the difference between IEnumerable and IQueryable in C#? Why to use IQueryable in sql queries?
NOView Answer
41
OOPS & C# - Methods & DelegatesWhat is the difference between “out” and “ref” parameters?NOView Answer
42
OOPS & C# - Methods & DelegatesWhat is the purpose of “params” keyword?NOView Answer
43
OOPS & C# - Methods & DelegatesWhat is a Constructor and what are its types?NOView Answer
44
OOPS & C# - Methods & DelegatesWhen to use Private constructor?NOView Answer
45
OOPS & C# - Methods & DelegatesWhat are Extension Methods in C#? When to use them?NOView Answer
46
OOPS & C# - Methods & DelegatesWhat you mean by Delegate? When to use them?NOView Answer
47
OOPS & C# - Methods & DelegatesWhat are Multicast Delegates?NOView Answer
48
OOPS & C# - Methods & DelegatesWhat are Anonymous Delegates in C#?NOView Answer
49
OOPS & C# - Methods & DelegatesWhat are the differences between Events and Delegates?NOView Answer
50
OOPS & C# - Important KeywordsWhat is “this” keyword in C#? When to use it?NOView Answer
51
OOPS & C# - Important KeywordsWhat is the purpose of “using” keyword in C#?NOView Answer
52
OOPS & C# - Important KeywordsWhat is the difference between “is” and “as” operators?NOView Answer
53
OOPS & C# - Important Keywords
What is the difference between “Readonly” and “Constant” variables (atleast 3)?
NOView Answer
54
OOPS & C# - Important KeywordsWhat is “Static” class? When to use it?NOView Answer
55
OOPS & C# - Important KeywordsWhat is the difference between “var” and “dynamic” in C#?NOView Answer
56
OOPS & C# - Important KeywordsWhat is Enum keyword used for?NOView Answer
57
.NET Framework - Basics & Garbage Collection
What are the important components of .NET framework? What are their roles?
NOView Answer
58
.NET Framework - Basics & Garbage Collection
What is an Assembly? What are the different types of assembly in .NET?NOView Answer
59
.NET Framework - Basics & Garbage Collection
What is GAC?NOView Answer
60
.NET Framework - Basics & Garbage Collection
What is Garbage Collection(GC)?NOView Answer
61
.NET Framework - Basics & Garbage Collection
What are Generations in garbage collection?NOView Answer
62
.NET Framework - Basics & Garbage Collection
What is the difference between “Dispose” and “Finalize”?NOView Answer
63
.NET Framework - Basics & Garbage Collection
What is the difference between “Finalize” and “Finally” methods?NOView Answer
64
.NET Framework - Basics & Garbage Collection
Can we force Garbage Collector to run?NOView Answer
65
.NET Framework - ThreadingWhat is the difference between Process and Thread?NOView Answer
66
.NET Framework - ThreadingExplain Multithreading?NOView Answer
67
.NET Framework - ThreadingWhat is the difference between Threads and Tasks? (atleast 3)NOView Answer
68
.NET Framework - ThreadingWhat is the Async and Await in task? NOView Answer
69
.NET Framework - OthersWhat is Reflection?NOView Answer
70
.NET Framework - OthersWhat is Serialization?NOView Answer
71
.NET Framework - OthersWhat is meant by Globalization and Localization?NOView Answer
72
.NET Framework - OthersWhat are Window Services?NOView Answer
73
SQL - BasicsWhat is the difference between DBMS and RDBMS?NOView Answer
74
SQL - BasicsWhat is a Constraint is SQL? What are its types.NOView Answer
75
SQL - BasicsWhat is the difference between Primary key and Unique key?NOView Answer
76
SQL - BasicsWhat are Triggers and types of triggers?NOView Answer
77
SQL - BasicsWhat is a View?NOView Answer
78
SQL - BasicsWhat is the difference between Having clause and Where clause?NOView Answer
79
SQL - BasicsWhat is Sub query or Nested query or Inner query in SQL?NOView Answer
80
SQL - BasicsWhat is Auto Increment/ Identity column in SQL Server?NOView Answer
81
SQL - JoinsWhat are Joins in SQL?NOView Answer
82
SQL - JoinsWhat are the types of Joins in SQL Server?NOView Answer
83
SQL - JoinsWhat is Self-Join?NOView Answer
84
SQL - JoinsWrite a SQL query to fetch all the Employees who are also Managers.NOView Answer
85
SQL - IndexesWhat are Indexes in SQL Server?NOView Answer
86
SQL - IndexesWhat is Clustered index?NOView Answer
87
SQL - IndexesWhat is Non-Clustered index?NOView Answer
88
SQL - IndexesWhat is the difference between Clustered and Non-Clustered index?NOView Answer
89
SQL - IndexesHow to create Clustered and Non-Clustered index in a table?NOView Answer
90
SQL - Indexes
In which column you will apply the indexing to optimize this query. “select id, class from student where name=”happy””?
NOView Answer
91
SQL - Stored Procedure, Functions & Others
What is the difference between Stored Procedure and Functions (at least 3)?
NOView Answer
92
SQL - Stored Procedure, Functions & Others
How to optimize a Stored Procedure or SQL Query?NOView Answer
93
SQL - Stored Procedure, Functions & Others
What is a Cursor? Why to avoid them?NOView Answer
94
SQL - Stored Procedure, Functions & Others
What is the difference between scope_identity and @@identity?NOView Answer
95
SQL - Stored Procedure, Functions & Others
What is CTE in SQL Server?NOView Answer
96
SQL - Stored Procedure, Functions & Others
What is the difference between Delete, Truncate and Drop commands?NOView Answer
97
SQL - Stored Procedure, Functions & Others
How to get the Nth highest salary of an employee?NOView Answer
98
SQL - Stored Procedure, Functions & Others
What are ACID properties?NOView Answer
99
SQL - Stored Procedure, Functions & Others
What are Magic Tables in SQL Server?NOView Answer
100
ASP.NET – MVC - Part IWhat is MVC (Model View Controller)? Explain MVC Life cycle.NOView Answer