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


Sliding Expiration
Cache Policy
None of them
Absolute Expiration

View Answer

8.0
7.0
6.0
5.0

View Answer

Garbage Collection
Memory Management
Language translation
Code Safety Verification

View Answer

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

View Answer

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

View Answer

Anonymous
Partial
unnamed
All of them

View Answer

Array
Queue
Stack
ArrayList

View Answer

from
return
select
where

View Answer

Memory used
Cache dependencies
Cache system
Cache directory

View Answer

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

View Answer