+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. An EF is an ________ tool built for ADO.NET.
Programming
ORM
Windows
XML Reader
View Answer
2. How can you enable communication between threads while synchronizing the threads?
None of them
By using the Thread Pool class
By using synchronization events
By using Task Class
View Answer
3. The __________ object is responsible for transforming the data based on the algorithm of the symmetric encryption class.
RijndaelManaged
ICryptoTransform
CryptoStream
NetworkStream
View Answer
4. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
ArrayList
Stack
Queue
Array
View Answer
5. _________ is one of the most powerful features that was first introduced in .NET framework 3.5.
LINQ
ADO.Net
Entity SQL
EF API
View Answer
6. Managing memory and verifying code safety are functionalities of ____________
.NET Framework Class Library
Common Language Runtime
Common Type system
Common Language Specification
View Answer
7. In ____________the this keyword is required before the first argument.
Auto implemented property
Static method
Extension method
Collection initializer
View Answer
8. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
named
partial
anonymous
unnamed
View Answer
9. What is the correct way to create an object called myObj of MyClass?
new obj = new ();
myclass myobj = new myclass();
class myobj = myclass();
all of these
View Answer
10. How can you enable communication between threads while synchronizing the threads?
None of them
By using the ThreadPool class
By using synchronization events
By using the Task class
View Answer