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


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

View Answer

float
int
Boolean
String

View Answer

ICryptoTransform
RijndaelManaged
CryptoStream
NetworkStream

View Answer

Absolute Expiration
Cache Policy
Sliding Expiration
None of them

View Answer

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

View Answer

<>
<=
=
==

View Answer

Language translation
Memory Management
Garbage Collection
Code Safety Verification

View Answer

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

View Answer

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

View Answer

return
where
select
from

View Answer