++92 313 8389893
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. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
Array
Queue
Stack
ArrayList
View Answer
2. Exception thrown due to arithmetic operations or null object reference are ________ exceptions.
system-level
application-Level
user-defined
system-defined
View Answer
3. EF queries are converted to ______ queries for underlying databases.
API
Reference
XML
SQL
View Answer
4. An________ method is an inline nameless block of code that can be passed as a delegate parameter.
partial
named
unnamed
anonymous
View Answer
5. In ____________the this keyword is required before the first argument.
Static method
Auto implemented property
Extension method
Collection initializer
View Answer
6. Which of the following options is not a function of CLR in the .NET framework?
Memory Management
Language translation
Code Safety Verification
Garbage Collection
View Answer
7. Which interface defines methods to control different generic collections.
All of them
ICollections
IDictionary
IEnumerator
View Answer
8. The __________ object is responsible for transforming the data based on the algorithm of the symmetric encryption class.
ICryptoTransform
NetworkStream
RijndaelManaged
CryptoStream
View Answer
9. What is the correct way to create an object called myObj of MyClass?
class myobj = myclass();
new obj = new ();
all of these
myclass myobj = new myclass();
View Answer
10. Which version of C# is use in visual studio 2019
6.0
8.0
5.0
7.0
View Answer