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


ICryptoTransform
NetworkStream
RijndaelManaged
CryptoStream

View Answer

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

View Answer

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

View Answer

named
partial
unnamed
anonymous

View Answer

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

View Answer

8
32
12
16

View Answer

public
abstract
private
protected

View Answer

select
return
from
where

View Answer

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

View Answer

InnerException
Message
Source
StackTrace

View Answer