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


ArithmeticException
IndexOutofBondException
NullReferenceException
OverflowException

View Answer

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

View Answer

Threads
Events
Exceptions
None of these

View Answer

ICollections
IEnumerator
All of them
IDictionary

View Answer

named
partial
unnamed
anonymous

View Answer

Garbage Collection
Language translation
Code Safety Verification
Memory Management

View Answer

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

View Answer

Common Language Repository
Common Language Runtime
C# Language Runtime
Common Layer Runtime

View Answer

By using the Task class
By using the ThreadPool class
None of them
By using synchronization events

View Answer

IList
IEnumerator
ICollection
IDictionary

View Answer