+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. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
application-Level
system-defined
user-defined
system-level
View Answer
2. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
anonymous
referenced
invoked
static
View Answer
3. Managing memory and verifying code safety are functionalities of ____________
Common Language Specification
Common Language Runtime
Common Type system
.NET Framework Class Library
View Answer
4. _________ is one of the most powerful features that was first introduced in .NET framework 3.5.
Entity SQL
ADO.Net
LINQ
EF API
View Answer
5. The default capacity of ArrayList is ________.
16
32
8
12
View Answer
6. What is the correct way to create an object called myObj of MyClass?
myclass myobj = new myclass();
all of these
new obj = new ();
class myobj = myclass();
View Answer
7. Which interface supports simple iteration over elements of a generic collection.
ICollection
IDictionary
IList
IEnumerator
View Answer
8. Which data type is used to create a variable that should store text?
Boolean
String
float
int
View Answer
9. Which property can be used to find the length of a string?
textlength()
length()
getlength()
Length
View Answer
10. Which of the following options is not a function of CLR in the .NET framework?
Memory Management
Language translation
Garbage Collection
Code Safety Verification
View Answer