+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 of these indicates whether sliding expiration is enables?
None of them
Cache Policy
Absolute Expiration
Sliding Expiration
View Answer
2. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
anonymous
invoked
static
referenced
View Answer
3. How can you enable communication between threads while synchronizing the threads?
None of them
By using synchronization events
By using Task Class
By using the Thread Pool class
View Answer
4. Which interface defines methods to control different generic collections.
IEnumerator
IDictionary
ICollections
All of them
View Answer
5. Which interface supports simple iteration over elements of a generic collection.
IEnumerator
IDictionary
IList
ICollection
View Answer
6. The __________ method is used to add the dependent cache item.
Cache.Add()
Chache.Save()
Cache.Insert()
Cache.Remove()
View Answer
7. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
unnamed
partial
named
anonymous
View Answer
8. The default capacity of ArrayList is ________.
16
32
8
12
View Answer
9. The __________ object is responsible for transforming the data based on the algorithm of the symmetric encryption class.
CryptoStream
NetworkStream
ICryptoTransform
RijndaelManaged
View Answer
10. 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