+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.
Chache.Save()
Cache.Insert()
Cache.Add()
Cache.Remove()
View Answer
2. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
select
from
where
return
View Answer
3. Managing memory and verifying code safety are functionalities of ____________
Common Type system
Common Language Specification
.NET Framework Class Library
Common Language Runtime
View Answer
4. Which access modifier makes the code only accessible within the same class?
abstract
public
protected
private
View Answer
5. In ____________the this keyword is required before the first argument.
Extension method
Auto implemented property
Collection initializer
Static method
View Answer
6. The default capacity of ArrayList is ________.
32
8
12
16
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________ method is an inline nameless block of code that can be passed as a delegate parameter.
partial
unnamed
anonymous
named
View Answer
9. Which operator can be used to compare two values?
=
==
<>
<=
View Answer
10. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
Array
ArrayList
Stack
Queue
View Answer