Mascot Previous Years Solved Sample Placement Papers
-
ASP.NET is a ____.
A: Client-Side technology
B: Server-side technology
C: Both
D: None
Ans: BExplanation: ASP.NET is a server-side technology used for web development.
-
Which of the following programming language can be used with ASP.NET?
A: C#.NET
B: VB.NET
C: Both
D: None
Ans: CExplanation: ASP.NET can be used with both C#.NET and VB.NET for web development.
-
What is the extension of the ASP.NET page?
A: .asp
B: .aspx
C: .asx
D: .apx
Ans: BExplanation: The extension of ASP.NET page is .aspx.
-
Is ASP.NET Web form part of ASP.NET core?
A: Yes
B: No
Ans: BExplanation: The ASP.NET web form is not part of the ASP.NET core.
-
Which of the following technologies are also used with ASP.NET?
A: CSS
B: JavaScript
C: AJAX
D: All
Ans: DExplanation: We can use CSS, JavaScript, and AJAX with ASP.NET for web application development.
-
In which form does Postback occur?
A: Win Forms
B: HTML Forms
C: Web Forms
D: All
Ans: CExplanation: The Postback occurs in Web Forms.
-
What is the correct use of the web.config file?
A: To store global information and variable definitions
B: To configure the domain server
C: To configure the domain client
D: Store information about web browser
Ans: AExplanation: The web.config file is used to store global information and variable definitions.
-
Is ASP.NET web form supports an event-driven application model?
A: True
B: False
Ans: AExplanation: The ASP.NET web supports an event-driven application model.
-
MVC stands for ____.
A: Model Vocal Controller
B: Model View Count
C: Model View Controller
D: Mode View Controller
Ans: CExplanation: The MVC stands for Model View Controller.
-
What namespace is used for ASP.NET Web Form by default?
A: System.Web.Form
B: System.Web.UI.Page
C: System.Web.GUI.Page
D: System.Web.UI.Form
Ans: DExplanation: The System.Web.UI.Form namespace is used for ASP.NET web form by default.