+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.
Chache.Save()
Cache.Insert()
Cache.Add()
Cache.Remove()
View Answer
2. Which data type is used to create a variable that should store text?
float
int
Boolean
String
View Answer
3. The __________ object is responsible for transforming the data based on the algorithm of the symmetric encryption class.
ICryptoTransform
RijndaelManaged
CryptoStream
NetworkStream
View Answer
4. Which of these indicates whether sliding expiration is enables?
Absolute Expiration
Cache Policy
Sliding Expiration
None of them
View Answer
5. How can you enable communication between threads while synchronizing the threads?
By using the Thread Pool class
By using Task Class
By using synchronization events
None of them
View Answer
6. Which operator can be used to compare two values?
<>
<=
=
==
View Answer
7. Which of the following options is not a function of CLR in the .NET framework?
Language translation
Memory Management
Garbage Collection
Code Safety Verification
View Answer
8. Which of the following code declares the delegate Calculation with the returns type and the parameter types as integer.
delegate int Calculation (int numOne, int numTwo);
delegate Calculation (int numOne, int numTwo);
public delegate int Calculation(int numOne, int numTwo);
public delegate Calculation(int numOne, int numTwo);
View Answer
9. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
system-defined
user-defined
system-level
application-Level
View Answer
10. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
return
where
select
from
View Answer