+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
Softwares
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.
Source
StackTrace
InnerException
Message
View Answer
2. EF queries are converted to ______ queries for underlying databases.
XML
API
SQL
Reference
View Answer
3. Which interface supports simple iteration over elements of a generic collection.
IDictionary
IEnumerator
ICollection
IList
View Answer
4. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
user-defined
application-Level
system-level
system-defined
View Answer
5. Managing memory and verifying code safety are functionalities of ____________
.NET Framework Class Library
Common Type system
Common Language Specification
Common Language Runtime
View Answer
6. Managing memory and verifying code safety are functionalities of ________.
.Net Framework Class Library
Common Language Runtime
Common Language Specification
Common Type System
View Answer
7. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
anonymous
partial
unnamed
named
View Answer
8. The validity of a cache item is based on the _________.
Cache directory
Cache dependencies
Memory used
Cache system
View Answer
9. Which data type is used to create a variable that should store text?
int
Boolean
float
String
View Answer
10. Which operator can be used to compare two values?
==
=
<>
<=
View Answer