+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 supports simple iteration over elements of a generic collection.
IEnumerator
ICollection
IDictionary
IList
View Answer
2. What is the correct way to create an object called myObj of MyClass?
new obj = new ();
myclass myobj = new myclass();
all of these
class myobj = myclass();
View Answer
3. In ____________the this keyword is required before the first argument.
Collection initializer
Static method
Extension method
Auto implemented property
View Answer
4. The validity of a cache item is based on the _________.
Memory used
Cache directory
Cache system
Cache dependencies
View Answer
5. Which of the following code declares the delegate Calculation with the returns type and the parameter types as integer.
public delegate Calculation(int numOne, int numTwo);
delegate int Calculation (int numOne, int numTwo);
delegate Calculation (int numOne, int numTwo);
public delegate int Calculation(int numOne, int numTwo);
View Answer
6. How can you enable communication between threads while synchronizing the threads?
None of them
By using the Thread Pool class
By using Task Class
By using synchronization events
View Answer
7. Which interface defines methods to control different generic collections.
All of them
IEnumerator
ICollections
IDictionary
View Answer
8. An EF is an ________ tool built for ADO.NET.
Programming
ORM
XML Reader
Windows
View Answer
9. _________ is one of the most powerful features that was first introduced in .NET framework 3.5.
LINQ
EF API
ADO.Net
Entity SQL
View Answer
10. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
user-defined
system-defined
system-level
application-Level
View Answer