+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. The __________ method is used to add the dependent cache item.
Cache.Remove()
Chache.Save()
Cache.Insert()
Cache.Add()
View Answer
2. Which access modifier makes the code only accessible within the same class?
public
abstract
protected
private
View Answer
3. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
anonymous
unnamed
named
partial
View Answer
4. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Dynamic Language Runtime(DLR)
Common Language Runtime (CLR)
Base Framework Classes
Common Type System(CTS)
View Answer
5. The validity of a cache item is based on the _________.
Memory used
Cache directory
Cache dependencies
Cache system
View Answer
6. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
ArrayList
Stack
Queue
Array
View Answer
7. Which of the following options is not a function of CLR in the .NET framework?
Memory Management
Language translation
Garbage Collection
Code Safety Verification
View Answer
8. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
select
where
return
from
View Answer
9. Which property can be used to find the length of a string?
Length
textlength()
getlength()
length()
View Answer
10. The __________ property of the System Exception class return the Exception instance that caused the current exception.
Source
Message
InnerException
StackTrace
View Answer