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


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

View Answer

==
=
<>
<=

View Answer

None of them
By using synchronization events
By using Task Class
By using the Thread Pool class

View Answer

NullReferenceException
OverflowException
ArithmeticException
IndexOutofBondException

View Answer

Boolean
float
int
String

View Answer

Windows
ORM
Programming
XML Reader

View Answer

InnerException
StackTrace
Message
Source

View Answer

new obj = new ();
myclass myobj = new myclass();
all of these
class myobj = myclass();

View Answer

Threads
None of these
Exceptions
Events

View Answer

Common Language Runtime
C# Language Runtime
Common Language Repository
Common Layer Runtime

View Answer