+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)
Base Framework Classes
Dynamic Language Runtime(DLR)
Common Type System(CTS)
View Answer
2. In C#, _____________are created using delegates.
Threads
Events
Exceptions
None of these
View Answer
3. Which access modifier makes the code only accessible within the same class?
public
private
protected
abstract
View Answer
4. Managing memory and verifying code safety are functionalities of ________.
.Net Framework Class Library
Common Type System
Common Language Runtime
Common Language Specification
View Answer
5. 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 Calculation(int numOne, int numTwo);
public delegate int Calculation(int numOne, int numTwo);
View Answer
6. Which operator can be used to compare two values?
=
==
<=
<>
View Answer
7. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
user-defined
application-Level
system-level
system-defined
View Answer
8. An EF is an ________ tool built for ADO.NET.
Windows
Programming
XML Reader
ORM
View Answer
9. What is the process of the concurrentDictionary
class?
Provide a threads-safe implementation of a stack
Provide a threads-safe implementation of a queue
None of them
Provide a threads-safe implementation of a dictionary of key value pairs
View Answer
10. The validity of a cache item is based on the _________.
Cache system
Memory used
Cache dependencies
Cache directory
View Answer