Technology Questions

Practice Technology MCQs with answers and explanations. Page 43 of 79.

Category
Interview
Topic
Technology
Page
43 / 79
Mode
Practice

Questions

Open any question to view the answer and explanation.

In a .NET Windows Forms application, how do you create and attach a context menu using the ContextMenu or ContextMenuStrip component?
Open
View answer
In C# and the .NET Framework, what is a delegate and what does it represent?
Open
View answer
In C#, how do you create and use a delegate instance in code?
Open
View answer
In a .NET application, how can you configure trace switches in the application config file so that tracing can be controlled without recompiling code?
Open
View answer
In the .NET runtime, what is the managed execution process and which main stages does it involve?
Open
View answer
In ASP.NET, the Global.asax event Session_Start occurs every time a new session is created for a user visiting the application. Is this description correct or incorrect?
Open
View answer
In ASP.NET, the Global.asax event Application_Start occurs when the first request for the application is received and the application domain is created. Is this description correct or incorrect?
Open
View answer
In ASP.NET, the Global.asax event Application_End occurs when the application domain is shutting down and the ASP.NET application is ending. Is this description correct or incorrect?
Open
View answer
In ASP.NET, the Global.asax event Session_End occurs when a user session ends because it times out or is explicitly abandoned. Is this description correct or incorrect?
Open
View answer
In ASP.NET Web Forms, which type of events are raised when a web page posts data back to the same page on the server for processing, for example when a Button control is clicked?
Open
View answer
In ASP.NET, the statement “Cache events are processed whenever a postback event occurs” is being evaluated. Is this statement correct or incorrect?
Open
View answer
In ASP.NET, how can you change the session time out value for a web application?
Open
View answer
In web applications, what do we call the small text file stored on the client machine, either on disk or in browser memory, that allows the server to persist key value data across requests?
Open
View answer
In ASP.NET Web Forms, which hidden field name is used internally on the page to implement view state across postbacks?
Open
View answer
In ASP.NET Web Forms, which mechanism sends data from one page to another as part of the URL, with a limited maximum size for the data that can be sent?
Open
View answer
In ASP.NET Web Forms, which validator control checks that an input control contains some data and is not left blank before the page is considered valid?
Open
View answer
In ASP.NET Web Forms, which validator control allows you to check whether the value entered in one control matches the value of another control, for example when confirming a password?
Open
View answer
In ASP.NET Web Forms, which validator control checks whether the entered data matches a specific pattern or format defined by a regular expression, such as an email address format?
Open
View answer
In standard HTML and JavaScript, adding an onclick="window.open(url)" attribute to a control can be used to open a page in a new browser window or tab. Is this description correct or incorrect?
Open
View answer
In .NET security, how do you clearly define authentication and authorization, and how do they differ when controlling user access to applications and data?
Open
View answer

Practice smarter

Solve a few questions daily and revisit weak topics regularly to improve accuracy.