+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. What is the correct way to create an object called myObj of MyClass?
all of these
myclass myobj = new myclass();
class myobj = myclass();
new obj = new ();
View Answer
2. Managing memory and verifying code safety are functionalities of ____________
Common Language Specification
.NET Framework Class Library
Common Language Runtime
Common Type system
View Answer
3. An EF is an ________ tool built for ADO.NET.
Programming
Windows
ORM
XML Reader
View Answer
4. How can you enable communication between threads while synchronizing the threads?
By using synchronization events
None of them
By using the Task class
By using the ThreadPool class
View Answer
5. What is the process of the concurrentDictionary
class?
Provide a threads-safe implementation of a stack
None of them
Provide a threads-safe implementation of a queue
Provide a threads-safe implementation of a dictionary of key value pairs
View Answer
6. Which access modifier makes the code only accessible within the same class?
abstract
protected
public
private
View Answer
7. Which of these indicates whether sliding expiration is enables?
Cache Policy
None of them
Sliding Expiration
Absolute Expiration
View Answer
8. In C#, _____________are created using delegates.
Threads
Exceptions
None of these
Events
View Answer
9. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
system-level
application-Level
system-defined
user-defined
View Answer
10. The validity of a cache item is based on the _________.
Cache dependencies
Cache system
Memory used
Cache directory
View Answer