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


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

View Answer

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

View Answer

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

View Answer

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

View Answer

Language translation
Code Safety Verification
Garbage Collection
Memory Management

View Answer

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

View Answer

Common Language Repository
Common Layer Runtime
C# Language Runtime
Common Language Runtime

View Answer

Boolean
int
float
String

View Answer

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

View Answer

ADO.Net
Entity SQL
LINQ
EF API

View Answer