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


6.0
7.0
5.0
8.0

View Answer

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

View Answer

String
float
int
Boolean

View Answer

32
12
8
16

View Answer

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

View Answer

Cache.Insert()
Cache.Remove()
Cache.Add()
Chache.Save()

View Answer

Cache directory
Cache system
Cache dependencies
Memory used

View Answer

Programming
Windows
XML Reader
ORM

View Answer

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

View Answer

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

View Answer