Monday, 10 November 2014

ASP DOTNET MULTIPLE CHOICE INTERVIEW QUESTIONS PART2


 30) Which of the following languages can be used to write server side scripting in ASP.NET?
               a) C# (ANS)
               b) C
               c) Visual Basic 

31) The Following are the minimum requirement to run Asp.net pages
              a) Java Virtual Machine
              b) Common Language Runtime (ANS)
              c) Windows explorer


32) When a .aspx page is requested from the web server, the out put will be rendered to browser in following format. 
               a) HTML (ANS)
               b) XML
               c) WML
    
 
33) What executable unit gets created when we build an ASP.Net application?
              a) . DLL (ANS)
              b) . EXE
              c) . COM


34) The best way to delimit ASP.Net code from HTML code in your pages is by using --------------- tags.
               a) < Body >
               b) < Head >
               c) < Script > (ANS)

35) The Asp.net server control, which provides an alternative way of displaying text on web page, is
              a) < asp:label > (ANS)
               b) < asp:listitem >
               c) < asp:button >
                        New DOT NET MNC TECHNICAL INTERVIEW QUESTIONS click on link
36) asp:dropdownlist> tag replaces which of the HTML tags
               a) < Option >
               b) < Select > (ANS)
               c) < List >

37) < asp : listitem > tag replaces which of the following HTML tags
               a) < Option > (ANS)
               b) < UL >
               c) < List >

38) The first event to be triggered in an aspx page is  
               a) Page_Load()
               b) Page_Init()(ANS)
               c) Page_click()

39) Postback occurs in which of the following forms
               a) Winforms
               b) HTMLForms
               c) Webforms (ANS)

40) what namespace does the Web page belong in the .NET Framework class hierarchy?
               a) System.web.UI.Page (ANS)
               b) System.Windows.Page
               c) System.Web.page

41) Which method do you invoke on the Data Adapter control to load your     generated dataset

              a) Fill ( ) (ANS)
               b) ExecuteQuery ( )
              c) Read ( )
                                             
42) How many configuration files can an ASP.NET projects have?
               a) More Than One
               b) One (ANS)
               c) None

43) How do you register a user control?
               a) Add Tag prefix, Tag name
               b) Add Source, Tag prefix
               c) Add Src, Tagprefix, Tagname (ANS)

44) Which of the following is true ?
               a) User controls are displayed correctly in the Visual Studio .NET Designer
               b) Custom controls are displayed correctly in VS.Net Designer (ANS)
               c) User and Custom controls are displayed correctly in the Visual Studio .NET Designer

45) Can a dll run as stand alone application ?
              a) No (ANS)
               b) Yes
           c) Sometimes we can make it by introducing some code

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

<Back>                                                                                                     <Next>

2 comments:

  1. This comment has been removed by a blog administrator.

    ReplyDelete
  2. very very useful...thanks for posting..

    ReplyDelete

Popular Posts