+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 of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Common Language Runtime (CLR)
Common Type System(CTS)
Dynamic Language Runtime(DLR)
Base Framework Classes
View Answer
2. The validity of a cache item is based on the _________.
Cache directory
Cache dependencies
Memory used
Cache system
View Answer
3. Which version of C# is use in visual studio 2019
6.0
8.0
5.0
7.0
View Answer
4. 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 int Calculation(int numOne, int numTwo);
delegate int Calculation (int numOne, int numTwo);
public delegate Calculation(int numOne, int numTwo);
View Answer
5. Which of these indicates whether sliding expiration is enables?
Absolute Expiration
Cache Policy
None of them
Sliding Expiration
View Answer
6. Managing memory and verifying code safety are functionalities of ________.
Common Language Specification
.Net Framework Class Library
Common Language Runtime
Common Type System
View Answer
7. How can you enable communication between threads while synchronizing the threads?
By using synchronization events
By using the Thread Pool class
None of them
By using Task Class
View Answer
8. The __________ property of the System Exception class return the Exception instance that caused the current exception.
InnerException
Message
Source
StackTrace
View Answer
9. Which interface supports simple iteration over elements of a generic collection.
IDictionary
ICollection
IEnumerator
IList
View Answer
10. Which operator can be used to compare two values?
<=
==
=
<>
View Answer