+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. Managing memory and verifying code safety are functionalities of ________.
Common Language Runtime
Common Type System
.Net Framework Class Library
Common Language Specification
View Answer
2. EF queries are converted to ______ queries for underlying databases.
API
XML
SQL
Reference
View Answer
3. The __________ method is used to add the dependent cache item.
Chache.Save()
Cache.Add()
Cache.Insert()
Cache.Remove()
View Answer
4. Which interface supports simple iteration over elements of a generic collection.
IList
ICollection
IEnumerator
IDictionary
View Answer
5. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Common Language Runtime (CLR)
Common Type System(CTS)
Base Framework Classes
Dynamic Language Runtime(DLR)
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);
public delegate Calculation(int numOne, int numTwo);
delegate int Calculation (int numOne, int numTwo);
public delegate int Calculation(int numOne, int numTwo);
View Answer
7. How can you enable communication between threads while synchronizing the threads?
By using synchronization events
None of them
By using Task Class
By using the Thread Pool class
View Answer
8. The default capacity of ArrayList is ________.
32
12
8
16
View Answer
9. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
system-level
user-defined
system-defined
application-Level
View Answer
10. The __________ property of the System Exception class return the Exception instance that caused the current exception.
Message
InnerException
Source
StackTrace
View Answer