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


Partial
unnamed
All of them
Anonymous

View Answer

XML
SQL
API
Reference

View Answer

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

View Answer

textlength()
getlength()
length()
Length

View Answer

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

View Answer

<=
==
<>
=

View Answer

float
int
String
Boolean

View Answer

Provide a threads-safe implementation of a queue
Provide a threads-safe implementation of a stack
None of them
Provide a threads-safe implementation of a dictionary of key value pairs

View Answer

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

View Answer

anonymous
partial
unnamed
named

View Answer