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


OverflowException
IndexOutofBondException
ArithmeticException
NullReferenceException

View Answer

<=
<>
==
=

View Answer

static
invoked
anonymous
referenced

View Answer

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

View Answer

Source
StackTrace
InnerException
Message

View Answer

Cache dependencies
Cache directory
Cache system
Memory used

View Answer

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

View Answer

IDictionary
All of them
IEnumerator
ICollections

View Answer

Static method
Extension method
Collection initializer
Auto implemented property

View Answer

Queue
ArrayList
Stack
Array

View Answer