DOT NET MCQ IACSD
DOT NET MCQ IACSD
in
5 HomeRental Booking System React+Springboot+MySql
s.
6 Event Management System React+Springboot+MySql
y
ra
7 Hotel Management System React+Springboot+MySql
ar
8 Agriculture web Project React+Springboot+MySql
9 AirLine Reservation System / Flight booking System
ith
React+Springboot+MySql
10 E-commerce web Project React+Springboot+MySql
w
11 Hospital Management System React+Springboot+MySql
de
12 E-RTO Driving licence portal o React+Springboot+MySql
13 Transpotation Services portal React+Springboot+MySql
.c
14 Courier Services Portal / Courier Management System React+Springboot+MySql
w
in
28 Resturant management System React+Springboot+MySql
s.
29 Solar Management Project React+Springboot+MySql
30 OneStepService LinkLabourContractor
y
React+Springboot+MySql
31 Vehical Service Center Portal
ra
React+Springboot+MySql
32 E-wallet Banking Project React+Springboot+MySql
ar
33 Blogg Application Project React+Springboot+MySql
34 Car Parking booking Project React+Springboot+MySql
ith
35 OLA Cab Booking Portal React+Springboot+MySql
36 Society management Portal React+Springboot+MySql
w
37 E-College Portal React+Springboot+MySql
de
38 FoodWaste Management Donate System React+Springboot+MySql
39 Sports Ground Booking o React+Springboot+MySql
40 BloodBank mangement System React+Springboot+MySql
.c
41 Bus Tickit Booking Project React+Springboot+MySql
Fruite Delivery Project
w
42 React+Springboot+MySql
43 Woodworks Bed Shop React+Springboot+MySql
w
2. Which of the following .NET components can be used to remove unused references from the
managed heap?
Answers
.in
1. Common Language Infrastructure
ys
2. CLR
3. Garbage Collector
4. Class Loader ra
5. CTS
ar
ith
3. There are the following Jobs given below, which of them are done by Common Language
Runtime?
1. CLR provides garbage collection.
ew
1. A. A, B
w
2. B. C, D
w
3. C. All (A, B, C, D)
4. D. None of these
4. There are the following assemblies given below, which of them can be stored in GAC
(Global Assembly Cache)?
Answers
1. A. Public Assembly
2. B. Private Assembly
3. C. Protected Assembly
4. D. Shared Assembly
5. E. Friend Assembly
5. Which of the following statements is correct about Managed Code?
Answers
1. A. Managed code is the code that is compiled by the JIT compilers
2. B. Managed code is the code where resources are Garbage Collected.
3. C. Managed code is the code that runs on top of Windows.
4. D. Managed code is the code that is written to target the services of the CLR.
7. How many times can a constructor be called during lifetime of the object?
Answers
.in
1. As many times as we call it.
2. Only once.
ys
3. Depends upon a Project Setting made in Visual Studio.NET.
4. Any number of times before the object gets garbage collected.
ra
8. The variables in _____access means they are accessible only from within their
ar
declaration context, including any nested procedures.
Answers
ith
1. A. Protected
ew
2. B. Friend
3. C. Protected Friend
4. D. Private
od
.c
1. A. Bool type
w
2. B. Instance type
w
3. C. Class type
4. D. Object type
10. C# has _______ operator, useful for making two way decisions.
Answers
1. A. Looping
2. B. Functional
3. C. Exponential
4. D. Conditional
11. We use _________ to fully abstract a class from its implimentation.
Answers
1. A. Interfaces
2. B. Objects
3. C. Packages
4. D. Function Definitions
12. What is the full form of LINQ?
Answers
1. A. Local Integration Query
2. B. Language Integrated Query
3. C. Language Included Query
4. D. None of the above
.in
1. A. Stack
2. B. Tree
ys
3. C. Sorted Array
4. D. All of the mentioned
ra
15. ......represents the ordered collection of an object that can be indexed individually.
ar
Answers
ith
1. A. ArrayList
2. B. BitArray
ew
3. C. Stack
4. D. SortedList
od
16. The … method removes the element with the specified key from the Hashtable.
.c
Answers
w
17. To generate a simple notification for an object in runtime, the programming construct
to be used for implementing this idea?
Answers
1. A. namespace
2. B .interface
3. C. delegate
4. D. attribute
18. What is the value returned by function compareTo( ) if the invoking string is less
than the string compared?
Answers
1. A. Zero
2. B. A value of less than zero
3. C. A value greater than zero
4. D. None of the mentioned
.in
21. The exception classes in C# are mainly directly or indirectly derived from the ___?
ys
Answers
1.
2.
A.
B.
System.Exception class
Exception class
ra
3. C. System.ApplicationException class
ar
4. D. ApplicationException class
ith
Answers
1. A. Predefined Exception
od
2. B. ApplicationException
3. C. Custom Exception
.c
23. Assume 2 columns named as Product and Category how can be both sorted out based on
first by category and then by product name?
w
Answers
1. A. var sortedProds = _db.Products.Orderby(c => c.Category)
2. B. var sortedProds = _db.Products.Orderby(c => c.Category) + ThenBy(n => n.Name)
3. C. var sortedProds = _db.Products.Orderby(c => c.Category) . ThenBy(n => n.Name)
4. D. all of the mentioned
MemberTypes MemberType
Answers
1. A. Helps in distinguishing kinds of members
2. B. Property helps in determining if member is a field, method, property or event
3. C. Both a & b
4. D. None of the mentioned
.in
28. What are the methods used in thread class?
Answers
ys
1. A. Join
2. B. Resume ra
3. C. sleep
4. D. SpinWait
ar
5. E. ALL OF THE ABOVE
ith
Answers
1. A. System.ComponentModel.DataAnnotations
od
2. B. System.ComponentModel
3. C. Both A and B
4. D. None of these
.c
w
Answers
w
1. A. ViewResult
2. B. JavaScriptResult
3. C. RedirectResult
4. D. All of the above
.in
1. A. FilterConfig.cs is used to register global MVC filters, HandleErrorAttribute is
registered by default filter. We can also register other filters.
ys
2. B. FilterConfig.cs is used to register global MVC bundles.
3. C. None
4. D. All ra
ar
35. Which attribute is used to define a service class in WCF?
Answers
ith
1. A. Service
ew
2. B. WCFService
3. C. ServiceContract
4. D. None of the above
od
.c
1. A. 1.0
w
2. B. 2.0
w
3. C. 2.5
4. D. 3.0 and above
Answers
1. A. BindingContext
2. B. BindingData
3. C. DataBinding
4. D. DataBound
.in
ys
ra
ar
ith
ew
od
.c
w
w
w
MS.Net Technologies PG-DAC IACSD,Akurdi
It runs randomly
Pre-JIT
ECONO-JIT
Normal-JIT
.in
Abnormal-JIT
ys
C#
J#
ra
ar
VB.NET
ith
Java
ew
1
MS.Net Technologies PG-DAC IACSD,Akurdi
7. Which of the CLR component allows .net application exchange data with COM application?
COM marshaller
Class loader
Thread support
ILDASM.exe
ILDASM.dll
.in
ILDASM.inc
ILDASM.aspx
ys
9. JIT compiler is a part of the runtime execution environment
Yes
ra
ar
No
ith
Defines a set of rules for all compilers to generate manage code for .NET
Value type
Refernce types
Both
12. Which of the following does the actual .Net code execute?
CLS
CTS
CLR
2
MS.Net Technologies PG-DAC IACSD,Akurdi
Allocating memory
Releasing memory
Implementing finalizers
14. Which of the following is not the content of the assembly manifest?
Version number
Strong name
.in
Culture
Assembly name
ys
Assembly source code
ra
15. Which of the following is not true for garbage collection?
ar
It manages the reclamation of unused memory
ith
3
MS.Net Technologies PG-DAC IACSD,Akurdi
18. __________ contains information about the assembly and the resources that it
depends on
MSIL
Assembly manifest
GAC
Type metadata
.in
is similar to JVM as in Java
ys
defines standard rules for defining .Net compliant languages
ra
ar
is a compiler
ith
20. using or Imports statement
allows references to members of a namespace without using the fully qualified name
ew
both a and b
.c
No
4
MS.Net Technologies PG-DAC IACSD,Akurdi
.in
Microsoft Intermediate Language
ys
Microsoft Interface Language
ra
Microsoft Integer Long ar
25. Which method do you invoke on the SQLDataAdapter object to load your dataset with data?
Update
ith
Fill
ew
Gather
od
Load
.c
w
Sealed
w
Static
Gather
Constru
5
MS.Net Technologies PG-DAC IACSD,Akurdi
dgclr
mscorjit
none
28. Which of following is correct:
.in
Day enum{Sunday= 01,Monday= 02,Tuesday= 03,Wednesday=04,Thursday= 05,Friday= 06,Saturday=07}
ys
Day{Sunday= 01,Monday= 02,Tuesday= 03,Wednesday=04,Thursday= 05,Friday= 06,Saturday=07}
ra
enumeration Day{Sunday= 01,Monday= 02,Tuesday= 03,Wednesday=04,Thursday= 05,Friday= 06,Saturday=07}
ar
29. An assembly is
ith
properties of c#
od
events Of c#
.c
6
MS.Net Technologies PG-DAC IACSD,Akurdi
31. Which object can help you maintain data across users?
Session object
Application Object
Server Object
Response Object
32. Choose the correct one
.in
XML serialization serializes the private fields and properties of an object
ys
XML serialization serializes only the public methods.
ra
None ar
33. Which SqlCommand execution returns the number of effected records in the table?
ith
ExecuteNonQuery
ew
ExecuteReader
od
ExecuteXmlReader
.c
ExecuteScalar
w
w
7
MS.Net Technologies PG-DAC IACSD,Akurdi
ParameterizedThreadStart
ThreadStartWithOneParameter
None
36. Why should you write the cleanup code in Finally block?
.in
Finally blocks run
ys
37. Can you inherit multiple interfaces?
Yes
ra
ar
No
ith
38. Two methods with the same name but with different parameters.
ew
Overloading
od
Loading
.c
Multiplexing
w
w
Duplexing
w
False
8
MS.Net Technologies PG-DAC IACSD,Akurdi
40. If you want to add an array in ArrayList then which method of ArrayList will be used?
AddRange
Add
AddArray
System.Int16
.in
System.Int32
ys
System.Int64
ra
42. How many web.config files that can be there an ASP.NET application?
ar
only one
ith
only two
ew
upto 10
od
one or more
It is available to classes that are within the same assembly or derived from the specified base class.
w
w
9
MS.Net Technologies PG-DAC IACSD,Akurdi
assembly name
assembly version
public key
None of these
.in
seconds
ys
milliseconds
ra
nanoseconds ar
all of the above
ith
ExecuteQuery
od
ExecuteUpdate
ExecuteNonQuery
.c
w
ExecuteCommand
w
10
MS.Net Technologies PG-DAC IACSD,Akurdi
both
none
48. Which is the first event of ASP.NET page, when user requests a web page?
A) PreLoad
B) Load
C) Preinit
D) Init
49. If a user wants to create controls at runtime which event should be used to write code?
.in
A) PreLoad
B) Load
ys
C) Init
ra
D) PreInit
ar
50. What is the fully qualified name of the base class of all server controls?
A) System.Web.UI.Control
ith
B) System.Web.UI
ew
C) System.Control
D) All of the above.
od
51. When should you use HTML server control rather than web server controls?
A) You are migrating existing, classic ASP pages over to ASP.NET pages.
.c
B) The control needs to have custom client-side JavaScript attached to the control’s events.
w
C) The Web page has lots of client-side JavaScript that is referencing the control.
w
52. Which attribute is necessary for HTML control to work as a HTML server control?
A) runat=”server”
B) runat=”web-server”
C) ID=”server”
11
MS.Net Technologies PG-DAC IACSD,Akurdi
53. Some control, by default, does not cause an automatic PostBack, i.e TextChanged event of
TextBox. Which property will you set for automatic postback of these types of controls?
A) isPostBack=”false”
B) isPostBack=”true”
C) PostBack=”true”
D) AutoPostBack=”true”
54. What happens in the Init event of a page?
A) ViewState is loaded on the page.
B) Each child control of the page is initialized to its design time values.
C) HTML is rendered.
D) None of the above.
55. To group multiple RadioButton controls together, which property will you set for each
.in
RadioButton control in the group?
A) Specify the same GroupName for each RadioButton.
ys
B) Specify the different GroupName for each RadioButton.
ra
C) Specify the same GroupID for each RadioButton.
D) Specify the same ID for each RadioButton.
ar
56. The ________________ property affects how the .Net Framework handles dates, currencies,
ith
CurrentUICulture
CurrentCulture
od
< Credential>
w
< authorization>
w
< identity>
< authentiation>
w
58. Which of the following authentication is best suited for a corporate network?
Windows
Form
User
12
MS.Net Technologies PG-DAC IACSD,Akurdi
ValidationExpression
InitialValue
ValueToCompare
ControlToCompare
ControlToValidate
60. What namespace does the Web page belong in the .NET Framework class hierarchy?
System.Web.Control
System.Web.RootBuilder
System.Web.UserControl
System.Web.UI.Page
.in
61. Name the ASP.NET object that is used to get information about the web servers.
The Application object
ys
The Server object
ra
The Response object
The Request object
ar
62. Which one of the following is used to validate an e-mail address pattern?
ith
Extended expressions
ew
Irregular expressions
Regular expressions
None
od
63. For separating server-side code from client-side code on a ASP.NET page, what programming
.c
Separation model
w
Code-Behind model
In-Line model
w
ClientServer model
64. What ASP.NET object encapsulates the state of the client and the browser?
Application Object
Session Object
13
MS.Net Technologies PG-DAC IACSD,Akurdi
Response Object
Request Object
65. You need to store state data that is accessible to any user who connects to your Web
application. Which object should you use?
Session
Application
Response.Cookies
Response.ViewState
66. Which of the following is a requirement when merging modified data into a DataSet?
A primary key must be defined on the DataTable objects
The DataSet schemas must match in order to merge
.in
The destination DataSet must be empty prior to merging
A DataSet must be merged into the same DataSet that created it.
ys
ra
67. Which Kind Of data we can store in viewstate
Viewstate can store only serilizable object
ar
Viewstate can store anything
Viewstate can store onlys string
ith
None
ew
ObjectDataSource
SqlDataSource
.c
XmlDataSource
w
w
69. ___________ allows executing ASP.NET application level events and setting application-level
variables.
w
Application object
Global.asax file
Impersonation
Web.config file
14
MS.Net Technologies PG-DAC IACSD,Akurdi
71. In case of _______________, there is a round trip and hence puts a load on server.
response.redirect
server.transfer
.in
73. From which class global.asax file derived?
HTTP Application class
ys
HTTP SessionState class
ra
74. In which mode of storing ASP.NET session, session state is serialized and stored in a
ar
separate process.
ith
InProc
ew
StateServer
SQL Server
od
75. Display validation errors in a central location or display a general validation error description.
CompareValidator
.c
RangeValidator
w
CustomValidator
w
ValidationSummary
w
76. Which namespace provides classes for debugging and tracing application execution?
System.Security
System.Net
System.Diagnostics
15
MS.Net Technologies PG-DAC IACSD,Akurdi
System.web.configuration
77. When user request a web page by entering Uniform Resource Locator (URL) then which
method /verb/command is used in ASP.NET?
A) POST
B) SET
C) GET
D) All of the above
.in
(A) a-iii, b-i, c-ii
ys
(B) a-ii , b-i, c-iii
ra
(C) a-i, b-ii, c-iii
79. You want to make a configuration setting change that will affect only the current Web
ar
application. Which file will you change?
A) Global.asax
ith
C) Machine.config
D) All of the above
od
B) App_Data
w
C) Bin
w
D) App_LocalResources
w
A) Init
B) Load
C) Import
16
MS.Net Technologies PG-DAC IACSD,Akurdi
A. .WebForm1
B. .asp
C. .asax
D. .aspx
83. To Enter secured text ,the ________property of a text box can be set to password
A. TextBox1.type
.in
B. TextBox1.style
ys
C. TextBox1.TextMode
ra
D. TextBox1.Mode
ar
ith
A. machine.config
B. web.config
od
C. assemblyinfo.cs
.c
D. webapplication.vsdisco
w
A. validation datatype
B. validationcompareoperator
C. validationoperators
D. none
17
MS.Net Technologies PG-DAC IACSD,Akurdi
A. web control
B. page
C. controls
D. none of the above
87. The Following are the minimum requirement to run Asp.net pages
.in
B. Common Language Runtime
C. Windows explorer
ys
D. None
B. HTMLForms
ew
C. DOTNETForms D. Webforms
od
D. None
w
18
MS.Net Technologies PG-DAC IACSD,Akurdi
91. What is the difference between user control and custom control
.in
B. Both are same
C. Both can use different application
ys
D. One Custom Control can be use in different project but not the same with User control
ra
ar
92. Where is the default Session data is stored in ASP.Net
ith
A. InProcess
ew
B. StateServer
C. SQL Server
od
19
MS.Net Technologies PG-DAC IACSD,Akurdi
D. None
.in
A. Repeater
ys
B. Datagrid
C. Both
D. None
ra
ar
96. Which of the following is not a member of Response Object?
ith
A. Clear
ew
B. Write
C. Execute
od
D. Flush
.c
A. ExecuteReader
w
B. ExecuteScalar
C. ExecuteStream
D. CommandText
20
MS.Net Technologies PG-DAC IACSD,Akurdi
A. DataRelation
B. DataRelationship
C. DataConstraint
.in
D. Datakey
ys
ra
100. Which one of the following namespaces contains the definition for IdbConnection
ar
A. System.Data.Interfaces
ith
B. System.Data.Common
ew
C. System.Data
D. System.Data.Connection
od
.c
A. Public Key
w
w
B. Private Key
C. Combination Of Public, Private key and digital signature
D. None
21
MS.Net Technologies PG-DAC IACSD,Akurdi
A. Execute
.in
B. Transfer
C. Open
ys
D. HTMLDecode
ra
ar
104. What is the Server.MachineName does
ith
D. None
.c
w
22
MS.Net Technologies PG-DAC IACSD,Akurdi
D. None
.in
107. we can create a proxy file for the web service by using ___________ tool
ys
A. webservice.exe
ra
B. webserviceutil.exe
C. WSDL.exe
ar
D. ILDASM.exe
ith
ew
A. @page
.c
B. @Register
C. @Control
w
D. @WebService
w
w
A. System
23
MS.Net Technologies PG-DAC IACSD,Akurdi
B. System.Web
C. System.Web.UI
D. System.Web.UI.Controls
110. The authentication type that uses cookies is known as ___________ authentication
A. windows
B. forms
C. passport
D. none
.in
ys
111. The process of location errors in code is known as ___________
A. Tracing
ra
ar
B. Compiling
ith
C. Caching
ew
D. Debuging
od
A. Tracing
w
B. Caching
w
C. Debuging
D. All of the above
24
MS.Net Technologies PG-DAC IACSD,Akurdi
113. The_______ method of the ____object is used to retrieve the data in the form fields
submitted by the user
A. form,server
B. form,response
C. form,request
D. form,application
.in
114. The Property of the radio button controls restricts the user to select one option from
the given set of options
ys
A. Group name
B. Group id
ra
ar
C. id
ith
D. text
ew
115. Setting the text box to ____allow the user to enter many lines of data
od
A. many lines
.c
B. more lines
w
C. multi lines
w
D. password
w
25
MS.Net Technologies PG-DAC IACSD,Akurdi
A. system.web
.in
B. System.web.UI
C. System.web.UI.HTMLcontrols
ys
D. System.web.UI.Webcontrols
ra
ar
118. The __________ method of the server object is used by server and acts as an
ith
interface between the virtual/relatives directories on the web server & the physical
ew
A. Server.URLEncode()
od
B. Server.MapPath()
.c
C. Server.HTMLEncode
w
D. Server.Transfer()
w
w
119. Which is the executable unit, which gets created when we build an ASP.Net
application?
A. .EXE
26
MS.Net Technologies PG-DAC IACSD,Akurdi
B. .DLL
C. .COM
D. .ASPX
A. TagPrefix
B. Name space of the dll that is referenced
C. Assemblyname
D. All of the above
.in
ys
121. A web application running on multiple servers is called as
A. WebForm
ra
ar
B. Webfarm
ith
C. Website
ew
D. webgarden
od
A. .asmx
w
B. .ascx
w
w
C. .aspx
D. .ashx
27
MS.Net Technologies PG-DAC IACSD,Akurdi
A. 20 Sec
B. 20 Min
C. 1 hr
D. Never
.in
B. IsPostBack is a method of System.Web.UI.Page class
C. sPostBack is a readonly property of System.Web.UI.Page class
ys
125. What is the default authentication mode for IIS
ra
ar
A. Windows
ith
B. Anonymous
ew
C. Basic Authentication
D. None
od
A. Application State
w
C. Querystate
w
D. Cookies
28
MS.Net Technologies PG-DAC IACSD,Akurdi
A. Session.Close
B. Session.Discard
C. Session.Abandon
D. Session.End
.in
D. To ignore HTML usage
ys
ra
129. The object used by SQL connection to make Security Demands
ar
A. SQLLCientAttribute
ith
B. SQLPermission
ew
C. SQLPermissionClient
D. SQLClientPermission
od
.c
29
MS.Net Technologies PG-DAC IACSD,Akurdi
132. Which of the following extension does a webservice file will have
.in
A. .asmx
ys
B. .aspx
C. .ascx
D. .resx
ra
ar
ith
134. Select the output of the statement < form method=post action=”test.aspx” >
30
MS.Net Technologies PG-DAC IACSD,Akurdi
135. Trace output can be sort by specifing ___________ attribute of page directive
A. Trace
B. TraceMode
C. OutputBy
D. Language
.in
ys
136. Select the correct query that will give only positive numbers. You can refer the given
below array.
int[] nums = { 1, -2, 3, 0, -4, 5 ,10,20,-3,100,30};
ra
ar
A) var posNumber = from n in nums
ith
where n > 0
select n;
ew
where n is positive
select n;
.c
31
MS.Net Technologies PG-DAC IACSD,Akurdi
.in
A) System.Data
B) System.Linq
ys
C) System.Object
ra
D) None of the above. ar
139. What are different flavors of LINQ?
ith
A) LINQ to Objects
ew
B) LINQ to ADO.NET
od
C) LINQ to XML
D) All of the above.
.c
IEnumerable<int> query = numbers.Where(num => num > 5 && num < 10);
w
32
MS.Net Technologies PG-DAC IACSD,Akurdi
A) 6 7 8 9
B) Compile Time Error
C) Run Time Error
D) None of the above.
.in
class Program
{
ys
delegate int delDemo(int x, int y);
ra
ar
static void Main(string[] args)
ith
{
delDemo d1 = (x, y) => x * y;
ew
Console.WriteLine(z1);
w
Console.WriteLine(z2);
Console.WriteLine(z3);
}
}
33
MS.Net Technologies PG-DAC IACSD,Akurdi
A) 50 15 5
B) 10 5
C) The above program will not compile.
D) None of the above.
.in
instance method.
Statement 2: An extension method first parameter is preceded by the "this" keyword.
ys
Statement 3: An extension method is defined as static method and it is not called like as
ra
an instance method. ar
Statement 4: An extension method first parameter does not preceded by the "this"
ith
keyword.
ew
34
MS.Net Technologies PG-DAC IACSD,Akurdi
A) 50 30 150
.in
B) 150 30 50
C) 150 50 30
ys
D) None of the above
ra
ar
144. If a class is using an interface, it must
ith
ew
controls
object
35
MS.Net Technologies PG-DAC IACSD,Akurdi
class
graphics
.in
ys
147. Convert vs. Parse methods
ra
Convert allows null values, Parse cannot
ar
Convert converts the value, Parse is for parsing
ith
None of these
od
148. The uniqueId that gets generated at the start of the Session is stored in
.c
w
Server machine
w
36
MS.Net Technologies PG-DAC IACSD,Akurdi
string DemoFunction(string s)
{
-------
- - - - - - -}
Choose the correct code for delegate declaration to call above function.
.in
B) string name_of_delegate (string str);
ys
C) delegate string name_of_delegate (string s, string str);
D) None of the above.
ra
ar
ith
150.
class DelegateTest
od
{
public void function1()
.c
{
w
Console.WriteLine("Function 1 called");
w
}
w
37
MS.Net Technologies PG-DAC IACSD,Akurdi
.in
ys
ra
ar
ith
ew
od
.c
w
w
w
38
https://www.youtube.com/@codewitharrays
https://www.instagram.com/codewitharrays/
in
s.
https://t.me/codewitharrays Group Link: https://t.me/cceesept2023
y
ra
ar
ith
+91 8007592194 +91 9284926333
ew
od
.c
w
[email protected]
w
w
https://codewitharrays.in/project