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


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

View Answer

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

View Answer

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

View Answer

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

View Answer

12
8
32
16

View Answer

int
String
float
Boolean

View Answer

NetworkStream
ICryptoTransform
CryptoStream
RijndaelManaged

View Answer

abstract
public
private
protected

View Answer

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

View Answer

<>
=
<=
==

View Answer