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


anonymous
invoked
static
referenced

View Answer

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

View Answer

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

View Answer

float
String
Boolean
int

View Answer

Cache dependencies
Cache directory
Memory used
Cache system

View Answer

EF API
ADO.Net
Entity SQL
LINQ

View Answer

abstract
private
public
protected

View Answer

Exceptions
Events
Threads
None of these

View Answer

Dynamic Language Runtime(DLR)
Base Framework Classes
Common Type System(CTS)
Common Language Runtime (CLR)

View Answer

8.0
5.0
7.0
6.0

View Answer