+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. Managing memory and verifying code safety are functionalities of ____________
Common Language Runtime
Common Type system
Common Language Specification
.NET Framework Class Library
View Answer
2. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
Array
ArrayList
Queue
Stack
View Answer
3. An EF is an ________ tool built for ADO.NET.
Programming
ORM
XML Reader
Windows
View Answer
4. What is the correct way to create an object called myObj of MyClass?
all of these
myclass myobj = new myclass();
class myobj = myclass();
new obj = new ();
View Answer
5. How can you enable communication between threads while synchronizing the threads?
By using the ThreadPool class
By using synchronization events
None of them
By using the Task class
View Answer
6. Which operator can be used to compare two values?
=
==
<>
<=
View Answer
7. Which interface defines methods to control different generic collections.
All of them
IDictionary
IEnumerator
ICollections
View Answer
8. Which version of C# is use in visual studio 2019
6.0
5.0
8.0
7.0
View Answer
9. The __________ method is used to add the dependent cache item.
Cache.Add()
Cache.Insert()
Chache.Save()
Cache.Remove()
View Answer
10. The __________ property of the System Exception class return the Exception instance that caused the current exception.
Message
StackTrace
InnerException
Source
View Answer