+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. Which access modifier makes the code only accessible within the same class?
public
abstract
protected
private
View Answer
2. An EF is an ________ tool built for ADO.NET.
Windows
Programming
ORM
XML Reader
View Answer
3. The __________ method is used to add the dependent cache item.
Cache.Insert()
Chache.Save()
Cache.Add()
Cache.Remove()
View Answer
4. Which version of C# is use in visual studio 2019
5.0
8.0
6.0
7.0
View Answer
5. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
static
anonymous
invoked
referenced
View Answer
6. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
system-level
user-defined
application-Level
system-defined
View Answer
7. What is the process of the concurrentDictionary
class?
None of them
Provide a threads-safe implementation of a dictionary of key value pairs
Provide a threads-safe implementation of a queue
Provide a threads-safe implementation of a stack
View Answer
8. Managing memory and verifying code safety are functionalities of ________.
Common Type System
Common Language Specification
Common Language Runtime
.Net Framework Class Library
View Answer
9. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
named
partial
unnamed
anonymous
View Answer
10. The ____________ exception is thrown when a value is assigned to a null object.
OverflowException
NullReferenceException
IndexOutofBondException
ArithmeticException
View Answer