+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. _________ is one of the most powerful features that was first introduced in .NET framework 3.5.
ADO.Net
Entity SQL
EF API
LINQ
View Answer
2. The validity of a cache item is based on the _________.
Cache system
Memory used
Cache directory
Cache dependencies
View Answer
3. CLR stands for___________
Common Layer Runtime
Common Language Repository
C# Language Runtime
Common Language Runtime
View Answer
4. The default capacity of ArrayList is ________.
32
12
16
8
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 Calculation (int numOne, int numTwo);
delegate int Calculation (int numOne, int numTwo);
public delegate int Calculation(int numOne, int numTwo);
View Answer
6. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
user-defined
application-Level
system-level
system-defined
View Answer
7. The ____________ exception is thrown when a value is assigned to a null object.
ArithmeticException
IndexOutofBondException
OverflowException
NullReferenceException
View Answer
8. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Base Framework Classes
Common Type System(CTS)
Dynamic Language Runtime(DLR)
Common Language Runtime (CLR)
View Answer
9. Which data type is used to create a variable that should store text?
String
float
int
Boolean
View Answer
10. The _______ types feature facilitates the definition of classes, structures, and interfaces over multiple files.
Anonymous
Partial
unnamed
All of them
View Answer