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


Common Language Repository
Common Language Runtime
C# Language Runtime
Common Layer Runtime

View Answer

getlength()
Length
length()
textlength()

View Answer

NetworkStream
CryptoStream
ICryptoTransform
RijndaelManaged

View Answer

Source
InnerException
StackTrace
Message

View Answer

OverflowException
ArithmeticException
IndexOutofBondException
NullReferenceException

View Answer

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

View Answer

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

View Answer

XML Reader
Programming
ORM
Windows

View Answer

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

View Answer

class myobj = myclass();
all of these
new obj = new ();
myclass myobj = new myclass();

View Answer