+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 operator can be used to compare two values?
=
<>
==
<=
View Answer
2. Managing memory and verifying code safety are functionalities of ________.
Common Language Specification
Common Type System
.Net Framework Class Library
Common Language Runtime
View Answer
3. 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
4. Which of these indicates whether sliding expiration is enables?
Sliding Expiration
Absolute Expiration
None of them
Cache Policy
View Answer
5. Which interface supports simple iteration over elements of a generic collection.
ICollection
IEnumerator
IList
IDictionary
View Answer
6. The _______ types feature facilitates the definition of classes, structures, and interfaces over multiple files.
All of them
Anonymous
unnamed
Partial
View Answer
7. The __________ method is used to add the dependent cache item.
Cache.Remove()
Chache.Save()
Cache.Insert()
Cache.Add()
View Answer
8. Which property can be used to find the length of a string?
Length
length()
getlength()
textlength()
View Answer
9. The ____________ exception is thrown when a value is assigned to a null object.
ArithmeticException
OverflowException
NullReferenceException
IndexOutofBondException
View Answer
10. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
Stack
ArrayList
Array
Queue
View Answer