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


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

View Answer

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

View Answer

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

View Answer

Static method
Collection initializer
Auto implemented property
Extension method

View Answer

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

View Answer

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

View Answer

7.0
6.0
5.0
8.0

View Answer

Array
Queue
ArrayList
Stack

View Answer

static
invoked
anonymous
referenced

View Answer

By using synchronization events
By using the Task class
By using the ThreadPool class
None of them

View Answer