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
Provide a threads-safe implementation of a queue
None of them
Provide a threads-safe implementation of a dictionary of key value pairs

View Answer

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

View Answer

Code Safety Verification
Memory Management
Garbage Collection
Language translation

View Answer

Threads
Events
Exceptions
None of these

View Answer

unnamed
partial
named
anonymous

View Answer

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

View Answer

Cache directory
Cache system
Cache dependencies
Memory used

View Answer

Extension method
Static method
Collection initializer
Auto implemented property

View Answer

<>
==
<=
=

View Answer

Reference
SQL
XML
API

View Answer