Safcode | Code Your Ideas 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


Reference
API
XML
SQL

View Answer

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

View Answer

Common Type System(CTS)
Common Language Runtime (CLR)
Dynamic Language Runtime(DLR)
Base Framework Classes

View Answer

Common Layer Runtime
Common Language Repository
C# Language Runtime
Common Language Runtime

View Answer

return
select
where
from

View Answer

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

View Answer

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

View Answer

NetworkStream
RijndaelManaged
ICryptoTransform
CryptoStream

View Answer

Sliding Expiration
None of them
Absolute Expiration
Cache Policy

View Answer

int
float
String
Boolean

View Answer

private
public
abstract
protected

View Answer

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

View Answer

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

View Answer

ICollection
IDictionary
IEnumerator
IList

View Answer

Provide a threads-safe implementation of a stack
None of them
Provide a threads-safe implementation of a dictionary of key value pairs
Provide a threads-safe implementation of a queue

View Answer

Auto implemented property
Extension method
Collection initializer
Static method

View Answer

EF API
ADO.Net
Entity SQL
LINQ

View Answer

NullReferenceException
ArithmeticException
IndexOutofBondException
OverflowException

View Answer

Length
textlength()
getlength()
length()

View Answer

Code Safety Verification
Garbage Collection
Language translation
Memory Management

View Answer