+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 __________ method is used to add the dependent cache item.
Cache.Add()
Cache.Remove()
Chache.Save()
Cache.Insert()
View Answer
2. Which of the following options is not a function of CLR in the .NET framework?
Language translation
Code Safety Verification
Garbage Collection
Memory Management
View Answer
3. How can you enable communication between threads while synchronizing the threads?
By using synchronization events
By using the Task class
By using the ThreadPool class
None of them
View Answer
4. An EF is an ________ tool built for ADO.NET.
XML Reader
ORM
Windows
Programming
View Answer
5. Which access modifier makes the code only accessible within the same class?
abstract
private
public
protected
View Answer
6. The __________ object is responsible for transforming the data based on the algorithm of the symmetric encryption class.
CryptoStream
ICryptoTransform
NetworkStream
RijndaelManaged
View Answer
7. CLR stands for___________
Common Language Runtime
Common Layer Runtime
C# Language Runtime
Common Language Repository
View Answer
8. EF queries are converted to ______ queries for underlying databases.
SQL
Reference
API
XML
View Answer
9. How can you enable communication between threads while synchronizing the threads?
By using the Thread Pool class
None of them
By using Task Class
By using synchronization events
View Answer
10. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
anonymous
named
unnamed
partial
View Answer