++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. The __________ property of the System Exception class return the Exception instance that caused the current exception.
StackTrace
InnerException
Message
Source
View Answer
2. Managing memory and verifying code safety are functionalities of ____________
Common Language Specification
.NET Framework Class Library
Common Type system
Common Language Runtime
View Answer
3. EF queries are converted to ______ queries for underlying databases.
XML
Reference
API
SQL
View Answer
4. Which of the following options is not a function of CLR in the .NET framework?
Garbage Collection
Language translation
Code Safety Verification
Memory Management
View Answer
5. An EF is an ________ tool built for ADO.NET.
XML Reader
ORM
Programming
Windows
View Answer
6. Which of the following code declares the delegate Calculation with the returns type and the parameter types as integer.
delegate Calculation (int numOne, int numTwo);
delegate int Calculation (int numOne, int numTwo);
public delegate int Calculation(int numOne, int numTwo);
public delegate Calculation(int numOne, int numTwo);
View Answer
7. The _______ types feature facilitates the definition of classes, structures, and interfaces over multiple files.
Partial
Anonymous
unnamed
All of them
View Answer
8. In ____________the this keyword is required before the first argument.
Static method
Extension method
Auto implemented property
Collection initializer
View Answer
9. In C#, _____________are created using delegates.
Exceptions
None of these
Events
Threads
View Answer
10. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Base Framework Classes
Common Type System(CTS)
Common Language Runtime (CLR)
Dynamic Language Runtime(DLR)
View Answer