+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. What is the correct way to create an object called myObj of MyClass?
myclass myobj = new myclass();
class myobj = myclass();
new obj = new ();
all of these
View Answer
2. _________ is one of the most powerful features that was first introduced in .NET framework 3.5.
ADO.Net
EF API
LINQ
Entity SQL
View Answer
3. The ____________ exception is thrown when a value is assigned to a null object.
NullReferenceException
OverflowException
ArithmeticException
IndexOutofBondException
View Answer
4. The _______ types feature facilitates the definition of classes, structures, and interfaces over multiple files.
Anonymous
unnamed
Partial
All of them
View Answer
5. Which operator can be used to compare two values?
=
<=
<>
==
View Answer
6. An EF is an ________ tool built for ADO.NET.
Programming
Windows
XML Reader
ORM
View Answer
7. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
partial
anonymous
named
unnamed
View Answer
8. The default capacity of ArrayList is ________.
32
12
8
16
View Answer
9. CLR stands for___________
C# Language Runtime
Common Layer Runtime
Common Language Repository
Common Language Runtime
View Answer
10. How can you enable communication between threads while synchronizing the threads?
By using synchronization events
By using the Task class
By using the ThreadPool class
None of them
View Answer