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


length()
Length
textlength()
getlength()

View Answer

Anonymous
Partial
unnamed
All of them

View Answer

IEnumerator
ICollection
IList
IDictionary

View Answer

Source
StackTrace
Message
InnerException

View Answer

static
referenced
anonymous
invoked

View Answer

Language translation
Memory Management
Code Safety Verification
Garbage Collection

View Answer

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

View Answer

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

View Answer

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

View Answer

NetworkStream
CryptoStream
ICryptoTransform
RijndaelManaged

View Answer