Search

Google
 

Saturday, December 16, 2006

Interviews Part 1

IT Interview Questions, Programming Interviews, Crack Interviews - (Indian IT Industry)

IT Interview Questions, Programming Interviews, Crack Interviews


This is the outcome of experience in this field. The information is useful especially for freshers. Sample question papers for software companies are provided. I did not talk to anybody while preparing this page because there is nothing great about interviews. Take it easy...Be honest...polite...Don't try to pretend that you know everything...accept your mistakes ...Don't argue with interviews panel...I have seen many guys doing that...

Please don't send me mails asking for question papers of a particular company...or the answers of questions presented out here... Is it ethical to have a question paper before written exam?... it is upto you...I have nothing to say...

If you wish you can send your interview experience to share with us....Current Job scenario is pretty good... Make Hay While Sun Shines !...

Happy Job Hunting....

Basic Interview Preparation


General Interview Puzzles

Earlier I'd thought of giving a lots of puzzles. Actually the sites given below have everything if you follow the links given out there correctly. You need to face puzzle solving only if you are fresher.

Programming Puzzles - Job Interview Puzzles

Some companies certainly ask for these things. Specially Microsoft. Here are my favorite puzzles. Don't send me emails asking for the solutions.

  1. Write a "Hello World" program in 'C' without using a semicolon.
  2. Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
  3. C/C++ : Exchange two numbers without using a temporary variable.
  4. C/C++ : Find if the given number is a power of 2.
  5. C/C++ : Multiply x by 7 without using multiplication (*) operator.
  6. C/C++ : Write a function in different ways that will return f(7) = 4 and f(4) = 7
  7. Remove duplicates in array
  8. Finding if there is any loop inside linked list.
  9. Remove duplicates in an no key access database without using an array
  10. Convert (integer) number in binary without loops.
  11. Write a program whose printed output is an exact copy of the source. Needless to say, merely echoing the actual source file is not allowed.
  12. From a 'pool' of numbers (four '1's, four '2's .... four '6's), each player selects a number and adds it to the total. Once a number is used, it must be removed from the pool. The winner is the person whose number makes the total equal 31 exactly.
  13. Swap two numbers without using a third variable.
  14. Given an array (group) of numbers write all the possible sub groups of this group.


Interview Articles

Some cool interview articles...

Lateral Thinking Puzzles

There are not many puzzles on lateral thinking. My personal opinion...


C/C++, Java, JDBC, Visual Basic Interview Questions (SQL, Oracle, Pro*C/C++) Programming



C/C++ Interview Questions...


  • What is the output of printf("%d")
  • What will happen if I say delete this
  • What is Dangling pointer?
  • Difference between "C structure" and "C++ structure".
  • Diffrence between a "assignment operator" and a "copy constructor"
  • What is the difference between "overloading" and "overridding"?
  • Explain the need for "Virtual Destructor".
  • Can we have "Virtual Constructors"?
  • What are the different types of polymorphism?
  • What are Virtual Functions? How to implement virtual functions in "C"
  • What are the different types of Storage classes?
  • What is Namespace?
  • What are the types of STL containers?.
  • Is there any difference between a messageand method?
  • If I ask you to write 'VI' editor in C++ - How you'll proceed?
  • Difference between char name[] = “prashant n mhatre”; and char *name = “prashant n mhatre”;
  • Should we use global variables?
  • Parsing HTML or XML document with C++
  • What is 'self assignment'?
  • Difference between how virtual and non-virtual member functions are called
  • Finding shortest path aka Dijkstra's algorithm and backtracking
  • Doing permutations and combinations in C++
  • Difference between "vector" and "array"?
  • How to write a program such that it will delete itself after exectution?
  • Can we generate a C++ source code from the binary file?
  • What are inline functions?
  • Talk sometiming about profiling?
  • How many lines of code you have written for a single program?
  • What is "strstream" ?
  • How to write Multithreaded applications using C++?
  • Explain "passing by value", "passing by pointer" and "passing by reference"
  • Write any small program that will compile in "C" but not in "C++"
  • Have you heard of "mutable" keyword?
  • What is a "RTTI"?
  • Is there something that I can do in C and not in C++?
  • Why preincrement operator is faster than postincrement?
  • What is the difference between "calloc" and "malloc"?
  • What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
  • What is Memory Alignment?
  • Explain working of printf.
  • Difference between "printf" and "sprintf".
  • What is "map" in STL?
  • When shall I use Multiple Inheritance?
  • What are the techniques you use for debugging?
  • How to reduce a final size of executable?
  • Give 2 examples of a code optimization.

