+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. What is the correct way to create an object called myObj of MyClass?
new obj = new ();
myclass myobj = new myclass();
class myobj = myclass();
all of these
View Answer
2. In C#, _____________are created using delegates.
Events
Threads
Exceptions
None of these
View Answer
3. EF queries are converted to ______ queries for underlying databases.
XML
SQL
Reference
API
View Answer
4. Which access modifier makes the code only accessible within the same class?
protected
private
public
abstract
View Answer
5. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
named
anonymous
unnamed
partial
View Answer
6. The default capacity of ArrayList is ________.
12
8
32
16
View Answer
7. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
where
from
return
select
View Answer
8. CLR stands for___________
C# Language Runtime
Common Layer Runtime
Common Language Runtime
Common Language Repository
View Answer
9. Which of these indicates whether sliding expiration is enables?
Sliding Expiration
Absolute Expiration
None of them
Cache Policy
View Answer
10. Managing memory and verifying code safety are functionalities of ____________
.NET Framework Class Library
Common Language Runtime
Common Language Specification
Common Type system
View Answer