+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
Softwares
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.
ICryptoTransform
NetworkStream
RijndaelManaged
CryptoStream
View Answer
2. How can you enable communication between threads while synchronizing the threads?
By using the Thread Pool class
None of them
By using synchronization events
By using Task Class
View Answer
3. Managing memory and verifying code safety are functionalities of ____________
Common Language Specification
Common Language Runtime
.NET Framework Class Library
Common Type system
View Answer
4. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
named
partial
unnamed
anonymous
View Answer
5. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Dynamic Language Runtime(DLR)
Common Type System(CTS)
Common Language Runtime (CLR)
Base Framework Classes
View Answer
6. The default capacity of ArrayList is ________.
8
32
12
16
View Answer
7. Which access modifier makes the code only accessible within the same class?
public
abstract
private
protected
View Answer
8. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
select
return
from
where
View Answer
9. Which of the following code declares the delegate Calculation with the returns type and the parameter types as integer.
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
10. The __________ property of the System Exception class return the Exception instance that caused the current exception.
InnerException
Message
Source
StackTrace
View Answer