+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. The _______ types feature facilitates the definition of classes, structures, and interfaces over multiple files.
All of them
Partial
unnamed
Anonymous
View Answer
2. How can you enable communication between threads while synchronizing the threads?
By using the Task class
None of them
By using synchronization events
By using the ThreadPool class
View Answer
3. EF queries are converted to ______ queries for underlying databases.
API
SQL
XML
Reference
View Answer
4. The __________ method is used to add the dependent cache item.
Chache.Save()
Cache.Insert()
Cache.Remove()
Cache.Add()
View Answer
5. The ____________ exception is thrown when a value is assigned to a null object.
IndexOutofBondException
ArithmeticException
NullReferenceException
OverflowException
View Answer
6. Managing memory and verifying code safety are functionalities of ____________
Common Type system
.NET Framework Class Library
Common Language Specification
Common Language Runtime
View Answer
7. The __________ property of the System Exception class return the Exception instance that caused the current exception.
Message
Source
StackTrace
InnerException
View Answer
8. The default capacity of ArrayList is ________.
12
32
16
8
View Answer
9. What is the process of the concurrentDictionary
class?
Provide a threads-safe implementation of a stack
None of them
Provide a threads-safe implementation of a queue
Provide a threads-safe implementation of a dictionary of key value pairs
View Answer
10. Managing memory and verifying code safety are functionalities of ________.
Common Type System
.Net Framework Class Library
Common Language Runtime
Common Language Specification
View Answer