+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 access modifier makes the code only accessible within the same class?
public
protected
private
abstract
View Answer
2. Which operator can be used to compare two values?
<>
=
==
<=
View Answer
3. The _______ types feature facilitates the definition of classes, structures, and interfaces over multiple files.
Partial
All of them
unnamed
Anonymous
View Answer
4. Which version of C# is use in visual studio 2019
6.0
5.0
7.0
8.0
View Answer
5. Managing memory and verifying code safety are functionalities of ____________
Common Language Runtime
Common Type system
.NET Framework Class Library
Common Language Specification
View Answer
6. Which property can be used to find the length of a string?
getlength()
length()
Length
textlength()
View Answer
7. Which of the following options is not a function of CLR in the .NET framework?
Language translation
Memory Management
Code Safety Verification
Garbage Collection
View Answer
8. The default capacity of ArrayList is ________.
16
32
12
8
View Answer
9. The validity of a cache item is based on the _________.
Cache directory
Cache system
Memory used
Cache dependencies
View Answer
10. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
where
from
select
return
View Answer