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


unnamed
Anonymous
Partial
All of them

View Answer

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

View Answer

public
protected
private
abstract

View Answer

SQL
XML
API
Reference

View Answer

NullReferenceException
ArithmeticException
IndexOutofBondException
OverflowException

View Answer

where
from
return
select

View Answer

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

View Answer

unnamed
named
partial
anonymous

View Answer

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

View Answer

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

View Answer