Friday, May 17, 2013

Aptitude Questions

Aptitude Questions 1. One of the following is my secret word: AIM DUE MOD OAT TIE. With the list in front of you, if I were to tell you any one of my secret word, then you would be able to tell me the number of vowels in my secret word. Which is my secret word? Ans.TIE 2.In the following figure:A  B  C                                             ...

APTITUDE questions

SECTION 1-APTITUDE Directions for question 1-10: Each question comprises four scattered segments of a sentence. Identify from among the four choices the sequences that correctly assembles the segments and completes the sentence. 1. A. Anniversaries can be dicey things.     B. As long as the dead are being commemorated on a particular day, it is fine.     C. The opposition could keep its gun powder dry and ready as well.     D. But when it comes to a government celebrating a year...

ASP.NET Interview Questions

ASP.NET Interview Questions1.     Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.inetinfo.exe is theMicrosoft IIS server running, handling ASP.NET requests among other things.When an ASP.NET request is received (usually a file with .aspx extension),the ISAPI filter aspnet_isapi.dll takes care of it by passing the request tothe actual worker process aspnet_wp.exe.   2.        What’s the difference between Response.Write() andResponse.Output.Write()?...

SQL – QUERIES

SQL – QUERIES I. SCHEMAS  Table 1 : STUDIES PNAME  (VARCHAR),  SPLACE (VARCHAR),  COURSE (VARCHAR),  CCOST (NUMBER) Table 2 : SOFTWARE PNAME (VARCHAR), TITLE (VARCHAR), DEVIN (VARCHAR), SCOST (NUMBER), DCOST (NUMBER), SOLD (NUMBER) Table 3 : PROGRAMMER PNAME (VARCHAR), DOB (DATE), DOJ (DATE), SEX (CHAR), PROF1 (VARCHAR), PROF2 (VARCHAR), SAL (NUMBER) LEGEND : PNAME – Programmer Name, SPLACE – Study Place, CCOST – Course Cost,  DEVIN – Developed in, SCOST – Software Cost, DCOST...