Software Engineering Mcqs

Who can access Session state variables ?

(A) All users within a single tunnel

(B) All Users of an application

(C) A Single session

(D) All of the above

Submitted By: Ali Uppal


An organization has developed a web service in which the values of the forms are validated using ASP.NET application. Suppose this web service is got and used by a customer then in such a scenario whi ?

(A) The customer can run on any platform.

(B) Such a situation cannot happen at all

(C) The customer must be having technology that run ASP.

(D) None of the Above

Submitted By: Ali Uppal


Where we can assign value to Static read only member variable of a static class ?

(A) Parameterized constructor

(B) On click of button

(C) Global.asax

(D) Default constructor

Submitted By: Ali Uppal


Which of the following is a requirement when merging modified data into a DataSet ?

(A) The DataSet schemas must match in order to merge

(B) The destination DataSet must be empty prior to merging

(C) A primary key must be defined on the DataTable objects

(D) A DataSet must be merged into the same DataSet that created it.

Submitted By: Ali Uppal


Which of these data source controls do not implement Caching ?

(A) LinqDataSource

(B) XmlDataSource

(C) SqlDataSource

(D) ObjectDataSource

Submitted By: Ali Uppal


To set page title dynamically in ASP.NET which of the following is used ?

(A) section

(B) section

(C) section

(D) None of the above

Submitted By: Ali Uppal


Submitted By: Ali Uppal


In ASP.NET application the Global.asax file lie in which directory_________________?

(A) System

(B) ROOT

(C) Application

(D) None of the Above

Submitted By: Ali Uppal


What is the Server.MachineName does_________________?

(A) Gets the Referred Web site name on the server

(B) Gets the Server’s Machine Name

(C) Gets the Client Machine Name

(D) None of the above

Submitted By: Ali Uppal


The namespace within the Microsoft .NET framework which provides the functionality to implement transaction processing is _______________?

(A) System.Data

(B) System.Security

(C) System.Diagnostics

(D) System.EnterpriseServices

Submitted By: Ali Uppal