+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 these indicates whether sliding expiration is enables?
Sliding Expiration
Absolute Expiration
None of them
Cache Policy
View Answer
2. Managing memory and verifying code safety are functionalities of ________.
Common Type System
.Net Framework Class Library
Common Language Specification
Common Language Runtime
View Answer
3. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
ArrayList
Array
Stack
Queue
View Answer
4. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
system-defined
application-Level
system-level
user-defined
View Answer
5. Which property can be used to find the length of a string?
length()
getlength()
Length
textlength()
View Answer
6. CLR stands for___________
C# Language Runtime
Common Language Repository
Common Language Runtime
Common Layer Runtime
View Answer
7. The default capacity of ArrayList is ________.
8
32
12
16
View Answer
8. The _______ types feature facilitates the definition of classes, structures, and interfaces over multiple files.
unnamed
Partial
All of them
Anonymous
View Answer
9. An EF is an ________ tool built for ADO.NET.
Windows
Programming
XML Reader
ORM
View Answer
10. Which of the following code declares the delegate Calculation with the returns type and the parameter types as integer.
public delegate int Calculation(int numOne, int numTwo);
delegate int Calculation (int numOne, int numTwo);
delegate Calculation (int numOne, int numTwo);
public delegate Calculation(int numOne, int numTwo);
View Answer