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


getlength()
Length
textlength()
length()

View Answer

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

View Answer

invoked
anonymous
static
referenced

View Answer

return
select
from
where

View Answer

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

View Answer

By using synchronization events
By using Task Class
By using the Thread Pool class
None of them

View Answer

ArrayList
Queue
Stack
Array

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

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

View Answer

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

View Answer