+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. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
invoked
static
anonymous
referenced
View Answer
2. EF queries are converted to ______ queries for underlying databases.
Reference
SQL
XML
API
View Answer
3. Which operator can be used to compare two values?
<=
==
=
<>
View Answer
4. What is the correct way to create an object called myObj of MyClass?
all of these
myclass myobj = new myclass();
class myobj = myclass();
new obj = new ();
View Answer
5. CLR stands for___________
C# Language Runtime
Common Language Runtime
Common Language Repository
Common Layer Runtime
View Answer
6. How can you enable communication between threads while synchronizing the threads?
By using the Task class
By using the ThreadPool class
By using synchronization events
None of them
View Answer
7. Which of the following options is not a function of CLR in the .NET framework?
Garbage Collection
Memory Management
Language translation
Code Safety Verification
View Answer
8. The __________ method is used to add the dependent cache item.
Chache.Save()
Cache.Insert()
Cache.Add()
Cache.Remove()
View Answer
9. Which access modifier makes the code only accessible within the same class?
protected
private
public
abstract
View Answer
10. The __________ property of the System Exception class return the Exception instance that caused the current exception.
Message
Source
InnerException
StackTrace
View Answer