Test Your Programming Skills with Safcode!


Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"



Quiz Start


protected
private
public
abstract

View Answer

8
32
12
16

View Answer

XML
Reference
SQL
API

View Answer

unnamed
All of them
Anonymous
Partial

View Answer

public delegate Calculation(int numOne, int numTwo);
delegate int Calculation (int numOne, int numTwo);
delegate Calculation (int numOne, int numTwo);
public delegate int Calculation(int numOne, int numTwo);

View Answer

Events
Exceptions
None of these
Threads

View Answer

ICollection
IEnumerator
IDictionary
IList

View Answer

Static method
Collection initializer
Extension method
Auto implemented property

View Answer

ArithmeticException
IndexOutofBondException
OverflowException
NullReferenceException

View Answer

Message
Source
StackTrace
InnerException

View Answer