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


user-defined
system-level
application-Level
system-defined

View Answer

IDictionary
IList
IEnumerator
ICollection

View Answer

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

View Answer

6.0
8.0
5.0
7.0

View Answer

abstract
protected
public
private

View Answer

from
return
where
select

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

Programming
ORM
XML Reader
Windows

View Answer

partial
unnamed
anonymous
named

View Answer

Memory Management
Language translation
Garbage Collection
Code Safety Verification

View Answer