Safcode Institute by Sir Safder
+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 Development
Amazon Virtual Assistant
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. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
select
where
from
return
View Answer
2. CLR stands for___________
C# Language Runtime
Common Language Repository
Common Layer Runtime
Common Language Runtime
View Answer
3. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
invoked
referenced
anonymous
static
View Answer
4. 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);
delegate Calculation (int numOne, int numTwo);
public delegate int Calculation(int numOne, int numTwo);
public delegate Calculation(int numOne, int numTwo);
View Answer
5. The __________ method is used to add the dependent cache item.
Chache.Save()
Cache.Insert()
Cache.Add()
Cache.Remove()
View Answer
6. The __________ property of the System Exception class return the Exception instance that caused the current exception.
InnerException
Message
StackTrace
Source
View Answer
7. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
Stack
Array
Queue
ArrayList
View Answer
8. Managing memory and verifying code safety are functionalities of ____________
Common Type system
.NET Framework Class Library
Common Language Specification
Common Language Runtime
View Answer
9. Managing memory and verifying code safety are functionalities of ________.
.Net Framework Class Library
Common Type System
Common Language Specification
Common Language Runtime
View Answer
10. The __________ object is responsible for transforming the data based on the algorithm of the symmetric encryption class.
ICryptoTransform
CryptoStream
RijndaelManaged
NetworkStream
View Answer