Java Interview Questions...


  • Meaning - Abstract classes, abstract methods
  • How do you force Garbage Collector in Java?
  • Difference - Java,C++
  • Difference between == and equals method
  • Difference - Interface and Class
  • Explain Java security model
  • Explain working of Java Virtual Machine (JVM)
  • Difference : Java Beans, Servlets
  • Difference : AWT, Swing
  • Disadvantages of Java
  • difference between this() and super()
  • How does exeception handling mechanism work in Java?
  • When 'finally' block gets executed.
  • What is BYTE Code ?
  • Can unreachable object become reachable again?
  • What gives java it's "write once and run anywhere" nature?
  • Does Java have "goto"?
  • Difference - Preemptive Scheduling and Time Slicing
  • Checked and UnChecked Exception Difference
  • What is the meaning of "final" keyword?
  • Can I create final executable from Java?
  • Explain Garbage collection mechanism in Java
  • Why Java is not 100% pure object oriented language?
  • What are interfaces? or How to support multiple inhertance in Java?
  • How to use C++ code in Java Program?
  • Difference between "APPLET" and "APPLICATION"
  • Types of inner classes
  • Explain the difference between HashMap and HashTable?
  • Difference - Iterators in C++ and iterators in Java
  • What's meant by keyword 'static'
  • Different - public, private, protected and package level access
  • How would you strip HTML tags using String replaceAll() method.
  • Creating custom exceptions
  • What is super()
  • String and String Buffer - Which one should we prefer?
  • Adapter Class
  • Vector, Hashtables, Lists, Enumerations in Java
  • Serialization in Java and Marshelling
  • What are the types of JDBC drivers? Which would you prefer?
  • How do you establish connection to database using JDBC?
  • Convert Oracle CLOB to Java String
  • Convert Java String to Oracle CLOB
  • Difference: createStatement, prepareStatement and prepareCall
  • What is Transaction? How it is managed with JDBC
  • How can we make call to a stored procedure from JDBC ?
  • Dirty read and 2 phase commits
  • How do we retrieve table META Data ?

Visual Basic Interview Questions

  • 3 main differences between flexgrid control and dbgrid control
  • ActiveX and Types of ActiveX Components in VB
  • Advantage of ActiveX Dll over Active Exe
  • Advantages of disconnected recordsets
  • Benefit of wrapping database calls into MTS transactions
  • Benefits of using MTS
  • Can database schema be changed with DAO, RDO or ADO?
  • Can you create a tabletype of recordset in Jet - connected ODBC database engine?
  • Constructors and distructors
  • Controls which do not have events
  • Default property of datacontrol
  • Define the scope of Public, Private, Friend procedures?
  • Describe Database Connection pooling relative to MTS
  • Describe: In of Process vs. Out of Process component. Which is faster?
  • Difference between a function and a subroutine, Dynaset and Snapshot,early and late binding, image and picture controls,Linked Object and Embedded Object,listbox and combo box,Listindex and Tab index, modal and moduless window, Object and Class,Query unload and unload in form, Declaration and Instantiation an object?
  • Draw and explain Sequence Modal of DAO
  • How can objects on different threads communicate with one another?
  • How can you force new objects to be created on new threads?
  • How does a DCOM component know where to instantiate itself?
  • How to register a component?
  • How to set a shortcut key for label?
  • Kind of components can be used as DCOM servers
  • Name of the control used to call a windows application
  • Name the four different cursor and locking types in ADO and describe them briefly
  • Need of zorder method, no of controls in form, Property used to add a menus at runtime, Property used to count number of items in a combobox,resize a label control according to your caption.
  • Return value of callback function, The need of tabindex property
  • Thread pool and management of threads within a thread pool
  • To set the command button for ESC, Which property needs to be changed?
  • Type Library and what is it's purpose?
  • Types of system controls, container objects, combo box
  • Under the ADO Command Object, what collection is responsible for input to stored procedures?
  • VB and Object Oriented Programming
  • What are the ADO objects? Explain them.
  • What are the different compatibility types when we create a COM component?
  • What do ByVal and ByRef mean and which is the default?
  • What does Option Explicit refer to?
  • What does the Implements statement do?
  • What is OLE and DDE? Explain.
  • What is the difference between Msgbox Statement and MsgboxQ function?
  • What keyword is associated with raising system level events in VB?
  • What methods are called from the ObjectContext object to inform MTS that the transaction was successful or unsuccessful?
  • What types of data access have you used.
  • What was introduced to Visual Basic to allow the use of Callback Functions?
  • Which controls can not be placed in MDI?
  • Which controls have refresh method, clear method
  • Which Property is used to compress a image in image control?
  • Which property of menu cannot be set at run time?
  • Which property of textbox cannot be changed at runtime and What's the maximum size of a textbox?
  • Which tool is used to configure the port range and protocols for DCOM communications?

Computer Networking, Socket Programming, IPC Interview Questions

