+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 property can be used to find the length of a string?
textlength()
getlength()
length()
Length
View Answer
2. Managing memory and verifying code safety are functionalities of ________.
Common Type System
.Net Framework Class Library
Common Language Specification
Common Language Runtime
View Answer
3. A _____________ class is a variable-length array that can dynamically increase or decrease in size.
Queue
Array
ArrayList
Stack
View Answer
4. Which operator can be used to compare two values?
=
<>
==
<=
View Answer
5. Which of the following code declares the delegate Calculation with the returns type and the parameter types as integer.
public delegate Calculation(int numOne, int numTwo);
delegate int Calculation (int numOne, int numTwo);
public delegate int Calculation(int numOne, int numTwo);
delegate Calculation (int numOne, int numTwo);
View Answer
6. In C#, _____________are created using delegates.
Exceptions
Events
Threads
None of these
View Answer
7. _________ is one of the most powerful features that was first introduced in .NET framework 3.5.
EF API
Entity SQL
ADO.Net
LINQ
View Answer
8. Delegates ensure type safety as the return and parameter types of the delegate are the same as that of the _______ method.
invoked
referenced
static
anonymous
View Answer
9. 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
10. EF queries are converted to ______ queries for underlying databases.
SQL
Reference
API
XML
View Answer