+923132835245
safcodeinstitute@gmail.com
Online Quiz
10000+ Questions!
Students Works
Ideas & Topics!
Live Coding
HTML & CSS
Home
(current)
About
Courses
CIT
Web Designing
Graphic Designing
Web Development
Digital Marketing
WordPress + SEO
Artificial Intelligence (AI)
Shopify + WordPress Development
Tutorials
Feedback
Programming Notes
Enroll Now
Contact
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
1. The __________ object is responsible for transforming the data based on the algorithm of the symmetric encryption class.
NetworkStream
CryptoStream
RijndaelManaged
ICryptoTransform
View Answer
2. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
select
where
from
return
View Answer
3. Which of the following options is not a function of CLR in the .NET framework?
Garbage Collection
Code Safety Verification
Language translation
Memory Management
View Answer
4. What is the correct way to create an object called myObj of MyClass?
class myobj = myclass();
myclass myobj = new myclass();
new obj = new ();
all of these
View Answer
5. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Base Framework Classes
Common Type System(CTS)
Dynamic Language Runtime(DLR)
Common Language Runtime (CLR)
View Answer
6. Which property can be used to find the length of a string?
getlength()
Length
textlength()
length()
View Answer
7. The __________ property of the System Exception class return the Exception instance that caused the current exception.
Source
StackTrace
InnerException
Message
View Answer
8. The default capacity of ArrayList is ________.
16
8
32
12
View Answer
9. How can you enable communication between threads while synchronizing the threads?
None of them
By using synchronization events
By using the Thread Pool class
By using Task Class
View Answer
10. The ____________ exception is thrown when a value is assigned to a null object.
NullReferenceException
IndexOutofBondException
ArithmeticException
OverflowException
View Answer