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


Sliding Expiration
Absolute Expiration
None of them
Cache Policy

View Answer

Common Type System
.Net Framework Class Library
Common Language Specification
Common Language Runtime

View Answer

ArrayList
Array
Stack
Queue

View Answer

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

View Answer

length()
getlength()
Length
textlength()

View Answer

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

View Answer

8
32
12
16

View Answer

unnamed
Partial
All of them
Anonymous

View Answer

Windows
Programming
XML Reader
ORM

View Answer

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

View Answer