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


IEnumerator
ICollection
IDictionary
IList

View Answer

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

View Answer

Collection initializer
Static method
Extension method
Auto implemented property

View Answer

Memory used
Cache directory
Cache system
Cache dependencies

View Answer

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

View Answer

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

View Answer

All of them
IEnumerator
ICollections
IDictionary

View Answer

Programming
ORM
XML Reader
Windows

View Answer

LINQ
EF API
ADO.Net
Entity SQL

View Answer

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

View Answer