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


7.0
5.0
8.0
6.0

View Answer

NullReferenceException
IndexOutofBondException
ArithmeticException
OverflowException

View Answer

None of them
Cache Policy
Sliding Expiration
Absolute Expiration

View Answer

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

View Answer

String
Boolean
float
int

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

protected
private
abstract
public

View Answer

IDictionary
IEnumerator
All of them
ICollections

View Answer

32
16
12
8

View Answer

LINQ
EF API
Entity SQL
ADO.Net

View Answer