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


from
return
select
where

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

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

View Answer

12
8
32
16

View Answer

All of them
Anonymous
Partial
unnamed

View Answer

7.0
5.0
8.0
6.0

View Answer

public
abstract
private
protected

View Answer

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

View Answer

Static method
Auto implemented property
Extension method
Collection initializer

View Answer

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

View Answer