Computer Networking, Socket Programming, IPC Interview Questions

Networking, Socket Programming, Inter-Process Communication...


  • User(s) are complaining of delays when using the network. What would you do?
  • What are some of the problems associated with operating a switched LAN?
  • Name some of the ways of combining TCP/IP traffic and SNA traffic over the same link.
  • What sort of cabling is suitable for Fast Ethernet protocols?
  • What is a Class D IP address?
  • Why do I sometimes lose a server's address when using more than one server?
  • What is Firewall?
  • How do I monitor the activity of sockets?
  • How would I put my socket in non-blocking mode?
  • What are RAW sockets?
  • What is the role of TCP protocol and IP protocol.
  • What is UDP?
  • How can I make my server a daemon?
  • How should I choose a port number for my server?
  • Layers in TCP/IP
  • How can I be sure that a UDP message is received?
  • How to get IP header of a UDP message
  • Writing UDP/SOCK_DGRAM applications
  • How many bytes in an IPX network address?
  • What is the difference between MUTEX and Semaphore?
  • What is priority inversion?
  • Different Solutions to dining philosophers problem.
  • What is a message queue?
  • Questions on Shared Memory.
  • What is DHCP?
  • Working of ping, telnet, gopher.
  • Can I connect two computers to internet using same line ?
  • Working of TCP and SSL Handshake
  • How P2P softwares work?
  • Setting up TOMCAT web service
  • Port numbers for FTP, HTTP, telnet, POP, finger
  • Difference - Passive FTP, Active FTP
  • Maximum Transmission Unit (MTU) what is it?
  • Security threats due to use of CGI
  • What is "spoofing"
  • Where could you find Apache server web log
  • Find web visitors by country
  • What is Virtual Private Network (VPN) and how does it work?
  • How does routing work?
  • Object-Orientated Concepts, UML interview Questions


    Object-Orientation Concepts, UML interview Questions

    Object-Orientated Concepts, UML interview Questions...


    • What is inheritance?
    • Difference between Composition and Aggregation.
    • Difference: Sequence Diagrams, Collaboration Diagrams.
    • Difference: 'uses', 'extends', 'includes'
    • What shall I go for Package Diagram?
    • What is Polymorphism?
    • Is class an Object? Is object a class?
    • Comment: C++ "includes" behavior and java "imports"
    • What do you mean by "Realization"?
    • What is a Presistent, Transient Object?
    • What is the use of Operator Overloading?
    • Does UML guarantee project success?
    • Difference: Activity Diagram and Sequence Diagram.
    • What is association?
    • How to resolve many to many relationship?
    • How do you represent static members and abstract classes in Class Diagram?
    • Can we use UML for user interface (UI) design?
    • Every object has : state, behavior and identity - explain
    • How to reverse engineer C++ code in UML?
    • What are the tools you used for OOAD?
    • Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?
    • What are the four phases of the Unified Process ?
    • How do you convert uses cases into test cases?
    • Explain Class Diagram in Detail.
    • What are the Design Patterns you know.
    • When do you prefer to use composition than aggregation?
    • UML: IS it a process, method or notation?
    • Does a concept HAVE to become a class in Design?
    • What are the good practices to use while designing for reuse?
    • Can you think of some nice examples where *multiple* actors are associated with a use case ?
    • How to use CRC Cards for Class Design?
    • What is the difference between static and dynamic Classificaition.Give some examples.
    • Explian following terms: Constraint Rules, Design by contract.
    • What is Object Constraint Language (OCL)?
    • Difference Between Attribute and Association.
    • What are associative classes?

    Operating Systems Unix, Windows, Linux Interview Questions


    Operating Systems Unix, Windows, Linux Interview Questions

    Operating Systems Unix, Windows, Linux Interview Questions...


    • What is inheritance?
    • Difference between Composition and Aggregation.
    • Difference: Sequence Diagrams, Collaboration Diagrams.
    • Difference: 'uses', 'extends', 'includes'
    • What shall I go for Package Diagram?
    • What is Polymorphism?
    • Is class an Object? Is object a class?
    • Comment: C++ "includes" behavior and java "imports"
    • What do you mean by "Realization"?
    • What is a Presistent, Transient Object?
    • What is the use of Operator Overloading?
    • Does UML guarantee project success?
    • Difference: Activity Diagram and Sequence Diagram.
    • What is association?
    • How to resolve many to many relationship?
    • How do you represent static members and abstract classes in Class Diagram?
    • Can we use UML for user interface (UI) design?
    • Every object has : state, behavior and identity - explain
    • How to reverse engineer C++ code in UML?
    • What are the tools you used for OOAD?
    • Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?
    • What are the four phases of the Unified Process ?
    • How do you convert uses cases into test cases?
    • Explain Class Diagram in Detail.
    • What are the Design Patterns you know.
    • When do you prefer to use composition than aggregation?
    • UML: IS it a process, method or notation?
    • Does a concept HAVE to become a class in Design?
    • What are the good practices to use while designing for reuse?
    • Can you think of some nice examples where *multiple* actors are associated with a use case ?
    • How to use CRC Cards for Class Design?
    • What is the difference between static and dynamic Classificaition.Give some examples.
    • Explian following terms: Constraint Rules, Design by contract.
    • What is Object Constraint Language (OCL)?
    • Difference Between Attribute and Association.
    • What are associative classes?

    Web Technology (Internet) ASP, ASP.NET XML XSL Interview Questions


    Web Technology (Internet) ASP, ASP.NET XML XSL Interview Questions

    The World of WWW...


    • What is HTTP? Explain its working?
    • What is DNS?
    • Why do I need a domain name like 'OneSmartClick.Com'?
    • What happens when I type in some url and press enter?
    • How does CGI work? Can I use 'C' language to write a CGI?
    • Working of Proxy Server, Cookies, types of cookies?
    • What is Firewall?
    • How to redirect to another page?
    • Some questions on web servers.
    • What is DOM?
    • Connection Pooling in IIS 3.0 and 4.0
    • What is Code Base, Style Sheets?
    • Need for CSS
    • DHTML: Difference between FontSize and Font Size?
    • Layers in TCP/IP
    • Some sites work with "http://onesmartclick.com" but for some sites we need to specify "www" - like "http://www.onesmartclick.com". Why?
    • Explain "URL Encoding",HTML "entity", GET method, POST method
    • If we force XML for web design, the browzer size will reduce. How?
    • How does DTD work?
    • Difference between ASP and DHTML?
    • How to create virtual directory in IIS?
    • Can I host muliple sites on same machine?
    • Administration of IIS.
    • Some questions on ODBC and internet.
    • XML and propritory databbases.
    • Working of ping, telnet, gopher.
    • Some questions about cross-browzer compatibility.

    ASP, ASP.NET interview questions...

    • Why do we get the following errors: 80020009, 800A01F9, 800A03EC, 80010105, 80004005 ?
    • Prevent ASP pages from caching
    • Difference - ASP and ASP.NET
    • Viewstate - Definition, formation and storage
    • Working of output caching in ASP.NET
    • Use of Web.configure in ASP.net with examples
    • Difference - Server.Transfer and Response.Redirect. What should we prefer
    • Difference - ADO Recordset and ADO.NET Dataset
    • Using multiple security levels through secure login
    • Turning off cookies for a page
    • Create cookie for a month, permanant cookie
    • Wrapping up call to web service
    • Describe session handling in ASP
    • Adding hyperlink column to the DataGrid
    • Abandone session that is alreading running
    • Difference - Boxing and unboxing
    • Using SOAP call
    • Reading XML data using ASP

    XML / XSL Interview Questions...

    • Difference - SAX parser and DOM parser
    • Using Cascading style sheet (CSS) with XML data
    • What is XML island?
    • Character entities
    • Getting XML into and out of database
    • Using Oracle XML parser to load XML files
    • Difference - Document Type Definition (DTD) and XML Schema
    • Difference - SGML, HTML,XML,XHTML
    • Will XML replace HTML eventually?
    • Namespaces in XML
    • Using JavaScript, ActiveX controls in XML document
    • Accessing node values and attributes in XML document
    • Use of CDATA tags
    • Removing whitespace, selecting substring in XML document
    • XML namespaces and DTDs
    • Any 3 things XSLT can't do
    • Uppercase to lowercase conversion
    • What is XLINK

    Java Interview Question


  • Java Job Interview Q&A : Java Job Interview Questions. Buy Full Package Donate a Job Interview Question. Is the Java job interview Q&A helpful Java Interview Question 7
  • IndicThreads -Java Interview Questions : Enterprise Java Station. Latest. Java Interview Questions. Wednesday, 27 July 2005. The tech job market is very active these days, particularly in the developing world. If you wish to share Java Interview Question/s, please add a comment to this particular item Python Interview Questions. Related Java and J2EE Today An interview with Satish Talim Java Interview Question 8
  • Java Interview Question : The largest repository of Java interview question information for an entry level job search on the Internet. Job Search. Java Interview Question List. It is not enough to have solid answers only for the above the required mock interview (see the "Competitive Interview Prep" Section) and for Java Interview Question 9
  • Java Collection Interview Questions : Java Collection Interview Questions. Question What is the Collections API [ Received from Sandesh Sadhale] Java Collection Interview Questions Java Interview Question 11
  • Core Java Interview Questions! : Core Java Interview Questions. Question What is transient variable Layout as their default are window, Frame and Dialog classes. Question What do you understand by Synchronization Java Interview Question 12
  • Java Technology Forums : Java Solaris Communities Sun Store. Join SDN My Profile Why Join Aug 28, 2005 8:24 AM. Java Programming. Re Interview question, Which i could not answer Java Interview Question 14
  • Spiritcompany.com : You will be surprised about how the java interview process works. Normally, you will probably get the easiest of Description of daemon threads. Great Java Interview Question Site Java Interview Question 15
  • Core Java Interview Questions : Here you can find out a list of questions for core java interview. There questions are often asked by the interviewer for core java job interview feel any answer given for any question is wrong or if you have Java Interview Question 16
  • MS SQL Server interview questions <> The site offers MS SQL Server interview questions as well as career tips and preparation guides for a job interview in the field. Interview questions for high-tech companies. C++ developer interview. 64 Java questions for any job interview Please send .net C# ASP.net VB.net Sql server 2000 interview question Java Interview Question 18
  • Java Interview Questions : Interview questions for different java technologies like Core Java, JSP, servlets, EJB, JMS< href="http://www.javacertificate.net/interview_qns.htm" target="_blank" style="text-decoration: none;">Java Interview Question 19
  • The Java Compatibility Test Tools JavaTest Harness : How to use the JavaTest harness, a tool manages tests for compatibility with a Java technology. com.sun.interview.Question. Provides the content, that is, the text DemoTCKParameters.java, DemoTCKEnvInterview.java identifies the first question for the interview with the Java Interview Question 20
  • DevX.com Forums : DevX discussion forum for questions and answers on technical topics for developers. Java Interview Question 21
  • Java-interview : BlogThis! Java-interview. Saturday, June 03, 2006 important to maintain eye contact with the person asking the question and give an answer with an example to support it Java Interview Question 23
  • JavaRanch Big Moose Saloon : JavaRanch Big Moose Saloon. Java. Servlets. 67491 and Other J2EE Technologies. 38496.

