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
Common Type System
.Net Framework Class Library
Common Language Specification

View Answer

API
XML
SQL
Reference

View Answer

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

View Answer

IList
ICollection
IEnumerator
IDictionary

View Answer

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

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

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

View Answer

32
12
8
16

View Answer

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

View Answer

Message
InnerException
Source
StackTrace

View Answer