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


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

View Answer

Programming
Windows
ORM
XML Reader

View Answer

select
where
from
return

View Answer

Provide a threads-safe implementation of a queue
Provide a threads-safe implementation of a stack
None of them
Provide a threads-safe implementation of a dictionary of key value pairs

View Answer

Boolean
String
float
int

View Answer

Language translation
Garbage Collection
Code Safety Verification
Memory Management

View Answer

Auto implemented property
Static method
Extension method
Collection initializer

View Answer

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

View Answer

anonymous
unnamed
named
partial

View Answer

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

View Answer