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


<=
<>
==
=

View Answer

invoked
static
anonymous
referenced

View Answer

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

View Answer

6.0
8.0
7.0
5.0

View Answer

Length
getlength()
length()
textlength()

View Answer

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

View Answer

Common Type system
Common Language Runtime
Common Language Specification
.NET Framework Class Library

View Answer

None of these
Exceptions
Threads
Events

View Answer

anonymous
named
unnamed
partial

View Answer

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

View Answer