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


Provide a threads-safe implementation of a stack
Provide a threads-safe implementation of a dictionary of key value pairs
Provide a threads-safe implementation of a queue
None of them

View Answer

LINQ
ADO.Net
Entity SQL
EF API

View Answer

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

View Answer

Cache system
Cache directory
Memory used
Cache dependencies

View Answer

NetworkStream
RijndaelManaged
CryptoStream
ICryptoTransform

View Answer

7.0
5.0
6.0
8.0

View Answer

Events
Exceptions
Threads
None of these

View Answer

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

View Answer

<=
=
==
<>

View Answer

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

View Answer