+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 ();
class myobj = myclass();
all of these
myclass myobj = new myclass();
View Answer
2. Which version of C# is use in visual studio 2019
6.0
5.0
8.0
7.0
View Answer
3. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
user-defined
system-level
application-Level
system-defined
View Answer
4. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
partial
anonymous
unnamed
named
View Answer
5. Which data type is used to create a variable that should store text?
float
int
String
Boolean
View Answer
6. Which of the following options is not a function of CLR in the .NET framework?
Memory Management
Language translation
Garbage Collection
Code Safety Verification
View Answer
7. EF queries are converted to ______ queries for underlying databases.
Reference
API
SQL
XML
View Answer
8. Which interface supports simple iteration over elements of a generic collection.
IEnumerator
ICollection
IDictionary
IList
View Answer
9. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
Array
ArrayList
Queue
Stack
View Answer
10. The __________ method is used to add the dependent cache item.
Cache.Remove()
Chache.Save()
Cache.Insert()
Cache.Add()
View Answer