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


Boolean
int
String
float

View Answer

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

View Answer

referenced
anonymous
static
invoked

View Answer

IEnumerator
IDictionary
ICollections
All of them

View Answer

Events
Threads
Exceptions
None of these

View Answer

select
return
where
from

View Answer

CryptoStream
NetworkStream
ICryptoTransform
RijndaelManaged

View Answer

Base Framework Classes
Common Language Runtime (CLR)
Common Type System(CTS)
Dynamic Language Runtime(DLR)

View Answer

Extension method
Static method
Collection initializer
Auto implemented property

View Answer

IDictionary
ICollection
IEnumerator
IList

View Answer