Loading...
QUIZ

Certification Test

 
Que No. 1 ) What does ASP.NET stand for?

A.) Active Server Pages Network
B.) Application Server Pages .NET
C.) Asynchronous Server Pages Network
D.) None of the above


Que No. 2 ) Which programming languages can be used to write ASP.NET code?

A.) C# and Java
B.) PHP and Python
C.) C# and VB.NET
D.) HTML and CSS


Que No. 3 ) What is the file extension for ASP.NET web pages?

A.) .aspx
B.) .html
C.) .php
D.) .xml


Que No. 4 ) Which ASP.NET framework is used for building web applications with a model-view-controller (MVC) pattern?

A.) ASP.NET Web Forms
B.) ASP.NET Core
C.) ASP.NET MVC
D.) ASP.NET Web API


Que No. 5 ) What is the primary purpose of the Global.asax file in an ASP.NET application?

A.) Defining page layouts
B.) Handling application-level events
C.) Specifying routing rules
D.) Storing database connection strings


Que No. 6 ) Which of the following is NOT a valid session state mode in ASP.NET?

A.) InProc
B.) SQLServer
C.) Cookie
D.) File


Que No. 7 ) What is the purpose of the ASP.NET ViewState?

A.) To store session data on the client side
B.) To maintain the state of server controls across postbacks
C.) To authenticate users
D.) To store configuration settings for the application


Que No. 8 ) Which of the following is used for client-side scripting in ASP.NET?

A.) JavaScript
B.) C#
C.) VB.NET
D.) SQL


Que No. 9 ) What is the ASP.NET Web API used for?

A.) Building web forms
B.) Creating mobile applications
C.) Developing RESTful web services
D.) Managing databases


Que No. 10 ) Which authentication mode in ASP.NET uses Windows credentials for authentication?

A.) Forms Authentication
B.) Windows Authentication
C.) Passport Authentication
D.) None of the above