Tuesday, 11 November 2014

ASP DOTNET MCQ QUESTIONS PART 9

126) Which of the following denote ways to manage state in an ASP.Net Application?
              a) Session objects
              b) Application object
              c) ViewState
              d) All the Above (ANS)

127) What is the base class from which all Web forms inherit?
               a) Master Page
               b) Page Class (ANS)
               c) Session Class
               d) None of the Above



128) WSDL stands for
               a) Web Server Description Language
               b) Web Server Descriptor Language
               c) Web Services Description Language (ANS)
               d) Web Services Descriptor Language

129) Which of the following must be done in order to connect data from some data resource to Repeater control?  
              a) Set the DataSource property

              b) Call the DataBind method
              c) Both A) and B) (ANS)
              d) None of the Above

130) Which of the following is FALSE?  
              a) ASP.NET applications run without a Web Server
              b) ASP+ and ASP.NET refer to the same thing
              c) ASP.NET is a major upgrade over ASP
              d) None of the Above (ANS)

 131) Which of the following transfer execution directly to another page?  
              a) Server.Transfer (ANS)
              b) Response.Redirect
              c) Both A) and B)
              d) None of the Above

132) If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used?
              a) DataList
              b) GridView
              c) CompareValidator (ANS)
              d) Listview

133) Which of the following is used to send email message from my ASP.NET page?  
              a) System.Web.Mail.MailMessage 
              b) System.Web.Mail.SmtpMail
              c) Both A) and B) (ANS)  
              d) None of the Above

134) In my .NET Framework I have threads. Which of the following denote the possible priority level for the threads?  
              a) Normal
              b) AboveNormal
              c) Highest
              d) All the Above (ANS)

135) GIVE ONE WORD: In .NET the operation of reading metadata and using its contents is known as  
              a) Reflection (ANS)
              b) Enumeration
              c) Binding
              d) Serialization

            ASP.NET MULTIPLE CHOICE INTERVIEW QUESTIONS                                                
             PART 1          PART 2               PART 3     PART 4            PART 5                               
             PART6           PART7                 PART8      PART9           PART10                               

<PREV>                                                                                                              <NEXT>

No comments:

Post a Comment

Popular Posts