Safcode Institute by Sir Safder


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


Cache directory
Cache system
Memory used
Cache dependencies

View Answer

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

View Answer

abstract
protected
public
private

View Answer

unnamed
Partial
All of them
Anonymous

View Answer

Stack
Queue
Array
ArrayList

View Answer

from
where
return
select

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

ICollection
IEnumerator
IList
IDictionary

View Answer

all of these
new obj = new ();
class myobj = myclass();
myclass myobj = new myclass();

View Answer

Source
InnerException
StackTrace
Message

View Answer