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


Stack
Array
Queue
ArrayList

View Answer

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

View Answer

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

View Answer

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

View Answer

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

View Answer

Garbage Collection
Code Safety Verification
Memory Management
Language translation

View Answer

7.0
8.0
5.0
6.0

View Answer

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

View Answer

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

View Answer

16
32
8
12

View Answer