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


<=
<>
=
==

View Answer

SQL
Reference
API
XML

View Answer

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

View Answer

RijndaelManaged
NetworkStream
CryptoStream
ICryptoTransform

View Answer

All of them
Partial
unnamed
Anonymous

View Answer

length()
getlength()
textlength()
Length

View Answer

XML Reader
Programming
ORM
Windows

View Answer

Cache system
Cache directory
Cache dependencies
Memory used

View Answer

32
8
16
12

View Answer

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

View Answer