+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.Remove()
Cache.Add()
Cache.Insert()
View Answer
2. Which of the following code declares the delegate Calculation with the returns type and the parameter types as integer.
public delegate int Calculation(int numOne, int numTwo);
public delegate Calculation(int numOne, int numTwo);
delegate int Calculation (int numOne, int numTwo);
delegate Calculation (int numOne, int numTwo);
View Answer
3. In ____________the this keyword is required before the first argument.
Auto implemented property
Collection initializer
Static method
Extension method
View Answer
4. Which interface defines methods to control different generic collections.
All of them
IDictionary
ICollections
IEnumerator
View Answer
5. Which data type is used to create a variable that should store text?
String
float
int
Boolean
View Answer
6. Which of following components of the .NET framework enable interoperability of dynamic with the .NET Framework?
Common Type System(CTS)
Dynamic Language Runtime(DLR)
Base Framework Classes
Common Language Runtime (CLR)
View Answer
7. _________ is one of the most powerful features that was first introduced in .NET framework 3.5.
ADO.Net
Entity SQL
EF API
LINQ
View Answer
8. EF queries are converted to ______ queries for underlying databases.
Reference
XML
API
SQL
View Answer
9. The __________ property of the System Exception class return the Exception instance that caused the current exception.
InnerException
StackTrace
Message
Source
View Answer
10. Which version of C# is use in visual studio 2019
6.0
8.0
5.0
7.0
View Answer