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)
Common Type System(CTS)
Dynamic Language Runtime(DLR)
Base Framework Classes

View Answer

Cache directory
Cache dependencies
Memory used
Cache system

View Answer

6.0
8.0
5.0
7.0

View Answer

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

View Answer

Absolute Expiration
Cache Policy
None of them
Sliding Expiration

View Answer

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

View Answer

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

View Answer

InnerException
Message
Source
StackTrace

View Answer

IDictionary
ICollection
IEnumerator
IList

View Answer

<=
==
=
<>

View Answer