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


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

View Answer

Cache directory
Memory used
Cache system
Cache dependencies

View Answer

float
String
int
Boolean

View Answer

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

View Answer

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

View Answer

ICryptoTransform
NetworkStream
RijndaelManaged
CryptoStream

View Answer

Extension method
Auto implemented property
Static method
Collection initializer

View Answer

getlength()
Length
length()
textlength()

View Answer

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

View Answer

select
return
where
from

View Answer