+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 __________ property of the System Exception class return the Exception instance that caused the current exception.
Message
Source
InnerException
StackTrace
View Answer
2. CLR stands for___________
C# Language Runtime
Common Layer Runtime
Common Language Runtime
Common Language Repository
View Answer
3. Which of these indicates whether sliding expiration is enables?
Absolute Expiration
None of them
Sliding Expiration
Cache Policy
View Answer
4. What is the correct way to create an object called myObj of MyClass?
new obj = new ();
class myobj = myclass();
all of these
myclass myobj = new myclass();
View Answer
5. In ____________the this keyword is required before the first argument.
Extension method
Auto implemented property
Static method
Collection initializer
View Answer
6. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
select
from
where
return
View Answer
7. _________ is one of the most powerful features that was first introduced in .NET framework 3.5.
LINQ
ADO.Net
Entity SQL
EF API
View Answer
8. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
system-level
application-Level
system-defined
user-defined
View Answer
9. Which operator can be used to compare two values?
<>
==
=
<=
View Answer
10. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
Array
ArrayList
Stack
Queue
View Answer