Jdbc Interview Questions And Answers


The site offers JDBC interview questions as well as career tips and preparation guides for a job interview in the field. Interview questions for high-tech companies. interview questions. Generic interview questions. Popular interview questions and answers. Windows sysadmin interview questions Pages interview questions. JavaScript interview questions Jdbc Interview Questions And Answers 2
  • JDBC Interview Questions and Answers : Jdbc Interview Questions And Answers 3
  • JDBC and JSP interview questions <> The site offers JDBC and JSP interview questions as well as career tips and preparation guides for a job interview in the field. Interview questions for high-tech companies. interview questions. Generic interview questions. Popular interview questions and answers. Windows sysadmin interview questions Pages interview questions. JavaScript interview questions Jdbc Interview Questions And Answers 4
  • JDBC Interview Questions : A list of questions for JDBC interview. of interview questions for JDBC. These questions are often asked by the interviewer for JDBC (Java Database Connectivity) interview. We put our maximum effort to make this answers Jdbc Interview Questions And Answers 7
  • Java Job Interview Q&A : Java Job Interview Questions. Buy Full Package Java Language. Network. SQL. JDBC. J2EE. Spring. JSP. Servlet. Hibernate Is the Java job interview Q&A helpful? Please take a survey Jdbc Interview Questions And Answers 8

    Job Interview Questions & Answers | Free Sample Interview Questions | Java, ASP, .Net Interview Questions | Tough 713 Online. Interview Categories. Our Services. Job Interview Questions & Answers. World's Largest Collection of Free Interview Questions. Feel free to browse, read, comment and contribute on world's largest Free Interview Questions website. EJB Interview Questions. Java Interview Questions. JDBC Interview Questions. JMS Interview Questions Jdbc Interview Questions And Answers 10

  • JavaRanch Big Moose Saloon some java interview Questions : What is the use of Servlets ? 8. What is JDBC? How do you connect to the Database go through the answers to potential interview questions in preparation for an interview Jdbc Interview Questions And Answers 11
  • Java Interview Questions : CORBA Java Swing Applets Java Phone Java Card JDBC Security Projects Beans Java Util Runtime Threads Tutorials JINI JNDI JMS Java 2D Core Java JTAPI Interview Questions and answers Jdbc Interview Questions And Answers 12
  • Programming Send me the interview questions and answers : Hello, Please send me the interview questions and answers on following topics 1 Java Programming 2 J2EE 3 Struts 4 JSP and Servlets,xml 5 EJB 6 Swings 7 Web Logic 8 Tomcat Thanks karthik should you use a more direct method such as JDBC?", And the answer I am looking for is first Jdbc Interview Questions And Answers 13
  • JDBC Interview Questions : Free Trainings Site, JDBC Interview Questions This article provides JDBC Interview Questions.For more Interview Questions / Answers related to Java, click on links provided at the end of each question set. Jdbc Interview Questions And Answers 14
  • 50 COMMON INTERVIEW Q&A " Bhuvana Sundaramoorthy's Blog : Review these typical interview questions and think about how you would. answer them. Read the questions listed; you will also find some. strategy suggestions with it. (Excerpted from the book The Accelerated Job Search by Wayne D. [ ] Bhuvana collected the most common interview questions and listed recommended answers for each Common Architecture. JDBC. JSP. Servlets. STRUTS. Two Tier Jdbc Interview Questions And Answers 15
  • Elearning , Interview Questions And Answers : e-learning,elearning,online learning,e-learning guru,interview questions and answers Elearning , Interview Questions And Answers. 6.if X & Y r objects X = Y means 8.quesns on JDBC. 9.Two quesns on simple java pgms Jdbc Interview Questions And Answers 16
  • Interview Preparation Kit : Are you missing lots of job opportunities due to lack of preparation? What if you know all the questions being asked in Interviews beforehand! New! Now over 9,000 Interview Questions, ALL WITH ANSWERS. In this new Interview Success Kit, we Includes EJB, Java, JDBC, JMS, JSP, Servlet and Struts Interview Questions with Answers Jdbc Interview Questions And Answers 17
  • Technical Interview Tips : Facing Technical Interviews. What does static variable mean? What is a pointer? What is a structure? What are the differences between structures and arrays? JAVA QUESTIONS. C Jdbc Interview Questions And Answers 18
  • de tomKronieken Comment on Interview questions : Please send me java,jsp,servlet,struts,jdbc interview questions and answers. Many thanks Please send me java,jsp,ejb, j2ee, servlet,struts,jdbc interview questions and answers Jdbc Interview Questions And Answers 19
  • jGuru Interview questions on servlets and jsp ? : Most Active Questions Questions by Contributor Answers by Contributor. Interview questions on servlets and jsp in between Applets & Servlets? What is JDBC? How do you connect to Jdbc Interview Questions And Answers 20
  • Java Interview Questions : Interview questions for different java technologies like Core Java, JSP, servlets, EJB, JMS< href="http://www.javacertificate.net/interview_qns.htm" target="_blank" style="text-decoration: none;">Jdbc Interview Questions And Answers 21
  • TechInterviews.com : The site offers 29 MySQL interview questions as well as career tips and preparation guides for a job interview in the field. Interview questions for high-tech companies. interview questions. Generic interview questions. Popular interview questions and answers. Windows sysadmin interview questions Pages interview questions. JavaScript interview questions Jdbc Interview Questions And Answers 23
  • JDBC Interview Questions : J2EE JDBC Interview Questions Get Career Tips, Career advice, Learn about the interview procedures in Major companies, Discuss each question in detail, learn from the experts and gain Confidence There are 111 questions in JDBC Interview Questions with 281 comments Comments 0 Read/Add Answers. Updated September 05, 2006 Added September 05, 2006 Jdbc Interview Questions And Answers 24
  • Faisal Bashir (mbsfsl) : J2ME. J2SE. JMS. EJB. JDBC. JSP. PHP. Servlets. Struts for helping junior / senior software engineers and others. Interview Questions. Sample Interview Questions with Answers Jdbc Interview Questions And Answers 25

  • Database Interview Questions (SQL, Oracle, Pro*C/C++)


    Database Interview Questions

    SQL General Interview Questions ...


    • What are the different types of joins?
    • Explain normalization with examples.
    • What cursor type do you use to retrieve multiple recordsets?
    • Diffrence between a "where" clause and a "having" clause
    • What is the difference between "procedure" and "function"?
    • How will you copy the structure of a table without copying the data?
    • How to find out the database name from SQL*PLUS command prompt?
    • Tadeoffs with having indexes
    • Talk about "Exception Handling" in PL/SQL?
    • What is the diference between "NULL in C" and "NULL in Oracle?"
    • What is Pro*C? What is OCI?
    • Give some examples of Analytical functions.
    • What is the difference between "translate" and "replace"?
    • What is DYNAMIC SQL method 4?
    • How to remove duplicate records from a table?
    • What is the use of ANALYZing the tables?
    • How to run SQL script from a Unix Shell?
    • What is a "transaction"? Why are they necessary?
    • Explain Normalizationa dn Denormalization with examples.
    • When do you get contraint violtaion? What are the types of constraints?
    • How to convert RAW datatype into TEXT?
    • Difference - Primary Key and Aggregate Key
    • How functional dependency is related to database table design?
    • What is a "trigger"?
    • Why can a "group by" or "order by" clause be expensive to process?
    • What are "HINTS"? What is "index covering" of a query?
    • What is a VIEW? How to get script for a view?
    • What are the Large object types suported by Oracle?
    • What is SQL*Loader?
    • Difference between "VARCHAR" and "VARCHAR2" datatypes.
    • What is the difference among "dropping a table", "truncating a table" and "deleting all records" from a table.
    • Difference between "ORACLE" and "MICROSOFT ACCESS" databases.
    • How to create a database link ?

    PL/SQL interview questions...

    • Normalize many to many relationships
    • Difference - Equijoin and union
    • What is TEMP table space in Oracle, what is rollback segment
    • How do we find row chaining?
    • Pattern matching operators
    • Features in oracle 9i and 10g
    • Why truncating table is faster than delete
    • copy commit syntax
    • Convert Zulu time zone to US Eastern time zone
    • Difference - union and union all
    • Difference - Group by, Order by clause
    • Which Ranking functions are available?
    • Difference - Decode, NVL, NVL2
    • Tradeoffs of using partitioned tables
    • How can we call stored procedure in SQL query
    • What are the restrictions on calling PL/SQL from SQL
    • Why EXISTS is preferable to distinct
    • Give 2 examples of avoiding unnecessary parsing.

    Oracle Interview Question


    momentum during 2005 with its Oracle Fusion Middleware product family define, the first question is Does it simplify Oracle Interview Question 4
  • Oracle about interview : Oracle > about interview. Topic Oracle. Expert Peter Choi. Date 6/4/2006. Subject about interview. Question. Hi peter choi become a good ORACLE DBA. What type of course Oracle Interview Question 5
  • Oracle Technical Interview Questions Answered : I wrote the past article on the Oracle Technical Interview, I have been bombarded with e-mails asking for This part of the interview question is not to be regarded as Oracle Interview Question 6
  • IT Interview Questions Open Database : GeekInterview.com is an Open Database where you can share IT Interview quesitons from your interviews and get answers from experts. 1.Oracle Interview Questions Free E-Book V 1.0 have any specific question is not on the site, use "Ask Question", your question will be answered by our fellow friends Oracle Interview Question 7
  • Careers at Oracle : Interview with Oracle : Oracle interview questions and employment advice. What is asked at Oracle interviews. Learn Oracle salaries and discuss the company with others who work at Oracle. Oracle Corporation is an enterprise software company that develops, manufactures, markets, distributes and services send me mail on interview question and answer Oracle Interview Question 10
  • Oracle interview questions for oracle dba's : I want to know the general questions for oracle dba interviews. Please advice me the sites and questions ( with answers Oracle Interview Question 11
  • Oracle : Your Ad Here. Oracle Interview Questions and Answers Question If you have two redo log groups with four members each, how many disks does Oracle recommend to keep the redo Oracle Interview Question 12
  • General Oracle : General Oracle Interview Questions and Answers Question What are the Built-ins used for sending Parameters to forms Oracle Interview Question 13
  • Oracle Job : Conducting the Oracle Job Interview. IT Manager Guide for Oracle Job with Oracle Job Questions It contains Oracle job questions and Oracle job question answers Oracle Interview Question 14
  • RE Oracle Apps DBA INterview Question : RE Oracle Apps DBA INterview Question RE Oracle Apps DBA INterview Question Subject RE Oracle Apps DBA INterview Question Pradeep, Check Oracle Interview Question 15 Oracle Interview Question 16
  • MS SQL Server interview questions <> The site offers MS SQL Server interview questions as well as career tips and preparation guides for a job interview in the field. Interview questions for high-tech companies. services questions. Oracle interview questions. ASP interview questions such question. This one always gets asked. For a while the database interview questions were limited to Oracle Oracle Interview Question 17
  • AskTom "Some Interview Questions" : interview question, but interview. The question was that if we want to find a row(datatype varchar) from a table containing a particular text, what is the command in oracle Oracle Interview Question 18
  • DBAsupport.com Forums : This is a discussion forum for all issues involved in databases and database development. DBAsupport.com Forums > Oracle Forums > Oracle Database Administration. interview question. User Name interview question. Hi. I was asked this in a interview could anybody expalin whats Oracle Interview Question 19
  • Oracle Job Interview Questions for IT Managers : Job interview techniques for Oracle professionals Conducting the Oracle Job Interview. IT Manager Guide for Oracle Job Interviews with Oracle Interview Questions Page 44, Question 10. 10. ( On UNIX ) When should more than one DB Oracle Interview Question 24
  • Perl Perl interview question : Title Perl interview question. asked by pooja74 on 10/14/2003 04:22PM PDT have to give interview on perl.I am oracle programmer.Please write the interview questions usually Oracle Interview Question 25

  • Plsql Interview Questions And Answers


    sql string. plsql interview questions. application development Oracle Developer Certification Mock Exams. SAP Interview Questions and Answers. Comptia A+ Practice Tests Plsql Interview Questions And Answers 3
  • OraFAQ Forum Training & Certification => Interview questions : I have one interview on Friday.Please send some interview questions with answers. I hope anyone send Plsql Interview Questions And Answers 4. MHE. [Updated on Thu, 22 December Plsql Interview Questions And Answers 5

    plsql interview questions | courses | sql server stored procedure | plsql syntax | plsql collection | developer before the individual became a member of the array plsql. Many times a study guide will have Certification Mock Exams. SAP Interview Questions and Answers. Comptia A+ Practice Tests Plsql Interview Questions And Answers 6

  • Free Training : Certification details, Interview questions, Job postings, Trainings and on find these qualities during the interview process Most Popular HR Interview Questions With Generic Answer Plsql Interview Questions And Answers 9
  • ORACLE PL/SQL INTERVIEW QUES A ebook Sanchez, Terry Diesel eBooks : ORACLE PL/SQL Interview Questions, Answers, and Explanations Oracle Browse Careers Plsql Interview Questions And Answers 10
  • Plsql " WordPress.com : Here are the latest posts tagged with Programming. Experience 2 â€" 8 years of SDLC experience Skills Core Java, JSP, Servlets, EJB. wrote 4 days ago Developer Job Interview Questions and Answers Are you a developer Plsql Interview Questions And Answers 14
  • ITtoolbox Blogs : for interviewing Oracle resources and provide some sample interview questions and answers for developers Describe the block structure of PLSQL. Declaration, Begin, exception, end Plsql Interview Questions And Answers 15

    ALL Interview .com : Collection and Sharing of Interview Questions and Answers of life have contributed a lot in posting interview questions and answers relating to all categories viz New Questions. Category SQL-PLSQL Interview Questions. Posted By Swapna Plsql Interview Questions And Answers 16

  • C++ Interview Questions | freejavaguide.com : CATEGORIES. FREE JAVA GUIDE- New Attractions. Java Source Code, Java Tutorials, Java Scripts, SQL Tutorial, PLSQL Tutorial and Java Resources. C++ Interview Questions. 1. Is it possible to have Virtual Constructor? If yes, how? There are three acceptable answers:- "Never," "Rarely," and "When the problem domain Plsql Interview Questions And Answers 17
  • Sql server dba interview questions : Sql server dba interview questions. Dba sql. SQL Server interview questions for DBA and Developer positions graz on 04192001 in Other Narayana Vyas Kondreddi submitted "This page. Share or learn Plsql Interview Questions And Answers 18
  • What is the difference between SQL, DDL, and DML? : What is the difference between SQL, DDL, and DML? Interview Questions Oracle General Interview Questions. SQL PLSQL Interview Questions. OCI Interview Questions Other Oracle General Interview Questions. Question. Asked @ Answers. What are the basic element Plsql Interview Questions And Answers 19
  • free java tutorials | Java programming Source code : Free java tutorials site to learn Java programming through examples and beginner's tutorials like plsql and sql tutorial along with java source code SQL Tutorial. PLSQL Tutorial. HTML Tutorial. Interview Questions. Java Interview questions asked job interview questions. We put our maximum effort to make these answers error free Plsql Interview Questions And Answers 22
  • Star Interview Questions Help : Star Interview Questions Help. Website Sources on Star Interview Questions. Star Interview Questions Article More Star Interview Questions Resources. Star Principals Selection Interview. Plsql Interview Questions And Answers 23

    Actual Exam Questions Study Guides IT Certification Megapack, MCSE, CIW, Oracle DBA, A+, Network+, Server+, Solaris Examguru.net Provides accurate study guides for major IT Certifications like Microsoft MCSE, Oracle OCP, CISCO CCNA CNA CNP, Sun, Citrix, Comptia A+, IBM, Linux, Lotus, Novell, CIW, and more. SAP Consultants. SAP Interview Questions, Answers, and Explanations SAP Interview Questions, Answers, and Explanations guides a job, SAP Interview Questions & Answers will help you Plsql Interview Questions And Answers 24

  • Db2 Interview Questions Help : Db2 Interview Questions Help. Website Sources on Db2 Interview Questions. Db2 Interview Questions Article More Db2 Interview Questions Resources Plsql Interview Questions And Answers 25
  • PL/SQL what is ref cursor in pl/sql? : store diff value during runtime.i mean they act basically dynamiclly , we call them as true PLSQL variable 7. SQL Interview Questions with Answers Thanks to site Visitor Vicky for Plsql Interview Questions And Answers 26
  • Java [Archive] :
  • No comments: