++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. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Base Framework Classes
Common Language Runtime (CLR)
Common Type System(CTS)
Dynamic Language Runtime(DLR)
View Answer
2. How can you enable communication between threads while synchronizing the threads?
By using the Task class
By using the ThreadPool class
None of them
By using synchronization events
View Answer
3. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
named
anonymous
partial
unnamed
View Answer
4. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
Stack
Queue
Array
ArrayList
View Answer
5. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
user-defined
system-defined
system-level
application-Level
View Answer
6. EF queries are converted to ______ queries for underlying databases.
Reference
XML
SQL
API
View Answer
7. In C#, _____________are created using delegates.
Exceptions
Events
Threads
None of these
View Answer
8. Managing memory and verifying code safety are functionalities of ____________
Common Language Specification
.NET Framework Class Library
Common Language Runtime
Common Type system
View Answer
9. The __________ method is used to add the dependent cache item.
Cache.Insert()
Cache.Add()
Chache.Save()
Cache.Remove()
View Answer
10. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
invoked
anonymous
static
referenced
View Answer