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


Memory Management
Garbage Collection
Language translation
Code Safety Verification

View Answer

myclass myobj = new myclass();
new obj = new ();
all of these
class myobj = myclass();

View Answer

anonymous
referenced
static
invoked

View Answer

Common Language Specification
Common Language Runtime
.NET Framework Class Library
Common Type system

View Answer

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

View Answer

All of them
ICollections
IDictionary
IEnumerator

View Answer

XML Reader
Programming
Windows
ORM

View Answer

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

View Answer

=
==
<=
<>

View Answer

return
select
where
from

View Answer