Tuesday, 11 November 2014

ASP DOTNET MCQ PART 10

136) In ASP.NET the < authorization > section contain which of the following elements  
              a) Both A) and B) (ANS)
              b) < deny >
              c) < allow >
              d) None of the Above

137) Suppose one wants to modify a SOAP message in a SOAP extension then how this can be achieved. Choose the correct option from below:  
               a) One must override the method ReceiveMessage (ANS)
               b) One must override the method InitializeMethod
               c) Both A) and B)
               d) One must override the method ProcessMessage


138) Which of the following can be used to add alternating color scheme in a Repeater control?  
              a) AlternatingItemTemplate (ANS)
              b) DataSource
              c) ColorValidator
              d) None of the Above 
             

139) Suppose a .NET programmer wants to convert an object into a stream of bytes then the process is called 
              a) Serialization (ANS)
              b) Threading
              c) RCW
              d) AppDomain

140) The technique that allow code to make function calls to .NET applications on other processes and on other machines is  
              a) .NET Threading
              b) .NET Remoting (ANS)
              c) .NET RMT
              d) None of the above

141) The namespace within the Microsoft .NET framework which provides the functionality to implement transaction processing is  
              a) System.EnterpriseServices (ANS)
              b) System.Security
              c) System.Diagnostics
              d) System.Data

142) Which of the following method is used to obtain details about information types of assembly?  
               a) GetTypes
              b) GetType
              c) Both A) and B) (ANS)
              d) None of the Above
            ASP.NET MULTIPLE CHOICE INTERVIEW QUESTIONS                  
             PART 1          PART 2               PART 3     PART 4            PART 5         
             PART6           PART7                 PART8      PART9           PART10        

143) In ASP.NET the sessions can be dumped by using  
               a) Session.Dump 
               b) Session.Abandon (ANS)   
               c) Session.Exit
               d) None of the Above

144) Which of the following is TRUE about Windows Authentication in ASP.NET?  
              a) Automatically determines role membership (ANS)      
              b) Role membership determined only by user programming 
              c) ASP.NET does not support Windows Authentication
                d) None of the Above





145) Which method do you invoke on the DataAdapter control to load your generated dataset with data?)  
              a) Load ( )
              b) Fill( ) (ANS) 
              c) DataList
              d) DataBind

146) What tags one need to add within the asp:datagrid tags to bind columns manually?  
              a) Set AutoGenerateColumns Property to false on the datagrid tag (ANS)
              b) Set AutoGenerateColumns Property to true on the datagrid tag
              c) It is not possible to do the operation
              d) Set AutomaunalColumns Property to true on the datagrid tag

147) How many classes can a single .NET DLL contain?
              a) One
              b) Two 
              c) None 
              d) Many (ANS)

 148) Which of the following denote the property in every validation control?  
              a) ControlToValidate property 
              b) Text property 
              c) Both A) and B) (ANS) 
              d) None of the Above

  149) Which of the following allow writing formatted output?   
              a) Response.Write()
              b) Response.Output.Write()(ANS) 
              c) Both A) and B)
              d) None of the Above

 150) The actual work process of ASP.NET is taken care by  
               a) inetinfo.exe 
              b) aspnet_isapi.dll  
              c) aspnet_wp.exe (ANS)
              d) None of the Above

151) The type of code found in Code-Behind class is  
              a) Server-side code (ANS)
              b) Client-side code
              c) Both A) and B) 
              d) None of the above

 152) Give One word: Common type system is built into which of the following:  
              a) CLR (ANS)
              b) RCT 
              c) RCW 
              d) GAC

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

No comments:

Post a Comment

Popular Posts