+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. The __________ object is responsible for transforming the data based on the algorithm of the symmetric encryption class.
RijndaelManaged
ICryptoTransform
CryptoStream
NetworkStream
View Answer
2. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
from
return
select
where
View Answer
3. The __________ method is used to add the dependent cache item.
Chache.Save()
Cache.Insert()
Cache.Remove()
Cache.Add()
View Answer
4. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
static
invoked
referenced
anonymous
View Answer
5. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
named
partial
unnamed
anonymous
View Answer
6. How can you enable communication between threads while synchronizing the threads?
By using the Thread Pool class
By using synchronization events
By using Task Class
None of them
View Answer
7. The _______ types feature facilitates the definition of classes, structures, and interfaces over multiple files.
unnamed
Partial
All of them
Anonymous
View Answer
8. The __________ property of the System Exception class return the Exception instance that caused the current exception.
Source
Message
StackTrace
InnerException
View Answer
9. In C#, _____________are created using delegates.
Threads
None of these
Exceptions
Events
View Answer
10. Managing memory and verifying code safety are functionalities of ____________
Common Language Runtime
Common Language Specification
Common Type system
.NET Framework Class Library
View Answer