+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
Softwares
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. Managing memory and verifying code safety are functionalities of ____________
.NET Framework Class Library
Common Language Runtime
Common Language Specification
Common Type system
View Answer
2. The default capacity of ArrayList is ________.
12
32
16
8
View Answer
3. The __________ method is used to add the dependent cache item.
Cache.Insert()
Chache.Save()
Cache.Add()
Cache.Remove()
View Answer
4. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
Stack
Queue
ArrayList
Array
View Answer
5. CLR stands for___________
C# Language Runtime
Common Layer Runtime
Common Language Runtime
Common Language Repository
View Answer
6. What is the process of the concurrentDictionary
class?
None of them
Provide a threads-safe implementation of a stack
Provide a threads-safe implementation of a queue
Provide a threads-safe implementation of a dictionary of key value pairs
View Answer
7. EF queries are converted to ______ queries for underlying databases.
XML
SQL
API
Reference
View Answer
8. Which operator can be used to compare two values?
<=
=
==
<>
View Answer
9. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
return
select
from
where
View Answer
10. In C#, _____________are created using delegates.
Events
Threads
None of these
Exceptions
View Answer