+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 the following options is not a function of CLR in the .NET framework?
Code Safety Verification
Garbage Collection
Language translation
Memory Management
View Answer
2. Which of these indicates whether sliding expiration is enables?
Sliding Expiration
Absolute Expiration
Cache Policy
None of them
View Answer
3. Which data type is used to create a variable that should store text?
Boolean
String
float
int
View Answer
4. Managing memory and verifying code safety are functionalities of ________.
Common Language Specification
.Net Framework Class Library
Common Type System
Common Language Runtime
View Answer
5. The __________ object is responsible for transforming the data based on the algorithm of the symmetric encryption class.
ICryptoTransform
NetworkStream
CryptoStream
RijndaelManaged
View Answer
6. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
Queue
ArrayList
Array
Stack
View Answer
7. Which access modifier makes the code only accessible within the same class?
protected
abstract
private
public
View Answer
8. What is the process of the concurrentDictionary
class?
Provide a threads-safe implementation of a dictionary of key value pairs
Provide a threads-safe implementation of a queue
Provide a threads-safe implementation of a stack
None of them
View Answer
9. Managing memory and verifying code safety are functionalities of ____________
.NET Framework Class Library
Common Language Runtime
Common Type system
Common Language Specification
View Answer
10. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
anonymous
static
referenced
invoked
View Answer