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


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

View Answer

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

View Answer

<>
=
==
<=

View Answer

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

View Answer

OverflowException
ArithmeticException
NullReferenceException
IndexOutofBondException

View Answer

return
where
select
from

View Answer

Array
ArrayList
Stack
Queue

View Answer

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

View Answer

IEnumerator
IDictionary
ICollections
All of them

View Answer

Code Safety Verification
Language translation
Memory Management
Garbage Collection

View Answer