+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 interface supports simple iteration over elements of a generic collection.
IEnumerator
IDictionary
IList
ICollection
View Answer
2. EF queries are converted to ______ queries for underlying databases.
API
XML
SQL
Reference
View Answer
3. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Base Framework Classes
Common Language Runtime (CLR)
Dynamic Language Runtime(DLR)
Common Type System(CTS)
View Answer
4. The __________ object is responsible for transforming the data based on the algorithm of the symmetric encryption class.
RijndaelManaged
NetworkStream
ICryptoTransform
CryptoStream
View Answer
5. The __________ method is used to add the dependent cache item.
Chache.Save()
Cache.Remove()
Cache.Insert()
Cache.Add()
View Answer
6. Managing memory and verifying code safety are functionalities of ____________
.NET Framework Class Library
Common Language Runtime
Common Type system
Common Language Specification
View Answer
7. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
application-Level
system-defined
system-level
user-defined
View Answer
8. Which version of C# is use in visual studio 2019
5.0
8.0
6.0
7.0
View Answer
9. The validity of a cache item is based on the _________.
Memory used
Cache directory
Cache dependencies
Cache system
View Answer
10. How can you enable communication between threads while synchronizing the threads?
By using the ThreadPool class
By using the Task class
By using synchronization events
None of them
View Answer