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


Common Language Runtime (CLR)
Base Framework Classes
Dynamic Language Runtime(DLR)
Common Type System(CTS)

View Answer

Threads
Events
Exceptions
None of these

View Answer

public
private
protected
abstract

View Answer

.Net Framework Class Library
Common Type System
Common Language Runtime
Common Language Specification

View Answer

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

View Answer

=
==
<=
<>

View Answer

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

View Answer

Windows
Programming
XML Reader
ORM

View Answer

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

View Answer

Cache system
Memory used
Cache dependencies
Cache directory

View Answer