+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. The __________ method is used to add the dependent cache item.
Chache.Save()
Cache.Add()
Cache.Remove()
Cache.Insert()
View Answer
2. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
Queue
Array
ArrayList
Stack
View Answer
3. EF queries are converted to ______ queries for underlying databases.
Reference
API
SQL
XML
View Answer
4. Which of these indicates whether sliding expiration is enables?
Cache Policy
Sliding Expiration
None of them
Absolute Expiration
View Answer
5. The ____________ exception is thrown when a value is assigned to a null object.
ArithmeticException
OverflowException
NullReferenceException
IndexOutofBondException
View Answer
6. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
user-defined
system-level
application-Level
system-defined
View Answer
7. Managing memory and verifying code safety are functionalities of ________.
Common Type System
Common Language Specification
.Net Framework Class Library
Common Language Runtime
View Answer
8. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
anonymous
named
partial
unnamed
View Answer
9. CLR stands for___________
Common Layer Runtime
Common Language Runtime
C# Language Runtime
Common Language Repository
View Answer
10. Which data type is used to create a variable that should store text?
int
float
String
Boolean
View Answer