+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. How can you enable communication between threads while synchronizing the threads?
None of them
By using synchronization events
By using Task Class
By using the Thread Pool class
View Answer
2. Managing memory and verifying code safety are functionalities of ____________
Common Type system
.NET Framework Class Library
Common Language Runtime
Common Language Specification
View Answer
3. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Base Framework Classes
Common Language Runtime (CLR)
Dynamic Language Runtime(DLR)
Common Type System(CTS)
View Answer
4. Which of the following code declares the delegate Calculation with the returns type and the parameter types as integer.
delegate Calculation (int numOne, int numTwo);
public delegate int Calculation(int numOne, int numTwo);
delegate int Calculation (int numOne, int numTwo);
public delegate Calculation(int numOne, int numTwo);
View Answer
5. The default capacity of ArrayList is ________.
12
8
32
16
View Answer
6. Which data type is used to create a variable that should store text?
int
String
float
Boolean
View Answer
7. The __________ object is responsible for transforming the data based on the algorithm of the symmetric encryption class.
NetworkStream
ICryptoTransform
CryptoStream
RijndaelManaged
View Answer
8. Which access modifier makes the code only accessible within the same class?
abstract
public
private
protected
View Answer
9. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
system-defined
system-level
application-Level
user-defined
View Answer
10. Which operator can be used to compare two values?
<>
=
<=
==
View Answer