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


ADO.Net
Entity SQL
EF API
LINQ

View Answer

Cache system
Memory used
Cache directory
Cache dependencies

View Answer

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

View Answer

32
12
16
8

View Answer

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

View Answer

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

View Answer

ArithmeticException
IndexOutofBondException
OverflowException
NullReferenceException

View Answer

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

View Answer

String
float
int
Boolean

View Answer

Anonymous
Partial
unnamed
All of them

View Answer