+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. Which data type is used to create a variable that should store text?
float
Boolean
String
int
View Answer
2. 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
3. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
anonymous
referenced
static
invoked
View Answer
4. The _______ types feature facilitates the definition of classes, structures, and interfaces over multiple files.
All of them
Partial
unnamed
Anonymous
View Answer
5. The validity of a cache item is based on the _________.
Cache dependencies
Memory used
Cache directory
Cache system
View Answer
6. EF queries are converted to ______ queries for underlying databases.
SQL
XML
Reference
API
View Answer
7. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
where
select
return
from
View Answer
8. 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
9. How can you enable communication between threads while synchronizing the threads?
None of them
By using the Task class
By using the ThreadPool class
By using synchronization events
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