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


RijndaelManaged
NetworkStream
ICryptoTransform
CryptoStream

View Answer

named
partial
anonymous
unnamed

View Answer

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

View Answer

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

View Answer

Stack
ArrayList
Array
Queue

View Answer

Cache.Insert()
Cache.Remove()
Cache.Add()
Chache.Save()

View Answer

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

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

Cache dependencies
Memory used
Cache directory
Cache system

View Answer

All of them
IDictionary
ICollections
IEnumerator

View Answer