+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. The __________ property of the System Exception class return the Exception instance that caused the current exception.
Source
InnerException
StackTrace
Message
View Answer
2. The ____________ exception is thrown when a value is assigned to a null object.
NullReferenceException
ArithmeticException
IndexOutofBondException
OverflowException
View Answer
3. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
static
anonymous
invoked
referenced
View Answer
4. Which version of C# is use in visual studio 2019
5.0
7.0
6.0
8.0
View Answer
5. The __________ object is responsible for transforming the data based on the algorithm of the symmetric encryption class.
NetworkStream
ICryptoTransform
RijndaelManaged
CryptoStream
View Answer
6. EF queries are converted to ______ queries for underlying databases.
SQL
XML
Reference
API
View Answer
7. _________ is one of the most powerful features that was first introduced in .NET framework 3.5.
ADO.Net
EF API
Entity SQL
LINQ
View Answer
8. How can you enable communication between threads while synchronizing the threads?
By using the ThreadPool class
By using synchronization events
By using the Task class
None of them
View Answer
9. The default capacity of ArrayList is ________.
12
8
16
32
View Answer
10. Which data type is used to create a variable that should store text?
int
String
Boolean
float
View Answer