search topic
Monday, August 11, 2008
Thursday, May 15, 2008
Web Related Interview Questions 2008
Web and basic programming interview questions
1. What is an HTML tag?
Answer: An HTML tag is a syntactical construct in the HTML language that abbreviates specific instruction to be executed when the HTML script is loaded into a Web brower. It is like a method in Java, a function in C++, a procedure in Pascal, or a routine in FORTRAN.
2. What is polymorphism?
Answer: In object-oriented programming, the term "polymorphism" refers to the ability of objects to take the form objects of difference classes.
3. What is the difference between a component and a container?
Answer:
A component is an object, like a button or a sroll bar, that has a visual representation in a sreen window.
A container is a window-like component that can contain other components.
Every component has a unique container that directly contains it.
4. What is the difference between a constructor and a method?
Answer:
A constructor is a member function of a class that is used to create objects of that class. It has the same name as the class itself, has no return type, and is invoked using the new operator.
A method is an ordinary member function of a class. It has its own name, a return type (which may be void), and is invoked using the dot operator.
5. What are the advantages and disadvantages of using an AVL tree?
The advantage of an AVL tree is that it is always balanced, guaranteeing the O(lgn) speed of the Binary Search algorithm.
The disadvantages the complex rotations used by the insertion and removal algorithms needed to maintain the tree’s balance.
Web Designing Graphics Multimedia Interview Questions 2008 solved
Web designer interview questions
A reader had to go through the interview for Web Designer / Graphic Designer position and sent in his set of questions.
1.
Whats is the difference between cellspacing and cellpadding?
2.
If a page has to be loaded over all frames in window, what should be the value of TARGET attributes?
3.
Which one of the following settlement is correct?
1.
A table cannot contain another table
2.
A Form can ve nested inside another form
3.
Which element are table cells
4.
List out tags that are support exclusively by IE and Netscape.
5.
What tags are used to embed one html page inside another html page (without using frames)?
6.
In dreamweaver what is used to apply same layout to my pages.
7.
Which HTML tag is used to define an internal style sheet?
8.
How do you define an inline style?
See our Web Designing Interview Questions and other solutions for aspiring candidates for a web designing job. These xml, javascript, dhtml, html, web designing, graphics interview questions were asked by some leading internet, graphics and web designing studios and companies. Keep watching for more 2007, 2008 stuff for web designers. Or Mail me for any help! Good Luck for your exam..
Web Technologies Interview Questions
Web Technology questions
1.
What is HTTP? Explain its working?
2.
What is DNS?
3.
Why do I need a domain name like 'OneSmartClick.Com'?
4.
What happens when I type in some url and press enter?
5.
How does CGI work? Can I use 'C' language to write a CGI?
6.
Working of Proxy Server, Cookies, types of cookies?
7.
What is Firewall?
8.
How to redirect to another page?
9.
Some questions on web servers.
10.
What is DOM?
11.
Connection Pooling in IIS 3.0 and 4.0
12.
What is Code Base, Style Sheets?
13.
Need for CSS
14.
DHTML: Difference between FontSize and Font Size?
15.
Layers in TCP/IP
16.
Some sites work with "http://sitename.com" but for some sites we need to specify "www" - like "http://www.sitename.com". Why?
17.
Explain "URL Encoding",HTML "entity", GET method, POST method
18.
If we force XML for web design, the browzer size will reduce. How?
19.
How does DTD work?
20.
Difference between ASP and DHTML?
21.
How to create virtual directory in IIS?
22.
Can I host muliple sites on same machine?
23.
Administration of IIS.
24.
Some questions on ODBC and internet.
25.
XML and propritory databbases.
26.
Working of ping, telnet, gopher.
27.
Some questions about cross-browzer compatibility.
Web Testing Interview Questions
Web tester interview questions
An Indian outfit, specializing in Web application testing, uses this set of questions for incoming testers.
1.
Define load, performance and stress testing?
2.
What are the goals of a performance testing of a web application?
3.
State a generalized process for load test? Or explain how you did it previously.
4.
How do you determine user soad for a perf test of a Web application?
5.
What do you understand by the terms ‘Response Time’, ‘Pages Per Second’, ‘Transactions Per Secpnd’?
6.
How would you determine the performance of a web application by looking at the values of ‘Response Time’ and ‘Pages Per Second’?
7.
What will be your approach if a particular script in Load Test fails?
8.
Talk about the terms: Soak Perf Test, Resilience Perf Test, Regression Perf Test.
9.
Which Server Stats are essentially monitored during a Perf test of a Web Application?
10.
What are the major components of Perf Test Report?
Latest and Previous years Web Technical Questions and Programs provided with solutions for project and technical / hr interview for leading IT Companies. See VB VB.net VB script and other microsoft technologies questions help here free online for years 2007, 2008 and 2009 sample tests. See recent technical interview questions for the VB related topics along with answers. For companies like Infosys, Wipro, IBM, Cisco, Satyam Computers, TCS, Keane india, HCL, Accenture, Cognizant, T Systems, US and German companies.
Web Testing Interview Questions
Web tester interview questions
An Indian outfit, specializing in Web application testing, uses this set of questions for incoming testers.
1.
Define load, performance and stress testing?
2.
What are the goals of a performance testing of a web application?
3.
State a generalized process for load test? Or explain how you did it previously.
4.
How do you determine user soad for a perf test of a Web application?
5.
What do you understand by the terms ‘Response Time’, ‘Pages Per Second’, ‘Transactions Per Secpnd’?
6.
How would you determine the performance of a web application by looking at the values of ‘Response Time’ and ‘Pages Per Second’?
7.
What will be your approach if a particular script in Load Test fails?
8.
Talk about the terms: Soak Perf Test, Resilience Perf Test, Regression Perf Test.
9.
Which Server Stats are essentially monitored during a Perf test of a Web Application?
10.
What are the major components of Perf Test Report?
Latest and Previous years Web Technical Questions and Programs provided with solutions for project and technical / hr interview for leading IT Companies. See VB VB.net VB script and other microsoft technologies questions help here free online for years 2007, 2008 and 2009 sample tests. See recent technical interview questions for the VB related topics along with answers. For companies like Infosys, Wipro, IBM, Cisco, Satyam Computers, TCS, Keane india, HCL, Accenture, Cognizant, T Systems, US and German companies.
Tech Interview for Web Developers
The following set was set in by a reader of the site:
Following are the questions from an interview I attended for in C#, ASP.NET, XML and Sql Server. I will try to add some more as soon as I recollect. Hope these questions will be useful for people attending interviews in this area.
What is the maximum length of a varchar field in SQL Server?
How do you define an integer in SQL Server?
How do you separate business logic while creating an ASP.NET application?
If there is a calendar control to be included in each page of your application, and we do not intend to use the Microsoft-provided calendar control, how do you develop it? Do you copy and paste the code into each and very page of your application?
How do you debug an ASP.NET application?
How do you deploy an ASP.NET application?
Name a few differences between .NET application and a Java application?
Specify the best ways to store variables so that we can access them in various pages of ASP.NET application?
What are the XML files that are important in developing an ASP.NET application?
What is XSLT and what is its use?
Web Designing, Oracle Interview and Java Latest / Recent Placement Paper questions and answers for programming / technical paper for leading IT Companies Infosys, Wipro, IBM, CISCO, Oracle, SAP, TCS, Satyam Computers, HCL, Microsoft, Ramco, Cognizant, Verizon, Cingular, IFlex Solutions Landran Chandigarh, Mohali, Delhi, bangalore, chennai, hyderabad, pune, kolkata, latest interview question papers with complete solutions submitted by real candidates and answered by experts. Keep watching out for 2007, 2008 and recent papers for all months - january, februrary, march, april, may, june, july, august, september, october, november, december. Good luck for your papers!!
Wednesday, May 14, 2008
Web Technical Interview Questions
Tech Interview for Web Developers
Web Testing Interview Questions
Web Technologies Interview Questions
Web Designing Graphics Multimedia Interview Questi...
Web Related Interview Questions 2008
Web Technical Interview Questions for Developers and entry level or advanced designers for leading IT /Internet / Web 2.0 companies worldwide for recent 2007, 2008 placement papers for freshers / walkins or on campus interviews. Keep watching for more.