search topic
Wednesday, August 6, 2008
IMP interview questions ASP Dot Net Technical Interview Solved questions 5
ASP.Net Technical / HR Interview Basic and Advanced / Expert questions with answers
1.
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()?
The latter one allows you to write formattedoutput.
3.
What methods are fired during the page load? Init() - when the pageis instantiated, Load() - when the page is loaded into server memory,PreRender() - the brief moment before the page is displayed to the user asHTML, Unload() - when page finishes loading.
4.
Where does the Web page belong in the .NET Framework class hierarchy?System.Web.UI.Page
5.
Where do you store the information about the user’s locale? System.Web.UI.Page.Culture
6.
What’s the difference between Codebehind= "MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?
CodeBehind is relevant to Visual Studio.NET only.
7.
What’s a bubbled event? When you have a complex control, likeDataGrid, writing an event processing routine for each object (cell, button,row, etc.) is quite tedious. The controls can bubble up their eventhandlers, allowing the main DataGrid event handler to take care of itsconstituents.
8.
Suppose you want a certain ASP.NET function executed on MouseOver overa
certain button. Where do you add an event handler? It’s the Attributesproperty,
the Add function inside that property. So
btnSubmit.Attributes.Add("onMouseOver","someClientCode();")
A simple”Javascript:ClientCode();” in the button control of the .aspx
page will attach the handler (javascript function)to the onmouseover event.
9.
What data type does the RangeValidator control support? Integer,String
and Date.
10.
Where would you use an iHTTPModule, and what are the limitations of any
approach you might take in implementing one? One of ASP.NET’s most useful features is the extensibility of the HTTP pipeline, the path that data takes between client and server.
You can use them to extend your ASP.NET applications by adding pre- and post-processing
to each HTTP request coming into your application. For example, if you wanted custom authentication facilities for your application, the best technique would be to intercept the request when it comes in and process the request in a custom HTTP module.
11.
Explain what a diffgram is, and a good use for one? A DiffGram is an XML format that is used to identify current and original versions of data elements. The DataSet uses the DiffGram format to load and persist its contents, and to serialize its contents for transport across a network connection. When a DataSet is written as a DiffGram, it populates the DiffGram with all the necessary information to accurately recreate the contents, though not the schema, of the DataSet, including column values from both the Original and Current row versions, row error information, and row order.
Keep watching Asp.net language more questions and other computer language questions here free..
Tuesday, August 5, 2008
C++ Solved questions 2008 - 13 IMP interview questions
Cplusplus C++ Technical Questions and programs with solutions / answers
1. Why main function is so special. Give two reasons?
Ans. Whenever a C++ program is executed only the main() is executed i.e., execution of the program starts and ends at main(). The main() is the driver function of the program. If it is not present in a program, no execution can take place.
2.Name the header file of C++ to which following functions belong:
(i) strcat() (ii) scanf() (iii) getchar() (iv) clrscr( )
Ans. (i) string.h (ii) stdio.h (iii) stdio.h (iv) conio.h
3.Find the syntax error(s), if any, in the following program:
#include
main()
{
int x[5],*y,z[5];
for(i=0;i<5;i++) y="z;" x="y;">4. Give the output of the following program.
#include
void main( )
{
char *p="Difficult";
char c;
c=*p++;
printf("%c",c);
}
Ans. D
#include
static int i=100;
void abc( )
{
static int i=8;
cout<<"first="<6.Write a C++ function that converts a 2-digit octal number into binary number and prints the binary equivalent.
Ans.
#include
#include
void binary(int a)
{
int i,b[5];
for(i=3;i>=1;i--)
{
b[i]=a%2;
a=a/2;
}
for(i=1;i<=3;i++) cout<>n;
x=n/10;
y=n%10;
binary(x);
binary(y);
getch();
}
Download free online previous years and latest IT companies latest / recent technical placement papers and interview questions with solutions / solved with answers for 2007 and 2008. Complete programs for expert, basic, beginner, advanced, general technical interview questions and Exams papersfor Top Software Developers Companies, Experts Jobs for application developers for various computer languages like C, C++, Java, Javascript, Web Designers, Animation companies, Animators, Graphic Designers, Coders, ASP .net, Net, Basic PC and internet / windows questions, etc. for various MNC, MNCs like Infosys, wipro, tcs, satyam computers, hcl, microsoft, cisco, cognizant, web designing agencies, studios, mastek, tech mahindra, accenture, IBM etc important, mostly asked questions for freshers, walkin interviews and fully detailed placement question papers.
C++ Technical Interview Questions programs answers and solutions IMP interview questions
C++ All Resources here. Keep watching for more latest / recent 2008 technical interview and placement paper mulitple choice MCQ questions updated regularly.
C++ Technical Questions GameDev Interview - 16
Advanced C++ and STL Questions - 15
Basic C++ and Unix Questions and Answers - 14
C++ Solved questions 2008 - 13
C C++ Technical Interview Questions List and Free Resources - 12
C++ Interview Questions - 11
C++ Questions and Answers - 10
C++ Object Oriented Language Interview Questions - 9
C++ Networking Placement Paper Technical Questions - 8
C++ Basic Tech Interview questions - 7
C++ Programming coding interview questions with solutions - 6
C++ While pointers linked list and other questions - 5
C++ Technical Interview solved questions - 4
C++ Questions and answers - 3
C++ Software Companies Technical Interview Questions - 2
C C++ Technical Interview General Reviews
C++ Technical Interview Questions
Keep watching PreviousPapers.blogspot.com for more C, C++, Java, ASP, NET, Web Server, Oracle, SAP, etc. software jobs resources and electronics communication ece, computer cse,information technology it, mechanical, electrical ee, civil engineering placement papers download online here. Good luck for your interview!
Technical Interview Questions Programming Languages and softwares IMP interview questions
Here i am showing the technical interview questions of various IT, ITES, Software Developer, Animation, Web Designing, Project Interview, Consultancy firms, Web Designing Firms and many other companies Tech Interview Questions by real candidates and experiences. Here you will view or download free online complete detailed questions, answers, solutions, solved questions, problems, preparation help, helpful resources, Mulitple choice questions for placement papers, MCQs, Reasoning questions, basic, advanced, important, popularly mostly asked programming language interview questions for latest 2007 and 2008. So check these out. Good Luck for your Placement papers. May you get a good placement. Do Mail us your paper.
Note: For web designing, animation interviews, graphics, etc. the questions are in particular languages collections.
C Sharp C# Technical Interview Questions and all related resources
C++ Cplusplus Technical Interview questions with all related programs, solutions and answers
C Language Latest Technical Interview and Placement paper solved questions with programs
Embedded Systems Interview Questions
ASP.Net asp net Technical Interview Questions all latest
Java Recent 2008 Technical and HR Interview Questions with solutions
SAP Technical Interview Questions
SAS Interview Questions
Unix Technical Interview Questions 2008 Latest with solutions
Visual Basic VB Programming Interview Questions
Software Testing Testers Job Interview Questions
Microprocessor Interview Questions ECE ELectronics Computer Engineering students latest placement paper Qs
Web Developers and Technologies Technical Job Interview and Placement paper questions
XML Ones
Oracle All technical placement paper questions and interview preparation help resources
Helpful Note: There are many other technical interview topics and languages / applications help resources for placement papers and hr or tech rounds which havnt been indexed and 'easily listed' here. You can find them by searching the site or by viewing the Archives
What All's Here ::::::: Free download online recent and current year solved placement question papers 2008 of leading companies in India and Abroad. See More Latest and previous expert, common, basic, important, advanced questions asked in college admission, entrance tests and technical interviews for 2007, Most recently asked / important software testing interview, free tutorials for java, oracle, c, c++, networking, web designing, windows 2000, vista, etc. questions. HR, GD guides, ielts, toefl guides, school, college medical and engineering solved question papers. Reputed MNCs testing job interview questions for Wipro, Infosys, TCS, Satyam Computers, HCL, IBM, Cisco, Microsoft, Keane, Flextronics, Accenture, Cognizant, T Systems, SAP, Oracle, Texas Instruments, Quark, Patni Computer Systems, Mastek, Dell, ITES companies, Software Companies. Keep Watching Previouspapers.blogspot.com for more stuff!