+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. Which data type is used to create a variable that should store text?
String
float
Boolean
int
View Answer
2. An EF is an ________ tool built for ADO.NET.
Windows
ORM
XML Reader
Programming
View Answer
3. What is the correct way to create an object called myObj of MyClass?
new obj = new ();
all of these
myclass myobj = new myclass();
class myobj = myclass();
View Answer
4. Which version of C# is use in visual studio 2019
5.0
6.0
8.0
7.0
View Answer
5. The __________ property of the System Exception class return the Exception instance that caused the current exception.
Message
StackTrace
Source
InnerException
View Answer
6. Managing memory and verifying code safety are functionalities of ____________
Common Language Runtime
.NET Framework Class Library
Common Type system
Common Language Specification
View Answer
7. CLR stands for___________
C# Language Runtime
Common Language Runtime
Common Language Repository
Common Layer Runtime
View Answer
8. The __________ object is responsible for transforming the data based on the algorithm of the symmetric encryption class.
ICryptoTransform
CryptoStream
NetworkStream
RijndaelManaged
View Answer
9. Restrictions or Constraints=s can be applied to type parameters by using _______ keyword.
select
return
from
where
View Answer
10. Managing memory and verifying code safety are functionalities of ________.
Common Language Specification
Common Language Runtime
.Net Framework Class Library
Common Type System
View Answer