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


Collection initializer
Extension method
Static method
Auto implemented property

View Answer

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

View Answer

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

View Answer

Queue
Array
Stack
ArrayList

View Answer

By using the Task class
By using synchronization events
By using the ThreadPool class
None of them

View Answer

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

View Answer

IndexOutofBondException
NullReferenceException
ArithmeticException
OverflowException

View Answer

EF API
LINQ
ADO.Net
Entity SQL

View Answer

referenced
anonymous
invoked
static

View Answer

All of them
Partial
Anonymous
unnamed

View Answer