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


Auto implemented property
Static method
Extension method
Collection initializer

View Answer

ArrayList
Queue
Array
Stack

View Answer

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

View Answer

Memory used
Cache directory
Cache dependencies
Cache system

View Answer

12
8
16
32

View Answer

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

View Answer

InnerException
StackTrace
Source
Message

View Answer

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

View Answer

float
String
int
Boolean

View Answer

return
where
from
select

View Answer