+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 validity of a cache item is based on the _________.
Cache dependencies
Cache directory
Cache system
Memory used
View Answer
2. How can you enable communication between threads while synchronizing the threads?
None of them
By using Task Class
By using the Thread Pool class
By using synchronization events
View Answer
3. Which version of C# is use in visual studio 2019
8.0
5.0
7.0
6.0
View Answer
4. _________ is one of the most powerful features that was first introduced in .NET framework 3.5.
Entity SQL
ADO.Net
EF API
LINQ
View Answer
5. Which property can be used to find the length of a string?
length()
getlength()
Length
textlength()
View Answer
6. Which data type is used to create a variable that should store text?
float
Boolean
int
String
View Answer
7. What is the correct way to create an object called myObj of MyClass?
class myobj = myclass();
new obj = new ();
all of these
myclass myobj = new myclass();
View Answer
8. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
Queue
Array
Stack
ArrayList
View Answer
9. What is the process of the concurrentDictionary
class?
Provide a threads-safe implementation of a queue
Provide a threads-safe implementation of a stack
Provide a threads-safe implementation of a dictionary of key value pairs
None of them
View Answer
10. Managing memory and verifying code safety are functionalities of ____________
Common Language Specification
.NET Framework Class Library
Common Type system
Common Language Runtime
View Answer