+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. Which version of C# is use in visual studio 2019
8.0
5.0
6.0
7.0
View Answer
3. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
return
select
where
from
View Answer
4. How can you enable communication between threads while synchronizing the threads?
By using the ThreadPool class
None of them
By using the Task class
By using synchronization events
View Answer
5. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Common Type System(CTS)
Common Language Runtime (CLR)
Dynamic Language Runtime(DLR)
Base Framework Classes
View Answer
6. Which interface defines methods to control different generic collections.
IEnumerator
ICollections
IDictionary
All of them
View Answer
7. EF queries are converted to ______ queries for underlying databases.
SQL
Reference
API
XML
View Answer
8. Managing memory and verifying code safety are functionalities of ____________
Common Type system
.NET Framework Class Library
Common Language Runtime
Common Language Specification
View Answer
9. Which access modifier makes the code only accessible within the same class?
protected
private
public
abstract
View Answer
10. The __________ property of the System Exception class return the Exception instance that caused the current exception.
InnerException
Source
StackTrace
Message
View Answer