Loading...
QUIZ

Certification Test

 
Que No. 1 ) What is the default port for an ASP.NET application when hosted on a web server?

A.) 80
B.) 8080
C.) 443
D.) 8000


Que No. 2 ) What is the purpose of the Globalization and Localization in ASP.NET?

A.) Managing user sessions
B.) Handling errors and exceptions
C.) Supporting multiple languages and cultures
D.) Database connectivity


Que No. 3 ) Which of the following is a valid ASP.NET server control?

A.) div
B.) span
C.) button
D.) p


Que No. 4 ) What is the role of the Web.config file in an ASP.NET application?

A.) It contains HTML code for the web pages
B.) It stores configuration settings for the application
C.) It defines the layout of the web pages
D.) It is used for database connections


Que No. 5 ) Which of the following is NOT a valid HTTP status code returned by an ASP.NET application?

A.) 200 (OK)
B.) 404 (Not Found)
C.) 500 (Internal Server Error)
D.) 302 (Moved Temporarily)


Que No. 6 ) What is the purpose of the App_Code folder in an ASP.NET website?

A.) It contains the application's user interface elements
B.) It stores compiled code files for reusable classes
C.) It holds images and multimedia files
D.) It hosts database connection strings


Que No. 7 ) Which ASP.NET control is used to display tabular data?

A.) GridView
B.) TextBox
C.) DropDownList
D.) Label


Que No. 8 ) What is the role of the App_Data folder in an ASP.NET application?

A.) Storing session data
B.) Storing database files
C.) Holding web page templates
D.) Managing user authentication


Que No. 9 ) Which HTTP verb is used for retrieving data from a web server in a RESTful ASP.NET Web API?

A.) GET
B.) POST
C.) PUT
D.) DELETE


Que No. 10 ) What is the purpose of the authentication element in the Web.config file?

A.) Defining page layouts
B.) Specifying routing rules
C.) Configuring authentication settings
D.) Managing database connections