+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. Which interface defines methods to control different generic collections.
IDictionary
All of them
IEnumerator
ICollections
View Answer
2. In ____________the this keyword is required before the first argument.
Auto implemented property
Extension method
Static method
Collection initializer
View Answer
3. An EF is an ________ tool built for ADO.NET.
Programming
XML Reader
ORM
Windows
View Answer
4. EF queries are converted to ______ queries for underlying databases.
XML
SQL
API
Reference
View Answer
5. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
anonymous
unnamed
partial
named
View Answer
6. Which operator can be used to compare two values?
==
<=
=
<>
View Answer
7. How can you enable communication between threads while synchronizing the threads?
By using the Thread Pool class
By using synchronization events
By using Task Class
None of them
View Answer
8. Which of the following options is not a function of CLR in the .NET framework?
Garbage Collection
Code Safety Verification
Language translation
Memory Management
View Answer
9. The __________ property of the System Exception class return the Exception instance that caused the current exception.
Message
InnerException
StackTrace
Source
View Answer
10. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
select
from
return
where
View Answer