++92 313 8389893
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. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
anonymous
invoked
static
referenced
View Answer
2. Which operator can be used to compare two values?
==
<>
<=
=
View Answer
3. Managing memory and verifying code safety are functionalities of ____________
.NET Framework Class Library
Common Language Specification
Common Type system
Common Language Runtime
View Answer
4. An EF is an ________ tool built for ADO.NET.
ORM
XML Reader
Programming
Windows
View Answer
5. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
anonymous
named
unnamed
partial
View Answer
6. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
where
return
select
from
View Answer
7. Which data type is used to create a variable that should store text?
int
float
Boolean
String
View Answer
8. The default capacity of ArrayList is ________.
32
12
16
8
View Answer
9. The __________ property of the System Exception class return the Exception instance that caused the current exception.
Message
InnerException
Source
StackTrace
View Answer
10. Which interface supports simple iteration over elements of a generic collection.
IList
ICollection
IEnumerator
IDictionary
View Answer