+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
Softwares
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 process of the concurrentDictionary
class?
Provide a threads-safe implementation of a stack
Provide a threads-safe implementation of a queue
Provide a threads-safe implementation of a dictionary of key value pairs
None of them
View Answer
2. The validity of a cache item is based on the _________.
Memory used
Cache directory
Cache system
Cache dependencies
View Answer
3. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Common Type System(CTS)
Common Language Runtime (CLR)
Base Framework Classes
Dynamic Language Runtime(DLR)
View Answer
4. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
application-Level
user-defined
system-level
system-defined
View Answer
5. What is the correct way to create an object called myObj of MyClass?
class myobj = myclass();
myclass myobj = new myclass();
all of these
new obj = new ();
View Answer
6. Which of these indicates whether sliding expiration is enables?
Absolute Expiration
None of them
Sliding Expiration
Cache Policy
View Answer
7. The __________ method is used to add the dependent cache item.
Chache.Save()
Cache.Insert()
Cache.Add()
Cache.Remove()
View Answer
8. CLR stands for___________
C# Language Runtime
Common Layer Runtime
Common Language Repository
Common Language Runtime
View Answer
9. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
partial
named
unnamed
anonymous
View Answer
10. Managing memory and verifying code safety are functionalities of ________.
Common Type System
Common Language Runtime
.Net Framework Class Library
Common Language Specification
View Answer