+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. Which of these indicates whether sliding expiration is enables?
Absolute Expiration
Sliding Expiration
Cache Policy
None of them
View Answer
2. CLR stands for___________
Common Language Runtime
Common Layer Runtime
C# Language Runtime
Common Language Repository
View Answer
3. What is the correct way to create an object called myObj of MyClass?
myclass myobj = new myclass();
all of these
new obj = new ();
class myobj = myclass();
View Answer
4. The validity of a cache item is based on the _________.
Memory used
Cache system
Cache directory
Cache dependencies
View Answer
5. In C#, _____________are created using delegates.
Threads
None of these
Exceptions
Events
View Answer
6. The __________ object is responsible for transforming the data based on the algorithm of the symmetric encryption class.
CryptoStream
RijndaelManaged
NetworkStream
ICryptoTransform
View Answer
7. Which interface defines methods to control different generic collections.
IDictionary
All of them
IEnumerator
ICollections
View Answer
8. The __________ method is used to add the dependent cache item.
Cache.Add()
Cache.Remove()
Chache.Save()
Cache.Insert()
View Answer
9. Which access modifier makes the code only accessible within the same class?
private
abstract
protected
public
View Answer
10. How can you enable communication between threads while synchronizing the threads?
By using the ThreadPool class
None of them
By using the Task class
By using synchronization events
View Answer