+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 of the following options is not a function of CLR in the .NET framework?
Language translation
Garbage Collection
Memory Management
Code Safety Verification
View Answer
2. How can you enable communication between threads while synchronizing the threads?
By using synchronization events
By using the ThreadPool class
None of them
By using the Task class
View Answer
3. How can you enable communication between threads while synchronizing the threads?
By using the Thread Pool class
By using Task Class
None of them
By using synchronization events
View Answer
4. Which data type is used to create a variable that should store text?
Boolean
String
int
float
View Answer
5. The _______ types feature facilitates the definition of classes, structures, and interfaces over multiple files.
All of them
Partial
Anonymous
unnamed
View Answer
6. What is the correct way to create an object called myObj of MyClass?
myclass myobj = new myclass();
new obj = new ();
class myobj = myclass();
all of these
View Answer
7. Which access modifier makes the code only accessible within the same class?
abstract
public
private
protected
View Answer
8. Which interface supports simple iteration over elements of a generic collection.
ICollection
IList
IDictionary
IEnumerator
View Answer
9. Which version of C# is use in visual studio 2019
8.0
7.0
6.0
5.0
View Answer
10. The __________ object is responsible for transforming the data based on the algorithm of the symmetric encryption class.
RijndaelManaged
CryptoStream
ICryptoTransform
NetworkStream
View Answer