+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. Which version of C# is use in visual studio 2019
7.0
8.0
5.0
6.0
View Answer
3. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
select
return
where
from
View Answer
4. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Dynamic Language Runtime(DLR)
Common Language Runtime (CLR)
Base Framework Classes
Common Type System(CTS)
View Answer
5. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
anonymous
named
partial
unnamed
View Answer
6. How can you enable communication between threads while synchronizing the threads?
By using the ThreadPool class
By using synchronization events
None of them
By using the Task class
View Answer
7. Which property can be used to find the length of a string?
textlength()
Length
length()
getlength()
View Answer
8. The validity of a cache item is based on the _________.
Cache dependencies
Cache system
Memory used
Cache directory
View Answer
9. What is the correct way to create an object called myObj of MyClass?
new obj = new ();
class myobj = myclass();
all of these
myclass myobj = new myclass();
View Answer
10. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
Array
Stack
ArrayList
Queue
View Answer