+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. Which version of C# is use in visual studio 2019
7.0
8.0
5.0
6.0
View Answer
2. Which data type is used to create a variable that should store text?
Boolean
float
int
String
View Answer
3. CLR stands for___________
Common Layer Runtime
Common Language Repository
Common Language Runtime
C# Language Runtime
View Answer
4. Which interface supports simple iteration over elements of a generic collection.
IEnumerator
ICollection
IList
IDictionary
View Answer
5. In ____________the this keyword is required before the first argument.
Auto implemented property
Static method
Extension method
Collection initializer
View Answer
6. Which of the following options is not a function of CLR in the .NET framework?
Memory Management
Language translation
Code Safety Verification
Garbage Collection
View Answer
7. Managing memory and verifying code safety are functionalities of ________.
Common Type System
.Net Framework Class Library
Common Language Runtime
Common Language Specification
View Answer
8. What is the correct way to create an object called myObj of MyClass?
class myobj = myclass();
all of these
myclass myobj = new myclass();
new obj = new ();
View Answer
9. The _______ types feature facilitates the definition of classes, structures, and interfaces over multiple files.
Anonymous
Partial
All of them
unnamed
View Answer
10. How can you enable communication between threads while synchronizing the threads?
By using synchronization events
By using the Thread Pool class
None of them
By using Task Class
View Answer