Data Warehouse Basics
What is Data purging?
What is data merging?
What is Analysis Services?
What is staging area?
What is the difference between OLAP, ROLAP, MOLAP and HOLAP
What is DTS?
What is XMLA?
What are cursors?
What is Time Series algorithm in data mining?
What is operational data source (ODS)?
What is up date strategy?
What is a Data Cube?
What is Meta data and system catalog?
How does Oracle support the ETL process?
What is Snow Flake Schema design in database?
What is DTM session?
What are parallel queries and query hints?
What are CUBES?
What are Fact tables and Dimension Tables?
Which automation tool is used in data warehouse testing?
Explain clustering algorithm?
How can you define a transformation?
What is ETL?
What is Discover and Execute in XMLA?
What are different types of transformations in Informatica?
What is the difference between an ODS and a Warehouse?
Explain in simple terms, the concept of Data Mining.
What is Conceptual, Logical and Physical model?
What is IQD file?
What is sampling?
What Oracle tools can be used to design and build a Warehouse?
What are advantages of de normalized data?
What is Cognos script editor?
What is Bulk Insert?
What are the types of dimension tables?
What is confirmed dimension?
What is data cleansing?
What is an OLAP (On-line Analytical processing) system?
What is a star schema?
What is a Decision Tree Algorithm?
What is mapplet?
What is fact less fact schema?
What are the different problems that “Data mining” can solve?
What is a Data Warehouse?
What are different deliverables according to phases?
What is query panel?
What is aggregate awareness?
What is hash partition?
How did you plan your Data ware house project?
What is ETL process in Data warehousing?
What Oracle features can be used to optimize my Warehouse system?
What is a data validation strategy for data mart validation
How are models actually derived?
What is difference between Mapplet and reusable transformation?
Which kind of index is preferred in DWH?
Explain Association algorithm in Data mining?
What is difference between Mapplet and reusable transformation?
What is difference between Mapplet and reusable
What is staging area?
What are CUBES?
Explain Association algorithm in Data mining?
What are the types of dimension tables?
What is the difference between OLAP, ROLAP, MOLAP and HOLAP?
How many repositories can we create in Informatica?
What is Data Warehousing?
What is Data Warehousing?
What is MDX?
How does data mining and data warehousing work together?
Where can one get more info about Data Warehousing?
What are different stages of “Data mining”?
What is the capacity of power cube?
Data warehousing / Data Mining, Data Warehouse Basics, What is difference between DSS & OLTP?
What is difference between DSS & OLTP?
What is a look up function?
What are the primary ways to store data in OLAP?
What are algorithms provided by Microsoft in SQL Server?
What is the difference between a Warehouse and an OLTP application?
What is BCP?
What is the difference between Oracle Express and Oracle Discoverer?
What is the difference between a data warehouse and a data mart?
What is META DATA information in Data warehousing projects?
What is source qualifier?
What is difference between Power Play transformer
Why do we use DSS database for OLAP tools?
What is an OLTP (Online Transaction Processing) System?
What is Sequence clustering algorithm?
When should you use a STAR and when a SNOW-FLAKE schema?
What is the difference between ETL tool and OLAP tools?
What is multi-dimensional analysis?
What is “Data mining”?
What is difference between a connected look up and unconnected look up?
What is power play plug in?
Friday, November 2, 2007
-> JAVA OOPS - Interview Questions
JAVA OOPS
Is java object class is concrete class?
what is difference between union / union all
What is uni code?
How is memory allocated by new
What is compile time polymorphism?
what is the difference between Unicode and hash code?
what is a concrete classes?
How can i call a funtion,given its name as string?
What are the three steps to deploy EJB?
What is aggregation and composition of objects?
What is difference between object and static object?
how to connect the crystal reports to the JSP Applications
How the abstract classes in CMP are converted
What is run time polymorphism?
What are java archives?
why is multiple inheritance not allowed in java?
why in case of java header file name is not required ?
What is the use of abstract classes?
What is the difference between monolithic and composite object?
Is java object class is concrete class?
what is difference between union / union all
What is uni code?
How is memory allocated by new
What is compile time polymorphism?
what is the difference between Unicode and hash code?
what is a concrete classes?
How can i call a funtion,given its name as string?
What are the three steps to deploy EJB?
What is aggregation and composition of objects?
What is difference between object and static object?
how to connect the crystal reports to the JSP Applications
How the abstract classes in CMP are converted
What is run time polymorphism?
What are java archives?
why is multiple inheritance not allowed in java?
why in case of java header file name is not required ?
What is the use of abstract classes?
What is the difference between monolithic and composite object?
-> EJB - Interview Questions
EJB
Does each stateless session bean have its own EJB object?
What are the call back methods in Session bean
When should we use session bean/entity bean?
What is the main use of using interface?
How to insert new row and link like Edit and Delete
Can we use session beans & entity beans in single application?
What is lazy loading ?
Why don't stateful session beans have a pool?
What is the difference between CMP 1.1 and CMP 2.0
How many EJB Objects are created for a Bean?
What is the difference between CMP and BMP?
Why we are not keeping EJB class file in war
Already we have http session in servlets.
Which deployment descriptor used in struts?
What is deployment descriptor
What are the different algorithms used for clustering?
What is EJB Query Language?
Is stateful session beans are scalable?
What is abstract schema ?
Is Decorator an EJB design pattern
What is the life cycle of Stateless session bean?
Does Stateful Session bean support instance pooling?
Can I map more than one table in a CMP?
Can a Session Bean be defined without EJB Create() method?
What is the difference between sendRedirect() and
What is an EJB Context?
What is EJB architecture (components)
What is the difference between EJB and J2EE ?
What is the difference between normal Java object and EJB?
When you will chose Stateful session bean and Stateless session bean?
What is difference between Servlet and JSP ?
What is CMR ?
What is the lifecycle of Entity Bean?
What are simple rules that a Primary key class has to follow?
Without home and remote interfaces cant we implement ejb?
What is the difference between EJB Create() and EJB PostCreate()
What are advantages and disadvantages of CMP and BMP
How do I know what the developer named the bean?
What is the life cycle of MDB
What is IIOP ?
What is the importance of the Narrow class in RMI?
What is the difference between local interface and remote interface
When we use abstract class and interface ?
What is the difference between ejbStore() and ejbLoad()
How we deploy in weblogic?
What are the optional clauses in EJB QL?
What is the difference between session context
How to invoke Servlet from EJB components?
How to achieve clustering and connection pooling in ejb
What is the difference between interface and abstract class?
Why java is system independent?
What is deployment descriptor?
How do you check whether the session is active in
What is Entity Bean. What are the various types of Entity Bean
Who makes the EJB Object class?
What are the call back methods in Entity bean?
What is default state of session bean in a ejbjar.xml
What is Message Driven Bean
What is business delicate ? Use ? and what is session
What is the need of two Objects i.e EJB Home object
Is stateless Session bean create() method contains
Can I use session beans and hibernate (instead of entity beans)
What is the difference synchronized block and normal block?
What is session synchronization in EJB
What is Message Driven Bean?
What is the difference between EAR, JAR and WAR file?
What is the difference between sessioncontext and entitycontext
What is local interface. How values will be passed?
What is the use of using session facade design pattern in EJB'S?
Is instance pooling necessary for entity beans?
What is the default transaction attribute in transactions ?
Can we use instance variables in Stateless session beans
What are the various transaction attributes and differences
How Non Java Client access EJB.
Which are features in EJB 2.0 ? and which are features in EJB 3.0?
What is request dispatcher?
What is the difference between EJB Store() and EJB Load()?
What are web services?
Can undefined primary keys are possible with Entity beans
What happens when an interface extends another interface?
How many EJB Objects are created for a Bean
What is Entity Bean. What are the various types of Entity Bean?
Can I develop an Entity Bean without implementing the create
What is the life cycle of Stateful session bean
What is the difference between optimistic locking and pessimistic locking
Give a scenario where you have used stateless session beans
What is return type of create method of an entity bean
What is the use of activate, passivate methods in EJB?
What is the difference between Java Bean and EJB?
what is the difference between HTTP Session and Stateful
Can I invoke Runtime.gc() in an EJB?
Can I develop an Entity Bean without implementing the create
When two entity beans are said to be identical
How to configure the jdbc driver in welogic server
What is design pattern ? use ?
How do J2EE application servers in general and the Weblogic
What is the difference between distributed transactions
How will you propagate exception thrown inside session
What are the services provided by container?
What are the file used in hibernate?
What is ejbdoc? Difference between connector, server, container?
What is meant by Serialization and Externalization?
If i throw a custom Application Exception from a business method
What is the difference between EJB and RMI
How can we call CMP ?
What is the difference between find and select methods in EJB?
What is Session Bean. What are the various types of Session Bean
Is it possible to share an Http Session between a JSP and EJB
What are the various isolation levels in a transaction
What is the difference between JNDI context
What is difference between EJB 1.1 and EJB 2.0
What are the call back methods in Entity bean
How Non Java Client access EJB.
What is static block?
What kind of bean (entity/session) will you use if there
How to transfer a bulk amount of tabular data from a JSP page
Without using entity beans can we do database transactions?
With EJB 1.1 specs, why is unsetSessionContext
If session has thrown Application Exception would
Why are ejbActivate() and ejb Passivate() included
What is local interface
How EJBQL are implemented when it is necessary?
How stateful session bean remembers it's client state
Why we need the transactions?
What is difference between EJB 1.1 and EJB 2.0?
What is the difference between Stateful session bean and Stateless session bean?
Why does EJB needs two interfaces (Home and Remote Interface)
What are simple rules that a Primary key class has to follow ?
What is the difference between EAR, JAR and WAR file ?
What is ACID?
How is Stateful Session bean maintain their states with client?
What is the difference between ejbCreate() and ejbPostCreate
What is Instance pooling ?
How garbage collector works
Why an Message call in Message-driven bean is always a seperate transaction?
Is it possible to invoke multiple Session beans from one Session
When you will chose CMP and BMP?
What is handle in EJB?
How to implement an entity bean which the Primary Key is an auto numeric?
What is Instance pooling?
Does stateless Session bean create() method contain any parameters?
What is parent class of Hashtable?
What is EJB ?
Does each stateless session bean have its own EJB object?
What are the call back methods in Session bean
When should we use session bean/entity bean?
What is the main use of using interface?
How to insert new row and link like Edit and Delete
Can we use session beans & entity beans in single application?
What is lazy loading ?
Why don't stateful session beans have a pool?
What is the difference between CMP 1.1 and CMP 2.0
How many EJB Objects are created for a Bean?
What is the difference between CMP and BMP?
Why we are not keeping EJB class file in war
Already we have http session in servlets.
Which deployment descriptor used in struts?
What is deployment descriptor
What are the different algorithms used for clustering?
What is EJB Query Language?
Is stateful session beans are scalable?
What is abstract schema ?
Is Decorator an EJB design pattern
What is the life cycle of Stateless session bean?
Does Stateful Session bean support instance pooling?
Can I map more than one table in a CMP?
Can a Session Bean be defined without EJB Create() method?
What is the difference between sendRedirect() and
What is an EJB Context?
What is EJB architecture (components)
What is the difference between EJB and J2EE ?
What is the difference between normal Java object and EJB?
When you will chose Stateful session bean and Stateless session bean?
What is difference between Servlet and JSP ?
What is CMR ?
What is the lifecycle of Entity Bean?
What are simple rules that a Primary key class has to follow?
Without home and remote interfaces cant we implement ejb?
What is the difference between EJB Create() and EJB PostCreate()
What are advantages and disadvantages of CMP and BMP
How do I know what the developer named the bean?
What is the life cycle of MDB
What is IIOP ?
What is the importance of the Narrow class in RMI?
What is the difference between local interface and remote interface
When we use abstract class and interface ?
What is the difference between ejbStore() and ejbLoad()
How we deploy in weblogic?
What are the optional clauses in EJB QL?
What is the difference between session context
How to invoke Servlet from EJB components?
How to achieve clustering and connection pooling in ejb
What is the difference between interface and abstract class?
Why java is system independent?
What is deployment descriptor?
How do you check whether the session is active in
What is Entity Bean. What are the various types of Entity Bean
Who makes the EJB Object class?
What are the call back methods in Entity bean?
What is default state of session bean in a ejbjar.xml
What is Message Driven Bean
What is business delicate ? Use ? and what is session
What is the need of two Objects i.e EJB Home object
Is stateless Session bean create() method contains
Can I use session beans and hibernate (instead of entity beans)
What is the difference synchronized block and normal block?
What is session synchronization in EJB
What is Message Driven Bean?
What is the difference between EAR, JAR and WAR file?
What is the difference between sessioncontext and entitycontext
What is local interface. How values will be passed?
What is the use of using session facade design pattern in EJB'S?
Is instance pooling necessary for entity beans?
What is the default transaction attribute in transactions ?
Can we use instance variables in Stateless session beans
What are the various transaction attributes and differences
How Non Java Client access EJB.
Which are features in EJB 2.0 ? and which are features in EJB 3.0?
What is request dispatcher?
What is the difference between EJB Store() and EJB Load()?
What are web services?
Can undefined primary keys are possible with Entity beans
What happens when an interface extends another interface?
How many EJB Objects are created for a Bean
What is Entity Bean. What are the various types of Entity Bean?
Can I develop an Entity Bean without implementing the create
What is the life cycle of Stateful session bean
What is the difference between optimistic locking and pessimistic locking
Give a scenario where you have used stateless session beans
What is return type of create method of an entity bean
What is the use of activate, passivate methods in EJB?
What is the difference between Java Bean and EJB?
what is the difference between HTTP Session and Stateful
Can I invoke Runtime.gc() in an EJB?
Can I develop an Entity Bean without implementing the create
When two entity beans are said to be identical
How to configure the jdbc driver in welogic server
What is design pattern ? use ?
How do J2EE application servers in general and the Weblogic
What is the difference between distributed transactions
How will you propagate exception thrown inside session
What are the services provided by container?
What are the file used in hibernate?
What is ejbdoc? Difference between connector, server, container?
What is meant by Serialization and Externalization?
If i throw a custom Application Exception from a business method
What is the difference between EJB and RMI
How can we call CMP ?
What is the difference between find and select methods in EJB?
What is Session Bean. What are the various types of Session Bean
Is it possible to share an Http Session between a JSP and EJB
What are the various isolation levels in a transaction
What is the difference between JNDI context
What is difference between EJB 1.1 and EJB 2.0
What are the call back methods in Entity bean
How Non Java Client access EJB.
What is static block?
What kind of bean (entity/session) will you use if there
How to transfer a bulk amount of tabular data from a JSP page
Without using entity beans can we do database transactions?
With EJB 1.1 specs, why is unsetSessionContext
If session has thrown Application Exception would
Why are ejbActivate() and ejb Passivate() included
What is local interface
How EJBQL are implemented when it is necessary?
How stateful session bean remembers it's client state
Why we need the transactions?
What is difference between EJB 1.1 and EJB 2.0?
What is the difference between Stateful session bean and Stateless session bean?
Why does EJB needs two interfaces (Home and Remote Interface)
What are simple rules that a Primary key class has to follow ?
What is the difference between EAR, JAR and WAR file ?
What is ACID?
How is Stateful Session bean maintain their states with client?
What is the difference between ejbCreate() and ejbPostCreate
What is Instance pooling ?
How garbage collector works
Why an Message call in Message-driven bean is always a seperate transaction?
Is it possible to invoke multiple Session beans from one Session
When you will chose CMP and BMP?
What is handle in EJB?
How to implement an entity bean which the Primary Key is an auto numeric?
What is Instance pooling?
Does stateless Session bean create() method contain any parameters?
What is parent class of Hashtable?
What is EJB ?
-> Websphere - Interview Questions
Websphere
What is a server?
What are deployment descriptors?
What are the different application servers and
How to deploy web/jar files in Web logic or tomcat
How to choose web sphere other than any
What is the difference between Weblogic and
What is the difference between Web Server and
What is the differences between web sphere 4.0,5.0
What is the use of web logic and web sphere?
How to implement JDBC-ODBC bridge driver (Type 1)
What is a server?
What are deployment descriptors?
What are the different application servers and
How to deploy web/jar files in Web logic or tomcat
How to choose web sphere other than any
What is the difference between Weblogic and
What is the difference between Web Server and
What is the differences between web sphere 4.0,5.0
What is the use of web logic and web sphere?
How to implement JDBC-ODBC bridge driver (Type 1)
-> JAVA Interview Questions
JAVA
What is the Set interface?
What is casting?
How can we create a borderless window?
What is inheritance?
What is a constructor?
Can we define a variable in an interface ?and what
What is mean by garbage collection?
What is a string?
What is the ResourceBundle?
What is the difference between a Choice and a List?
What are abstract classes?
Any user-defined exception class is a subclass
What are access modifiers?
What is the difference between while statement
What is the range of the char type?
How can you use PreparedStatement?
What is the preferred size of a component?
Does a class inherit the constructors of it's super class?
Is it possible to use few methods of an interface
What is the method available for setting the priority?
What is the difference between prefix and postfix
What is a literal?
What is the difference between ‘Exception’ and ‘error’ in java?
How many threads at a time can access a monitor?
Is a class a subclass of itself?
What are difference between break and continue?
What is meant by variable?
What are the steps involved in establishing a connection?
What is the default layouts for a applet, a frame
The CheckboxGroup class is a subclass of the
When can subclasses not access superclass members?
How many concrete classes can you have inside
What are packages ? what is use of packages ?
What is an example of polymorphism?
What is calling method?
What is static variable?
How do you assign values to variables?
Which java.util classes and interfaces support
Can we create a non-resizable windows? If so, how?
What modifiers may be used with an inner class
How many Exceptions we can define in ‘throws’
When a program does not want to handle exception,
What is the signature of the constructor of a thread class?
Which cast must be used to cast an object to another class?
What are the values of x and z?
What is the value of a[3] as the result of the following
What is the argument type of program’s main( )
How to Make Updates to Updatable Result Sets?
How are Observer Interface and Observable class,
Which method can be used to enable/disable
What are the subclasses of the Container class?
What restrictions are placed on method overloading?
What is the ‘finally’ block?
All standard classes of Java are included within
What is difference between importing "java.applet
What are all the values for the following level?
The this reference is used in conjunction with ___methods.
Can a for statement loop indefintely?
What is the % operator?
How are the variables declared?
What setAutoCommit does?
What is the Hashtable class?
Which containers use a Border Layout as their
Which Component subclass is used for drawing
Can an abstract class may be final?
How to declare an interface example?
What is interface? What is use of interface?
What modifiers may be used with top-level class?
How can class be imported to a program?
Is &&= a valid operator?
How do you declare an array?
What are the three OOPs principles and define them?
How can you create JDBC statements?
What is the Vector class?
What are the SubClass of Textcomponent Class?
Which methods are used to destroy the objects
What is the mechanisam defind by java for the
You would use the ____ operator to create a single
What are the programming constructs?
What are default values of different primitive types?
What are the kinds of variables in Java? What
How can you load the drivers?
How do you change the current layout manager for
What are the types of Checkboxes and what
Which constructor creates a TextArea with 10
An interface contains __ methods
What are the advantages of inheritance?
Can anonymous classes be implemented an interface?
Only subclasses of ______class may be caught or thrown.
The word synchronized can be used with only
What are all the methods available in the
Which keyword is used to create an instance of a class?
Can a byte object be cast to a double value ?
How many types of literals are there?
What declarations are required for every Java
How can you retrieve data from the ResultSet?
Can null value be added to a List?
Which method is method to set the layout of
How can the Checkbox class be used to create
What must a class do to implement an interface?
Can we have catch block with out try block?
Name interfaces without a method?
Is it is necessary to implement all methods in
What is the procedure to own the moniter by
What are different modifiers?
What is the result of expression 5.45 + "3,2"?
What are different comments?
Does java provide standard iterator functions
What is the difference between a MenuItem
All the componenet classes and container classes
How super() used with constructors?
Which keyword is used to inherit a class?
All the classes in a package can be simultaneously
What is meant by daemon thread? In java runtime, what is it's role?
What are all the methods available in the Thread class?
When may a constructor be called without specifying
Which method is used to garbage collect an object?
What are operators and what are the various types
What output is displayed as the result of executing
How to Retrieve Warnings?
What is the Properties class?
Which layout should you use to organize the
Which object is needed to group Checkboxes
What is meant by Controls and what are different
Which is used to execute any method of the
Can variables be declared in an interface ? If so,
A _______ is used to separate the hierarchy
Which method waits for the thread to die ?
What are the two types of multitasking?
If no input parameters are specified in a method
What are order of precedence and associativity?
Which operator is to create and concatenate string?
What is the difference between constructor
How can you make the connection?
How do you indicate where a component will be
Which components are used to get text input
What Checkbox method allows you to tell if a
What restrictions are placed on method overriding?
Which methods in the Object class are declared
What is the difference between superclass & subclass?
How do you achieve multiple inheritance in Java?
What is difference between interface and an
Garbage collector thread belongs to which priority?
What is the unit for 1000 in the below statement?
What is meant by "Passing by value" and "
What are methods and how are they defined?
Which Java operator is right associativity?
What is final varaible?
What are variable types?
What is the return type of program’s main( )
How can you Move the Cursor in Scrollable
What is Dictionary class?
How are the elements of different layouts organized?
What is the difference between a Scollbar and
Which class does begin Java class hierarchy?
What is ‘Resource leak’?
What do you understand by package access specifier?
What is meant by timeslicing or time sharing?
When must the main class and the file name
What are the Logical operators?
What is a compilation unit?
How to call a Strored Procedure from JDBC?
Which is a dual state menu item?
What methods are used to get and set the text label
Can we declare variable inside a method as
What are the possible access modifiers when
The catch clause of the user-defined exception class
What is the default thread at the time of starting
What are all the methods used for Inter Thread
Which method is used to determine the class of an object?
What is the value of 111 % 13?
What is an array?
Which characters are as first characters of
What are the different types of Statements?
What are the immediate super classes of the
Which method is used to call the constructors
Can you define a variable inside an Interface.
What are all the four states associated in the thread?
What are the two ways to create the thread?
What are the functions of the dot(.) operator?
What are the values of x and y ?
What are primitive data types?
What are the two parts in executing a Java
What Class.forName will do while loading drivers?
How do we specify where a window is to be placed?
Which method is used to set the text of a Label object?
What is the difference between ‘throw’ and
The main subclass of the Exception class is _______ class.
What is the data type for the parameter of the
How can class be imported from a package to
How do we change the values of the elements
What is the use of bin and lib in JDK?
How can we get all public methods of an object
Which containers use a Flow Layout as their
How this() is used with constructors?
What will happen to the Exception object after
Which is the default access modifier for an interface
What is the data type for the method isAlive()
Which cast must be used to convert a larger
What are identifiers and what is naming convention?
Can a double value be cast to a byte?
What is DHCP?
What is an I/O filter?
What are the Component subclasses that support painting.
What is AppletStub Interface?
How do you concatenate Strings?
What are the Applet’s Life Cycle methods? Explain them?
What are E and PI?
How do I make a connection to URL?
The ________ method helps in clearing the buffer.
String is a wrapper class?
What is the difference between URL instance
What class is the top of the AWT event hierarchy?
What is Serialization and deserialization?
You execute the code below in an empty directory
Is it possible to get the Local host IP?
How many types of events are provided by AWT?
The tag contains two attributes
What value does read( ) return when it has reached
What is the purpose of the System class?
What are the two important TCP Socket classes?
What is the Proxy Server?
A __________ is an object that originates or "fire" events.
What tags are mandatory when creating HTML
What is meant by StreamTokenizer?
What are the interfaces defined by java.lang?
What is the servlet?
What is SMTP?
What does the following code draw?
What is the Servlet Interfcae?
What's the Factory Method?
How would you set the color of a graphics context
Passing values to parameters is done in the
What is the difference between the Font and
What are the steps involved in Applet development?
How many bits are used to represent Unicode, ASCII,
What are the constants defined by both Flaot
In OSI N/w architecture, the dialogue control
The event listener corresponding to handling
What is the highest-level event class of the event
How do I select a URL from my Applet and send
What is the difference between the Reader/Writer
What are wrapper classes?
What are the advantages using servlets than using CGI?
What Transport Layer does?
What event results from the clicking of a button?
Can applets on different pages communicate
What interface must an object implement before it can
What is the difference between String and String
What information is needed to create a TCP Socket?
What are the methods to be used to set foreground
What is the advantage of the event-delegation
How do I determine the width and height of my
What is the difference between the File and
What is meant by Stream and what are the types
What are the uses of to Lowercase( ) and to
What information that the Servlet Request interface
What’s the difference between TCP and UDP?
What are the types of mouse event listeners?
What is the sequence for calling the methods
It is essential to have both the .java file and
How do you create a Reader object from an
What will happen if you attempt to compile and
Which method can be used to obtain the length
What information that the Servlet Response interface
When MalformedURLException and
What is relationship between the Canvas class and
What is the purpose of the enableEvents( ) method?
What is the purpose of the File class?
Which method can be used to find out the total
How HTTP Servlet handles client requests?
Which pakage provides interfaces and classes for
In OSI N/W Architecture, the routing is performed by ______
What does the following paint( ) method draw?
Low-level event : A low-level event is the one that
What interface is extended by AWT event listeners?
How can I arrange for different applets on a web
What is the purpose of the Runtime class?
What is the output of the following program?
Which package does define String and String
What is the servlet Lifecycle?
What are the uses of Servlets?
The API doesn't list any constructors for InetAddress-
What code would you use to construct a 24-point
What is the relationship between an event-listener
What are the Applet’s information methods?
What is an Applet? Should applets have constructors?
What class allows you to read objects directly from a stream?
What are the constants defined by Byte, Short
Which method can be used to set the length of the
When a servlet accepts a call from a client, it receives
What Is a Socket?
What are the seven layers of OSI model?
What is the difference between the paint( ) and
The code below draws a line. What color is the line?
Semantic event : Semantic event is defined at
In which package are most of the AWT events
When an applet is terminated, the following sequence
Applet’s getParameter( ) method can be used to
How do Applets differ from Applications?
What value does readLine( ) return when it has
Which method is used to calculate the absolute
If you run the code below, what gets printed out?
What is the use of valueOf( ) method?
What is the difference between String and StringBuffer (*) ?
What is Synchronization in threads ?
What is the difference between Comparable and Comparator ?
What is anonymous class ?
Java Technologies, JAVA - Interview Questions, What is the difference between Reader
Java Technologies, JAVA - Interview Questions, What is the difference between Reader/Writer classes
What is the difference between Reader/Writer classes ?
What is final class ?
What is the difference between InputStream/ Outputstream classes ?
What is the purpose of finalization ?
What is innerclass ?
What is the difference between paint() and repaint() methods ?
What is JVM ?
What is the difference between final, finally and finalized (*) ?
What is Datagram Socket ?How will you create a connection ?
What is the difference between yielding and sleeping ?
What is the difference between Hashmap and Hashtable (*) ?
What is JNI ?
What are the various Collection classes available ? (*)
What is Socket ? How will you create a connection ?
What are the various layouts available ? What is the difference between them ?
What is JAR file ?
What is the difference between preemptive scheduling and time slicing ?
What is abstract method
What is the difference between Vector, Array and Arraylist (*) ?
Which Collection class is used for LIFO in Java ?
What is Singleton class ?
What is Java Mail ?
When should I used notify() and notifyall() methods on threads ?
What is the difference between exception and error ?
What is native method ?
Can the abstract class be final ?
What is the difference between List, Set and Map (*) ?
What is Collection ?
What is the difference between overloading and overriding ?
What is the command to know which version of java you are using ?
What is the difference between Observable and Observer ?
What is static class ?
What is the difference between Eventlistener and Eventadapter ?
What is the difference between Eventlistener and Eventadapter ?
Which Collection class is used for FIFO in Java ?
What is Serialization and Deserialization ?
What are wrapper classes ?
What is the difference between applet and application ?
Can we add Hashtable/ HashMap to a vector ?
What is the difference between Abstract class and Interface (*) ?
What is final method ?
What is Reflection ? Uses of Reflection ?
What is the difference between static and non-static variables ?
How do you handle events in Java ?
What is the difference between Classpath and Import ?
What is final variable ?
What is the life cycle of an applet ?
What is class loader ?
What is the difference between Delegation event model
What is the difference between Iterator and Enumeration ?
What is casting ?
What is the difference between HashMap and TreeMap ? (*)
What is garbage collection ?
What is transient variable ?
What is the difference between ?equals and ==
What is the difference between File and Random File Access classes ?
What is the difference between applet and swing ?
What is Server Socket ? How will you create a connection ?
What is static variable ?
What is the functionality of try, catch and finally blocks (*) ?
What is the difference between wait(), join(), sleep(),
What are the various access modifiers in Java ?
What is the difference between function synchronization
What are the various ways of creating a thread
What is the Set interface?
What is casting?
How can we create a borderless window?
What is inheritance?
What is a constructor?
Can we define a variable in an interface ?and what
What is mean by garbage collection?
What is a string?
What is the ResourceBundle?
What is the difference between a Choice and a List?
What are abstract classes?
Any user-defined exception class is a subclass
What are access modifiers?
What is the difference between while statement
What is the range of the char type?
How can you use PreparedStatement?
What is the preferred size of a component?
Does a class inherit the constructors of it's super class?
Is it possible to use few methods of an interface
What is the method available for setting the priority?
What is the difference between prefix and postfix
What is a literal?
What is the difference between ‘Exception’ and ‘error’ in java?
How many threads at a time can access a monitor?
Is a class a subclass of itself?
What are difference between break and continue?
What is meant by variable?
What are the steps involved in establishing a connection?
What is the default layouts for a applet, a frame
The CheckboxGroup class is a subclass of the
When can subclasses not access superclass members?
How many concrete classes can you have inside
What are packages ? what is use of packages ?
What is an example of polymorphism?
What is calling method?
What is static variable?
How do you assign values to variables?
Which java.util classes and interfaces support
Can we create a non-resizable windows? If so, how?
What modifiers may be used with an inner class
How many Exceptions we can define in ‘throws’
When a program does not want to handle exception,
What is the signature of the constructor of a thread class?
Which cast must be used to cast an object to another class?
What are the values of x and z?
What is the value of a[3] as the result of the following
What is the argument type of program’s main( )
How to Make Updates to Updatable Result Sets?
How are Observer Interface and Observable class,
Which method can be used to enable/disable
What are the subclasses of the Container class?
What restrictions are placed on method overloading?
What is the ‘finally’ block?
All standard classes of Java are included within
What is difference between importing "java.applet
What are all the values for the following level?
The this reference is used in conjunction with ___methods.
Can a for statement loop indefintely?
What is the % operator?
How are the variables declared?
What setAutoCommit does?
What is the Hashtable class?
Which containers use a Border Layout as their
Which Component subclass is used for drawing
Can an abstract class may be final?
How to declare an interface example?
What is interface? What is use of interface?
What modifiers may be used with top-level class?
How can class be imported to a program?
Is &&= a valid operator?
How do you declare an array?
What are the three OOPs principles and define them?
How can you create JDBC statements?
What is the Vector class?
What are the SubClass of Textcomponent Class?
Which methods are used to destroy the objects
What is the mechanisam defind by java for the
You would use the ____ operator to create a single
What are the programming constructs?
What are default values of different primitive types?
What are the kinds of variables in Java? What
How can you load the drivers?
How do you change the current layout manager for
What are the types of Checkboxes and what
Which constructor creates a TextArea with 10
An interface contains __ methods
What are the advantages of inheritance?
Can anonymous classes be implemented an interface?
Only subclasses of ______class may be caught or thrown.
The word synchronized can be used with only
What are all the methods available in the
Which keyword is used to create an instance of a class?
Can a byte object be cast to a double value ?
How many types of literals are there?
What declarations are required for every Java
How can you retrieve data from the ResultSet?
Can null value be added to a List?
Which method is method to set the layout of
How can the Checkbox class be used to create
What must a class do to implement an interface?
Can we have catch block with out try block?
Name interfaces without a method?
Is it is necessary to implement all methods in
What is the procedure to own the moniter by
What are different modifiers?
What is the result of expression 5.45 + "3,2"?
What are different comments?
Does java provide standard iterator functions
What is the difference between a MenuItem
All the componenet classes and container classes
How super() used with constructors?
Which keyword is used to inherit a class?
All the classes in a package can be simultaneously
What is meant by daemon thread? In java runtime, what is it's role?
What are all the methods available in the Thread class?
When may a constructor be called without specifying
Which method is used to garbage collect an object?
What are operators and what are the various types
What output is displayed as the result of executing
How to Retrieve Warnings?
What is the Properties class?
Which layout should you use to organize the
Which object is needed to group Checkboxes
What is meant by Controls and what are different
Which is used to execute any method of the
Can variables be declared in an interface ? If so,
A _______ is used to separate the hierarchy
Which method waits for the thread to die ?
What are the two types of multitasking?
If no input parameters are specified in a method
What are order of precedence and associativity?
Which operator is to create and concatenate string?
What is the difference between constructor
How can you make the connection?
How do you indicate where a component will be
Which components are used to get text input
What Checkbox method allows you to tell if a
What restrictions are placed on method overriding?
Which methods in the Object class are declared
What is the difference between superclass & subclass?
How do you achieve multiple inheritance in Java?
What is difference between interface and an
Garbage collector thread belongs to which priority?
What is the unit for 1000 in the below statement?
What is meant by "Passing by value" and "
What are methods and how are they defined?
Which Java operator is right associativity?
What is final varaible?
What are variable types?
What is the return type of program’s main( )
How can you Move the Cursor in Scrollable
What is Dictionary class?
How are the elements of different layouts organized?
What is the difference between a Scollbar and
Which class does begin Java class hierarchy?
What is ‘Resource leak’?
What do you understand by package access specifier?
What is meant by timeslicing or time sharing?
When must the main class and the file name
What are the Logical operators?
What is a compilation unit?
How to call a Strored Procedure from JDBC?
Which is a dual state menu item?
What methods are used to get and set the text label
Can we declare variable inside a method as
What are the possible access modifiers when
The catch clause of the user-defined exception class
What is the default thread at the time of starting
What are all the methods used for Inter Thread
Which method is used to determine the class of an object?
What is the value of 111 % 13?
What is an array?
Which characters are as first characters of
What are the different types of Statements?
What are the immediate super classes of the
Which method is used to call the constructors
Can you define a variable inside an Interface.
What are all the four states associated in the thread?
What are the two ways to create the thread?
What are the functions of the dot(.) operator?
What are the values of x and y ?
What are primitive data types?
What are the two parts in executing a Java
What Class.forName will do while loading drivers?
How do we specify where a window is to be placed?
Which method is used to set the text of a Label object?
What is the difference between ‘throw’ and
The main subclass of the Exception class is _______ class.
What is the data type for the parameter of the
How can class be imported from a package to
How do we change the values of the elements
What is the use of bin and lib in JDK?
How can we get all public methods of an object
Which containers use a Flow Layout as their
How this() is used with constructors?
What will happen to the Exception object after
Which is the default access modifier for an interface
What is the data type for the method isAlive()
Which cast must be used to convert a larger
What are identifiers and what is naming convention?
Can a double value be cast to a byte?
What is DHCP?
What is an I/O filter?
What are the Component subclasses that support painting.
What is AppletStub Interface?
How do you concatenate Strings?
What are the Applet’s Life Cycle methods? Explain them?
What are E and PI?
How do I make a connection to URL?
The ________ method helps in clearing the buffer.
String is a wrapper class?
What is the difference between URL instance
What class is the top of the AWT event hierarchy?
What is Serialization and deserialization?
You execute the code below in an empty directory
Is it possible to get the Local host IP?
How many types of events are provided by AWT?
The tag contains two attributes
What value does read( ) return when it has reached
What is the purpose of the System class?
What are the two important TCP Socket classes?
What is the Proxy Server?
A __________ is an object that originates or "fire" events.
What tags are mandatory when creating HTML
What is meant by StreamTokenizer?
What are the interfaces defined by java.lang?
What is the servlet?
What is SMTP?
What does the following code draw?
What is the Servlet Interfcae?
What's the Factory Method?
How would you set the color of a graphics context
Passing values to parameters is done in the
What is the difference between the Font and
What are the steps involved in Applet development?
How many bits are used to represent Unicode, ASCII,
What are the constants defined by both Flaot
In OSI N/w architecture, the dialogue control
The event listener corresponding to handling
What is the highest-level event class of the event
How do I select a URL from my Applet and send
What is the difference between the Reader/Writer
What are wrapper classes?
What are the advantages using servlets than using CGI?
What Transport Layer does?
What event results from the clicking of a button?
Can applets on different pages communicate
What interface must an object implement before it can
What is the difference between String and String
What information is needed to create a TCP Socket?
What are the methods to be used to set foreground
What is the advantage of the event-delegation
How do I determine the width and height of my
What is the difference between the File and
What is meant by Stream and what are the types
What are the uses of to Lowercase( ) and to
What information that the Servlet Request interface
What’s the difference between TCP and UDP?
What are the types of mouse event listeners?
What is the sequence for calling the methods
It is essential to have both the .java file and
How do you create a Reader object from an
What will happen if you attempt to compile and
Which method can be used to obtain the length
What information that the Servlet Response interface
When MalformedURLException and
What is relationship between the Canvas class and
What is the purpose of the enableEvents( ) method?
What is the purpose of the File class?
Which method can be used to find out the total
How HTTP Servlet handles client requests?
Which pakage provides interfaces and classes for
In OSI N/W Architecture, the routing is performed by ______
What does the following paint( ) method draw?
Low-level event : A low-level event is the one that
What interface is extended by AWT event listeners?
How can I arrange for different applets on a web
What is the purpose of the Runtime class?
What is the output of the following program?
Which package does define String and String
What is the servlet Lifecycle?
What are the uses of Servlets?
The API doesn't list any constructors for InetAddress-
What code would you use to construct a 24-point
What is the relationship between an event-listener
What are the Applet’s information methods?
What is an Applet? Should applets have constructors?
What class allows you to read objects directly from a stream?
What are the constants defined by Byte, Short
Which method can be used to set the length of the
When a servlet accepts a call from a client, it receives
What Is a Socket?
What are the seven layers of OSI model?
What is the difference between the paint( ) and
The code below draws a line. What color is the line?
Semantic event : Semantic event is defined at
In which package are most of the AWT events
When an applet is terminated, the following sequence
Applet’s getParameter( ) method can be used to
How do Applets differ from Applications?
What value does readLine( ) return when it has
Which method is used to calculate the absolute
If you run the code below, what gets printed out?
What is the use of valueOf( ) method?
What is the difference between String and StringBuffer (*) ?
What is Synchronization in threads ?
What is the difference between Comparable and Comparator ?
What is anonymous class ?
Java Technologies, JAVA - Interview Questions, What is the difference between Reader
Java Technologies, JAVA - Interview Questions, What is the difference between Reader/Writer classes
What is the difference between Reader/Writer classes ?
What is final class ?
What is the difference between InputStream/ Outputstream classes ?
What is the purpose of finalization ?
What is innerclass ?
What is the difference between paint() and repaint() methods ?
What is JVM ?
What is the difference between final, finally and finalized (*) ?
What is Datagram Socket ?How will you create a connection ?
What is the difference between yielding and sleeping ?
What is the difference between Hashmap and Hashtable (*) ?
What is JNI ?
What are the various Collection classes available ? (*)
What is Socket ? How will you create a connection ?
What are the various layouts available ? What is the difference between them ?
What is JAR file ?
What is the difference between preemptive scheduling and time slicing ?
What is abstract method
What is the difference between Vector, Array and Arraylist (*) ?
Which Collection class is used for LIFO in Java ?
What is Singleton class ?
What is Java Mail ?
When should I used notify() and notifyall() methods on threads ?
What is the difference between exception and error ?
What is native method ?
Can the abstract class be final ?
What is the difference between List, Set and Map (*) ?
What is Collection ?
What is the difference between overloading and overriding ?
What is the command to know which version of java you are using ?
What is the difference between Observable and Observer ?
What is static class ?
What is the difference between Eventlistener and Eventadapter ?
What is the difference between Eventlistener and Eventadapter ?
Which Collection class is used for FIFO in Java ?
What is Serialization and Deserialization ?
What are wrapper classes ?
What is the difference between applet and application ?
Can we add Hashtable/ HashMap to a vector ?
What is the difference between Abstract class and Interface (*) ?
What is final method ?
What is Reflection ? Uses of Reflection ?
What is the difference between static and non-static variables ?
How do you handle events in Java ?
What is the difference between Classpath and Import ?
What is final variable ?
What is the life cycle of an applet ?
What is class loader ?
What is the difference between Delegation event model
What is the difference between Iterator and Enumeration ?
What is casting ?
What is the difference between HashMap and TreeMap ? (*)
What is garbage collection ?
What is transient variable ?
What is the difference between ?equals and ==
What is the difference between File and Random File Access classes ?
What is the difference between applet and swing ?
What is Server Socket ? How will you create a connection ?
What is static variable ?
What is the functionality of try, catch and finally blocks (*) ?
What is the difference between wait(), join(), sleep(),
What are the various access modifiers in Java ?
What is the difference between function synchronization
What are the various ways of creating a thread
-> Test Director Interview Questions
Test Director
How to import data from an excel sheet to Test director?
how to import data containing url from excel
What is use of business component in quality
Which tool is best to do Regression Testing?
What is meant by Test Lab in Test director?
what is defect management report and matrices
What does Test Grid contains ?
What is the difference between Master test plan
how many types of tabs in test director?
Why test director is called as defect
How can we split the tests in Test Director?
when did Test Director 8.0 has released?
How can we add requirements to test cases in Test director?
How to identify test cases with no scheduled test runs.
what is difference between the common and the
How many types of reports can be generated
What is Coverage status, what does it do?
How can we export multiple test cases from
How to create Users in MQC 8.2.
Why the tree in requirements and test plan
What is the use of Testgrid in TD?
Difference between TD 8.0(Test director) and
What is the main purpose of storing requirements
abbreviation for CHAT?
What is architecture?
Can we map the Defects directly to the requirements
How do i use QTP in TD?
What is Test Director's API execution tool(VAPI)?
How many versions are there in Test Director.
Use of filters in Test Director?
What is Business Process?
Can we export the files from Test director to Excel Sheet ?
What If you delete a test from Test Lab will it
What is the Purpose of Creating Child Requirement
How you integrated your automated scripts
What are the 3 views and what is the purpose
How many types winrunner can learn the objects?
Which architecture we can use in Implementation?
how do we attach excel sheet with test director?
How to upload test cases from excel into Test
can we upload test cases from an excel sheet into
How do we write test cases for IVR(internet voice response).
Explain about user authentication in TD related to OS?
Difference between WinRunner and Test Director?
In Test Director I have QTP main script which has
Does anyone know of any integrations between
How do I run reports from Test Director. Does anyone
Is there any procedure that we can associate
Hi this is the question asked in the interview.what
How can we save the tests Executed in test lab?
What is the use of Test Director software?
Difference between WEBINSPECT-QAINSPECT
Which tool would be best for automation of Dot
Explain the project tree in Test Director.
how to generate the graphs in Test Director
I use TestDirector 8.0 SP2 and I want to customize
How do we integrate QC 8.2 with QTP 9.0 ?
What is the main purpose to storing requirement in TD?
how do you integrate Perl or shell automation scripts in TD?
How do you ensure that there are duplication
How to create data driver wizard in QTP and how to
How to configure an Informatica workflow in Test Director
How to write a code for error handling in WinRunner
how to map requirements with testcases in testdirector?(urgent)
Can we add user defined fields to Test Director?
where are test cases stored in Test director?
Can we export testcases from excel sheet without
Explain about failure options in TD & where
how will you generate the defect ID in test director?
How do we genarate testcase thru TEST DIRECTOR?
In Quality center, when you email a defect, the subject
How Many Types tab in Testdirector and explain it
How to switch between two projects?
what is the procedure to upload certain number
How to export test cases from QTP into TD?
How to import data from an excel sheet to Test director?
how to import data containing url from excel
What is use of business component in quality
Which tool is best to do Regression Testing?
What is meant by Test Lab in Test director?
what is defect management report and matrices
What does Test Grid contains ?
What is the difference between Master test plan
how many types of tabs in test director?
Why test director is called as defect
How can we split the tests in Test Director?
when did Test Director 8.0 has released?
How can we add requirements to test cases in Test director?
How to identify test cases with no scheduled test runs.
what is difference between the common and the
How many types of reports can be generated
What is Coverage status, what does it do?
How can we export multiple test cases from
How to create Users in MQC 8.2.
Why the tree in requirements and test plan
What is the use of Testgrid in TD?
Difference between TD 8.0(Test director) and
What is the main purpose of storing requirements
abbreviation for CHAT?
What is architecture?
Can we map the Defects directly to the requirements
How do i use QTP in TD?
What is Test Director's API execution tool(VAPI)?
How many versions are there in Test Director.
Use of filters in Test Director?
What is Business Process?
Can we export the files from Test director to Excel Sheet ?
What If you delete a test from Test Lab will it
What is the Purpose of Creating Child Requirement
How you integrated your automated scripts
What are the 3 views and what is the purpose
How many types winrunner can learn the objects?
Which architecture we can use in Implementation?
how do we attach excel sheet with test director?
How to upload test cases from excel into Test
can we upload test cases from an excel sheet into
How do we write test cases for IVR(internet voice response).
Explain about user authentication in TD related to OS?
Difference between WinRunner and Test Director?
In Test Director I have QTP main script which has
Does anyone know of any integrations between
How do I run reports from Test Director. Does anyone
Is there any procedure that we can associate
Hi this is the question asked in the interview.what
How can we save the tests Executed in test lab?
What is the use of Test Director software?
Difference between WEBINSPECT-QAINSPECT
Which tool would be best for automation of Dot
Explain the project tree in Test Director.
how to generate the graphs in Test Director
I use TestDirector 8.0 SP2 and I want to customize
How do we integrate QC 8.2 with QTP 9.0 ?
What is the main purpose to storing requirement in TD?
how do you integrate Perl or shell automation scripts in TD?
How do you ensure that there are duplication
How to create data driver wizard in QTP and how to
How to configure an Informatica workflow in Test Director
How to write a code for error handling in WinRunner
how to map requirements with testcases in testdirector?(urgent)
Can we add user defined fields to Test Director?
where are test cases stored in Test director?
Can we export testcases from excel sheet without
Explain about failure options in TD & where
how will you generate the defect ID in test director?
How do we genarate testcase thru TEST DIRECTOR?
In Quality center, when you email a defect, the subject
How Many Types tab in Testdirector and explain it
How to switch between two projects?
what is the procedure to upload certain number
How to export test cases from QTP into TD?
-> Winrunner Interview Questions
Winrunner
How do you declare constants?
How you create user-defined functions and
What do you verify with the database check
How you created you test scripts 1) by recording
When it is appropriate to change physical
What is the purpose of load_dll?
How do you comment your script?
What is parameterizing?
How do you suppress a regular expression?
How do you record a data driven test?
What are data driven tests?
How do you filter the objects in the GUI map?
When you create GUI map do you record all
What are batch tests and how do you create
Why you use reload function?
What is a compile module?
Which TSL functions you will use for
What are the synchronization points?
How do you select multiple objects during
Explain Win Runner testing process?
How do you call windows APIs, explain with an example?
What is the purpose of tl_step command?
How do you handle pop-up exceptions?
What do you verify with the sync point for object
What do you verify with the GUI checkpoint for
How do you configure GUI map?
What actually happens when you load GUI map?
What are the different modes of recording?
What is the purpose of setting a break point?
How do you update your expected results?
What does in, out and input parameters means?
How do you write messages to the report?
What are the steps of creating a data driven test?
What do you verify with the sync point for screen area
In a situation when obligatory and optional both
How do you modify the logical name or the
What is the disadvantage of loading the GUI
How do you analyze results and report the defects?
How do you execute your tests from windows
Write and explain compile module?
What is the use of function generator?
Explain Get Text checkpoint from screen area
What do you verify with the bitmap check point
What are the virtual objects and how do you
How do you make the configuration and mappings
What different actions are performed by find
If the object does not have a name then what
Have you created test scripts and what is contained
What TSL function you will use to pause your script?
How do you load and unload external libraries?
What is the purpose of obligatory and optional
What is the purpose of the temp GUI map file?
How you integrated your automated scripts
How do you run your script with multiple sets
How do you declare arrays?
What is the difference between script and
Record a data driven test script using data
How do you create ODBC query?
How do you maintain the document information
What is the purpose of location indicator and
What is the purpose of regexp_label property
How do you load GUI map?
Have you performed debugging of the scripts?
What is the purpose of step, step into, step
What is the use of putting call and call_close
Explain the following TSL functions:
How do you convert a database file to a text file?
What do you verify with the GUI checkpoint
How do you handle custom objects?
What is the extension of gui map file?
What are the reasons that Win Runner fails
What is the purpose of Wdiff utility?
Where do you set up the search path for a
What check points you will use to read and check
What do you verify with the GUI checkpoint for
What is the purpose of return statement?
Write and explain various loop command?
What are the three modes of running the scripts?
How do you parameterize database check points?
What do you verify with the sync point for
What is a checkpoint and what are different
What is the purpose of GUI spy?
How do you find an object in a GUI map?
What is the different between GUI map and
How do you run your test scripts?
Explain different command line options?
Write TSL functions for the following interactive modes:
What does static and public class of a function means?
What is a command to invoke application?
How do you handle TSL exceptions?
Explain Get Text checkpoint from selection
How do you modify the expected results of a
How do you handle dynamically changing area
What is the purpose of different record methods
What is the purpose of GUI map configuration?
When do you feel you need to modify the
How do you unload the GUI map?
What is the purpose of loading Win Runner Add-Ins?
How does Win Runner recognize objects on
How do you monitor the value of the variables
How do you view and evaluate test results for
How do you declare external functions in TSL?
Which TSL function you will use to compare two files?
Write and explain decision making command?
Explain Get Text checkpoint web text checkpoint
How do you edit the expected value of an object?
What do you verify with the database checkpoint
What are the two modes of recording?
When the optional properties are learned?
How do you copy and move objects between
How do you view the contents of the GUI map?
How you used Win Runner in your project?
What is the use of Test Director Software?
How do you view the results of file comparison?
How do you call a function from external libraries (dll)?
Write and explain switch command?
How do you handle object exceptions?
How do you create parameterize SQL commands?
How do you handle ActiveX and Visual basic
What information is contained in the checklist
What is the name of custom class in WinRunner
How do you clear a GUI map files?
How do you identify which files are loaded
What do you mean by the logical name of the object?
What in contained in the GUI map?
What is a watch list?
How do you store and view batch test results?
How do you load and unload a compile module?
What is the use of treturn and texit statements
How do you handle unexpected events and errors?
Explain Get Text checkpoint from object/window
How do you edit checklist file and when do you
What do you verify with the bitmap checkpoint
How do you find out which is the start up file
How Win Runner handles varying window labels?
What is the purpose of set_window command?
How does Win Runner evaluate test results?
What is Synchronization?
What are the different modes in learning an
When a bitmap check is failed?
What are all captured in GUI Spy?
What are the different run modes?
Explain the Testing Process in WinRunner?
What are the prerequisites for running a test?
What is GUI Spy?
What is Context Sensitive Mode?
What is a User Interface test?
When Analog mode is to be chosen?
How does WinRunner identify GUI objects?
What is GUI Checkpoint?
What is the latest version of WinRunner?
What is Rapid Test Script Wizard?
What is a checklist?
What are the components of WinRunner?
How to add functions in Win Runner?
What is Analog mode?
Advantages of Automation Tools in Testing
When Context Sensitive mode is to be chosen?
What is the language used in WinRunner?
What is tl_step?
How to change synchronization options?
What are the different reocd modes?
How do you declare constants?
How you create user-defined functions and
What do you verify with the database check
How you created you test scripts 1) by recording
When it is appropriate to change physical
What is the purpose of load_dll?
How do you comment your script?
What is parameterizing?
How do you suppress a regular expression?
How do you record a data driven test?
What are data driven tests?
How do you filter the objects in the GUI map?
When you create GUI map do you record all
What are batch tests and how do you create
Why you use reload function?
What is a compile module?
Which TSL functions you will use for
What are the synchronization points?
How do you select multiple objects during
Explain Win Runner testing process?
How do you call windows APIs, explain with an example?
What is the purpose of tl_step command?
How do you handle pop-up exceptions?
What do you verify with the sync point for object
What do you verify with the GUI checkpoint for
How do you configure GUI map?
What actually happens when you load GUI map?
What are the different modes of recording?
What is the purpose of setting a break point?
How do you update your expected results?
What does in, out and input parameters means?
How do you write messages to the report?
What are the steps of creating a data driven test?
What do you verify with the sync point for screen area
In a situation when obligatory and optional both
How do you modify the logical name or the
What is the disadvantage of loading the GUI
How do you analyze results and report the defects?
How do you execute your tests from windows
Write and explain compile module?
What is the use of function generator?
Explain Get Text checkpoint from screen area
What do you verify with the bitmap check point
What are the virtual objects and how do you
How do you make the configuration and mappings
What different actions are performed by find
If the object does not have a name then what
Have you created test scripts and what is contained
What TSL function you will use to pause your script?
How do you load and unload external libraries?
What is the purpose of obligatory and optional
What is the purpose of the temp GUI map file?
How you integrated your automated scripts
How do you run your script with multiple sets
How do you declare arrays?
What is the difference between script and
Record a data driven test script using data
How do you create ODBC query?
How do you maintain the document information
What is the purpose of location indicator and
What is the purpose of regexp_label property
How do you load GUI map?
Have you performed debugging of the scripts?
What is the purpose of step, step into, step
What is the use of putting call and call_close
Explain the following TSL functions:
How do you convert a database file to a text file?
What do you verify with the GUI checkpoint
How do you handle custom objects?
What is the extension of gui map file?
What are the reasons that Win Runner fails
What is the purpose of Wdiff utility?
Where do you set up the search path for a
What check points you will use to read and check
What do you verify with the GUI checkpoint for
What is the purpose of return statement?
Write and explain various loop command?
What are the three modes of running the scripts?
How do you parameterize database check points?
What do you verify with the sync point for
What is a checkpoint and what are different
What is the purpose of GUI spy?
How do you find an object in a GUI map?
What is the different between GUI map and
How do you run your test scripts?
Explain different command line options?
Write TSL functions for the following interactive modes:
What does static and public class of a function means?
What is a command to invoke application?
How do you handle TSL exceptions?
Explain Get Text checkpoint from selection
How do you modify the expected results of a
How do you handle dynamically changing area
What is the purpose of different record methods
What is the purpose of GUI map configuration?
When do you feel you need to modify the
How do you unload the GUI map?
What is the purpose of loading Win Runner Add-Ins?
How does Win Runner recognize objects on
How do you monitor the value of the variables
How do you view and evaluate test results for
How do you declare external functions in TSL?
Which TSL function you will use to compare two files?
Write and explain decision making command?
Explain Get Text checkpoint web text checkpoint
How do you edit the expected value of an object?
What do you verify with the database checkpoint
What are the two modes of recording?
When the optional properties are learned?
How do you copy and move objects between
How do you view the contents of the GUI map?
How you used Win Runner in your project?
What is the use of Test Director Software?
How do you view the results of file comparison?
How do you call a function from external libraries (dll)?
Write and explain switch command?
How do you handle object exceptions?
How do you create parameterize SQL commands?
How do you handle ActiveX and Visual basic
What information is contained in the checklist
What is the name of custom class in WinRunner
How do you clear a GUI map files?
How do you identify which files are loaded
What do you mean by the logical name of the object?
What in contained in the GUI map?
What is a watch list?
How do you store and view batch test results?
How do you load and unload a compile module?
What is the use of treturn and texit statements
How do you handle unexpected events and errors?
Explain Get Text checkpoint from object/window
How do you edit checklist file and when do you
What do you verify with the bitmap checkpoint
How do you find out which is the start up file
How Win Runner handles varying window labels?
What is the purpose of set_window command?
How does Win Runner evaluate test results?
What is Synchronization?
What are the different modes in learning an
When a bitmap check is failed?
What are all captured in GUI Spy?
What are the different run modes?
Explain the Testing Process in WinRunner?
What are the prerequisites for running a test?
What is GUI Spy?
What is Context Sensitive Mode?
What is a User Interface test?
When Analog mode is to be chosen?
How does WinRunner identify GUI objects?
What is GUI Checkpoint?
What is the latest version of WinRunner?
What is Rapid Test Script Wizard?
What is a checklist?
What are the components of WinRunner?
How to add functions in Win Runner?
What is Analog mode?
Advantages of Automation Tools in Testing
When Context Sensitive mode is to be chosen?
What is the language used in WinRunner?
What is tl_step?
How to change synchronization options?
What are the different reocd modes?
-> Software Testing Interview Questions
Software Testing
What are all the scenarios to test a report ?
What did you do as a team leader?
What is meant by Fuzz testing?
What is difference between Volume & Stress?
How will you test a keyboard?
What is the difference between Regression testing and Retesting?
How to prepare traceability matrix?
What happens when a software tester makes wrong decision
How to write test cases for a search web page like google.
What is Test Bed?
How do you test telephone and include possible test cases.
What is defect leakage?
What is Risk Analysis?
How do u test a web link which is changing dynamically?
What is pilot testing ?
How to test Memory Leakage Manually?
What is latent bug?
What would be strategy to fix bugs in an unknown piece of code?
What is system testing and what are the different
What is Bug life cycle?
What is the difference between Functional Testing
When we know that testing is complete?
What is a use case ?
What is SDLC and STLC and the different phases of both?
How will you test a stapler?
What is Testing Decomposition?
How would you test a fast laser printer?
What is Build Interval Period?
What is the Difference between Retest
How will you write test cases for a code currently
What is the difference between bug and feature ?
What is bi-directional traceability matrix ?
Explain the concept of Regression Testing
What is meant by fault/bug density ?
What is the difference between Return and treturn?
Where we do the acceptance testing?
What is mean by data flow diagram?
Explain statement coverage?
What is the diff between Stress & Load Testing?
What are the flaws in water fall model and
What do we do when an extra functionality ?
What is mean by data flow diagram?
What is ERP Testing?
What is pairwise testing ?
What is the difference between System Testing
How do we know about the build we are going
What is virtual object in winrunner, use of it?
How can we do Database Testing?
What test you perform mostly? Regression or
What are the principles of software testing?
How to identify/find bugs in a test script?
What is difference between regression and retesting ?
What is the difference between the 'V' shape
What is the difference between the data flow
What is inspection, review ?
What are the functional parameters of software testing?
What is the difference between a use case
What is the role of tester in SDLC cycle
What are the major diff. between the Winrunner 6.0 and 7.0
What is the difference between the data flow
What happens when Software defects increase
What is open issue?
Explain steps for doing integration testing?
What is the difference between Test Methodology
What is acid testing?
What are all the procedures to conduct
What is the actual different between re-testing
What is traceability matrix
What is Test Scenario?
Why is a software project difficult to monitor
What is difference between v model and water fall model
What is open issue?
How will you test a newly installed elevator ?
If there are a lot of bugs to be fixed, which
What is the difference between Master Test
What will you be the broad categories of your test cases.
What are the different phases in SDLC ?
What is mean by software engineering ?
What are all the scenarios to test a report ?
What did you do as a team leader?
What is meant by Fuzz testing?
What is difference between Volume & Stress?
How will you test a keyboard?
What is the difference between Regression testing and Retesting?
How to prepare traceability matrix?
What happens when a software tester makes wrong decision
How to write test cases for a search web page like google.
What is Test Bed?
How do you test telephone and include possible test cases.
What is defect leakage?
What is Risk Analysis?
How do u test a web link which is changing dynamically?
What is pilot testing ?
How to test Memory Leakage Manually?
What is latent bug?
What would be strategy to fix bugs in an unknown piece of code?
What is system testing and what are the different
What is Bug life cycle?
What is the difference between Functional Testing
When we know that testing is complete?
What is a use case ?
What is SDLC and STLC and the different phases of both?
How will you test a stapler?
What is Testing Decomposition?
How would you test a fast laser printer?
What is Build Interval Period?
What is the Difference between Retest
How will you write test cases for a code currently
What is the difference between bug and feature ?
What is bi-directional traceability matrix ?
Explain the concept of Regression Testing
What is meant by fault/bug density ?
What is the difference between Return and treturn?
Where we do the acceptance testing?
What is mean by data flow diagram?
Explain statement coverage?
What is the diff between Stress & Load Testing?
What are the flaws in water fall model and
What do we do when an extra functionality ?
What is mean by data flow diagram?
What is ERP Testing?
What is pairwise testing ?
What is the difference between System Testing
How do we know about the build we are going
What is virtual object in winrunner, use of it?
How can we do Database Testing?
What test you perform mostly? Regression or
What are the principles of software testing?
How to identify/find bugs in a test script?
What is difference between regression and retesting ?
What is the difference between the 'V' shape
What is the difference between the data flow
What is inspection, review ?
What are the functional parameters of software testing?
What is the difference between a use case
What is the role of tester in SDLC cycle
What are the major diff. between the Winrunner 6.0 and 7.0
What is the difference between the data flow
What happens when Software defects increase
What is open issue?
Explain steps for doing integration testing?
What is the difference between Test Methodology
What is acid testing?
What are all the procedures to conduct
What is the actual different between re-testing
What is traceability matrix
What is Test Scenario?
Why is a software project difficult to monitor
What is difference between v model and water fall model
What is open issue?
How will you test a newly installed elevator ?
If there are a lot of bugs to be fixed, which
What is the difference between Master Test
What will you be the broad categories of your test cases.
What are the different phases in SDLC ?
What is mean by software engineering ?
-> ASP.NET2.0 Interview Questions
ASP.NET2.0
What is an assembly ?
Name some of the Microsoft Application Blocks. Have you used any? Which ones?
What is the difference between Dataset and Datareader?
What r the ASP.NET list controls and difference between them?
If we remove web.config or machine.config from the application
How do we Sort the data from a Dataset ?
What is the difference between Web User Control and Web Custom Control.
Which namespace is used by ADO.NET?
How do you create a permanent cookie ?
What is difference between OR and OR ELSE ?
What is event bubbling?
How do we get only edited/deleted/inserted records from a Dataset?
What are ASP.NET Web Forms?
What order do the events of an ASPX page execute
What is the difference between Dataset and Recordset.
What is IPostBack? How to use it?
What is the difference between Server.Transfer and Response.Redirect ?
What is delay signing?
Which DLL handles the request of .aspx page?
How can we implement a Identity (SQL Server) call in an asp.net page?
What is Preprocessor in .NET and type , where it use
What types of data validation events are commonly
Can you give an example of when it would be appropriate to
Difference between Friend and Protected Friend.
What is the difference between a defect and an enhancement?
What are the differences between client-side and server-side
What is an abstract class?
List of Words of Preprocessor in .NET ?
Which control would you use if you needed to make sure
What is DLL hell ?
What is difference between ASP State Management
Which method do you use to redirect the user to another
How would you get ASP.NET running in Apache web servers ?
Can a .NET web application consume Java web service ?
What is the transport protocol you use to call a Web service SOAP
What might be best suited to place in the Application
What is the root namespace for all types?
How does u call and execute asp in .NET ?
What does the "EnableViewState" property do? Why would I want it on or off?
What is CLR ?
How do u declare static variable and how it is declared and what is its lifetime ?
Which method do you invoke on the Data Adapter control
What is the difference between an ADO.NET Dataset
How Dataadapter.fill works?
Which namespace is used to get assembly details?
What is difference between abstract class and an interface?
Why Data reader is useful?
What is shadowing?
What base class do all Web Forms inherit from?
How can we pass information between 2 asp.net pages?
What is Viewstate?
How to enter same record twice in target table?
What is smoke testing ?
Which two properties are on every validation control?
What is the difference between inline and code behind ?
Microsoft Technologies, ASP.NET2.0 Interview Questions,
Which template must you provide, in order to display data in a Repeater control ?
What is versioning in .NET?
How do you turn off cookies for one page in your site ?
What are delegates ?
Describe session handling in a webfarm ?
How does VB.NET/C# achieve polymorphism?
Should validation occur server-side or client-side ?
What tag do you use to add a hyperlink column to the Data Grid?
How is a property designated as read-only?
What method do you use to explicitly kill a user s session ?
What is the life cycle of an asp.net page?
What are the disadvantages of viewstate /what are the benefits
Explain the differences between Server-side and Client-side code ?
What is difference between singleton and single call?
How to reduce the width of textbox in EditCommandColumn of DataGrid?
How can you provide an alternating color scheme in a Repeater control ?
Difference between Overriding and overloading ?
What is the standard you use to wrap up a call to a Web service
What are client activated objects and server activated objects ?
What is server infrastructure & Server components?
How to get particular record from the table in informatica?
Can you explain what inheritance is and an example of when you might use it ?
What type of code is found in a Code-Behind class ?
What are webservices ?
How do you call procedures in data stage?
How to create dynamic Grid view ?
How many classes can a single .NET DLL contain?
What is CLR?
What is .NET remoting ?
How to create primary key only on odd numbers?
How would you implement inheritance using VB.NET/C#?
How does session handling work ?
What does WSDL stand for ?
What is the difference between CLR & CTS
What are the limits of session handling ?
Where would you use an iHTTPModule, and what are the limitations of any
How to get the records starting with particular letter like A in informatica?
Which namespace is used for event log support ?
How to handle the exception occurred in catch block ?
Does data grid has a view state ?
Difference between remoting and web service in .net ?explain with an example
Can Dataset be stored in view state ?
What is the difference between server controls and html controls ?
How to create a permanent cookie
How will create Assemblies at run time ?
What is a view state ?
How to maintain View State of dynamically created user controls ?
How will create assemblies at run time ?
How to refresh the crystal report data from ASP.Net ?
What is AutoWiredUp=false in PAGE directive in ASP.NET ?
What is Reflection ?
What is the trace in ASP.NET
What is the difference between Custom Control and a User Control ?
How will you load dynamic assembly ?
What is the difference between Form Post and PostBack. ?
Why we need both server controls and html controls in asp.net ?
Can we use http handlers to upload a file in asp.net ?
What is the difference between inline coding & code behind.
Which class builds insert, update, delete columns for automatically ?
How we implement Web farm and Web Garden concept in ASP.NET ?
How to debug JavaScript or VBscript in .Net ?
What are different properties provided by Object-oriented systems ?
What is the significance of Request.MapPath( ) ?
What is the core difference between ASP and ASP.NET ?
How to show graphs in ASP .net ?
How to create components ?
How to fire the textchanged event of texbox inside the grid ?
What is the difference between datagrid and datareader ?
What is the difference between execute query and execute nonquery. ?
Differences between ASP and ASP.NET ?
How to maintain View State of dynamically created user controls ?
What is the difference between DataList and Repeater ?
Explain different properties of Object Oriented Systems ?
What is the difference between web.config and machine.config ?
What do you mean by authentication and authorization ?
What is the difference between Session and Cookies ?
What is the use of @ Register directives ?
Explain Assemblies ?
Explain the life cycle of an ASP .NET page ?
What is the exact purpose of http handlers and interfaces ?
What is the default size cache ?
How a grid can be made editable in ASP.Net ?
What is the xml role in ado.net architecture ?
What is the difference between datagrid and datalist ?
What is name space for xml in asp.net ?
How to compare an xml schema with xml schema ?
What are web parts ?
How do you know what version of IIS is being used by server ?
How to create a package for web application with components
What is the maximum number of cookies that can be allowed to a web site ?
How will you load dynamic assembly ?
What is the difference between Association, Aggregation and Inheritance
Where can we save cashed data and session data ?
How to Access a particular cell of Grid ?
How can we associate a single code behind file with two aspx pages ?
What is difference between assembly and component in dot net ?
Difference between Panel and GroupBox ?
What are the advantages and disadvantages of Session and Cookies ?
What is .net frame work ?
How to update the data in dataset ?
What is an assembly ?
Name some of the Microsoft Application Blocks. Have you used any? Which ones?
What is the difference between Dataset and Datareader?
What r the ASP.NET list controls and difference between them?
If we remove web.config or machine.config from the application
How do we Sort the data from a Dataset ?
What is the difference between Web User Control and Web Custom Control.
Which namespace is used by ADO.NET?
How do you create a permanent cookie ?
What is difference between OR and OR ELSE ?
What is event bubbling?
How do we get only edited/deleted/inserted records from a Dataset?
What are ASP.NET Web Forms?
What order do the events of an ASPX page execute
What is the difference between Dataset and Recordset.
What is IPostBack? How to use it?
What is the difference between Server.Transfer and Response.Redirect ?
What is delay signing?
Which DLL handles the request of .aspx page?
How can we implement a Identity (SQL Server) call in an asp.net page?
What is Preprocessor in .NET and type , where it use
What types of data validation events are commonly
Can you give an example of when it would be appropriate to
Difference between Friend and Protected Friend.
What is the difference between a defect and an enhancement?
What are the differences between client-side and server-side
What is an abstract class?
List of Words of Preprocessor in .NET ?
Which control would you use if you needed to make sure
What is DLL hell ?
What is difference between ASP State Management
Which method do you use to redirect the user to another
How would you get ASP.NET running in Apache web servers ?
Can a .NET web application consume Java web service ?
What is the transport protocol you use to call a Web service SOAP
What might be best suited to place in the Application
What is the root namespace for all types?
How does u call and execute asp in .NET ?
What does the "EnableViewState" property do? Why would I want it on or off?
What is CLR ?
How do u declare static variable and how it is declared and what is its lifetime ?
Which method do you invoke on the Data Adapter control
What is the difference between an ADO.NET Dataset
How Dataadapter.fill works?
Which namespace is used to get assembly details?
What is difference between abstract class and an interface?
Why Data reader is useful?
What is shadowing?
What base class do all Web Forms inherit from?
How can we pass information between 2 asp.net pages?
What is Viewstate?
How to enter same record twice in target table?
What is smoke testing ?
Which two properties are on every validation control?
What is the difference between inline and code behind ?
Microsoft Technologies, ASP.NET2.0 Interview Questions,
Which template must you provide, in order to display data in a Repeater control ?
What is versioning in .NET?
How do you turn off cookies for one page in your site ?
What are delegates ?
Describe session handling in a webfarm ?
How does VB.NET/C# achieve polymorphism?
Should validation occur server-side or client-side ?
What tag do you use to add a hyperlink column to the Data Grid?
How is a property designated as read-only?
What method do you use to explicitly kill a user s session ?
What is the life cycle of an asp.net page?
What are the disadvantages of viewstate /what are the benefits
Explain the differences between Server-side and Client-side code ?
What is difference between singleton and single call?
How to reduce the width of textbox in EditCommandColumn of DataGrid?
How can you provide an alternating color scheme in a Repeater control ?
Difference between Overriding and overloading ?
What is the standard you use to wrap up a call to a Web service
What are client activated objects and server activated objects ?
What is server infrastructure & Server components?
How to get particular record from the table in informatica?
Can you explain what inheritance is and an example of when you might use it ?
What type of code is found in a Code-Behind class ?
What are webservices ?
How do you call procedures in data stage?
How to create dynamic Grid view ?
How many classes can a single .NET DLL contain?
What is CLR?
What is .NET remoting ?
How to create primary key only on odd numbers?
How would you implement inheritance using VB.NET/C#?
How does session handling work ?
What does WSDL stand for ?
What is the difference between CLR & CTS
What are the limits of session handling ?
Where would you use an iHTTPModule, and what are the limitations of any
How to get the records starting with particular letter like A in informatica?
Which namespace is used for event log support ?
How to handle the exception occurred in catch block ?
Does data grid has a view state ?
Difference between remoting and web service in .net ?explain with an example
Can Dataset be stored in view state ?
What is the difference between server controls and html controls ?
How to create a permanent cookie
How will create Assemblies at run time ?
What is a view state ?
How to maintain View State of dynamically created user controls ?
How will create assemblies at run time ?
How to refresh the crystal report data from ASP.Net ?
What is AutoWiredUp=false in PAGE directive in ASP.NET ?
What is Reflection ?
What is the trace in ASP.NET
What is the difference between Custom Control and a User Control ?
How will you load dynamic assembly ?
What is the difference between Form Post and PostBack. ?
Why we need both server controls and html controls in asp.net ?
Can we use http handlers to upload a file in asp.net ?
What is the difference between inline coding & code behind.
Which class builds insert, update, delete columns for automatically ?
How we implement Web farm and Web Garden concept in ASP.NET ?
How to debug JavaScript or VBscript in .Net ?
What are different properties provided by Object-oriented systems ?
What is the significance of Request.MapPath( ) ?
What is the core difference between ASP and ASP.NET ?
How to show graphs in ASP .net ?
How to create components ?
How to fire the textchanged event of texbox inside the grid ?
What is the difference between datagrid and datareader ?
What is the difference between execute query and execute nonquery. ?
Differences between ASP and ASP.NET ?
How to maintain View State of dynamically created user controls ?
What is the difference between DataList and Repeater ?
Explain different properties of Object Oriented Systems ?
What is the difference between web.config and machine.config ?
What do you mean by authentication and authorization ?
What is the difference between Session and Cookies ?
What is the use of @ Register directives ?
Explain Assemblies ?
Explain the life cycle of an ASP .NET page ?
What is the exact purpose of http handlers and interfaces ?
What is the default size cache ?
How a grid can be made editable in ASP.Net ?
What is the xml role in ado.net architecture ?
What is the difference between datagrid and datalist ?
What is name space for xml in asp.net ?
How to compare an xml schema with xml schema ?
What are web parts ?
How do you know what version of IIS is being used by server ?
How to create a package for web application with components
What is the maximum number of cookies that can be allowed to a web site ?
How will you load dynamic assembly ?
What is the difference between Association, Aggregation and Inheritance
Where can we save cashed data and session data ?
How to Access a particular cell of Grid ?
How can we associate a single code behind file with two aspx pages ?
What is difference between assembly and component in dot net ?
Difference between Panel and GroupBox ?
What are the advantages and disadvantages of Session and Cookies ?
What is .net frame work ?
How to update the data in dataset ?
-> DotNET Interview Questions
DotNET
What is Reflection?
What is GAC?
What is boxing?
Can we run DOT.NET in Unix platform
Which control cannot be placed in MDI?
What are the advantages of migrating to VB.NET ?
Where on the Internet would you look for Web services?
What is an Abstract class?
What is cyclomatic complexity ?
What is MSIL ?
What is the difference between Debug.Write
What are value types and reference types?
What is a constructor?
What is a Metadata ?
How would one do a deep copy in .NET?
How would you implement inheritance using VB.NET/C#?
What does WSDL stand for?
What's ArrayList in .Net (VB.Net or C#)
Describe session handling in a webfarm ?
What is the root class in .Net ?
What are the features of ADO.Net ?
What is "Common Language Specification" (CLS)?
What is managed code
What is Response object ?
What is inheritance ?
Should validation (did the user enter a real date)
How would you implement inheritance using VB.NET/C#?
What is an Interface?
What is Web.config ?
What are the advantages and drawbacks of
What should one do to make class serializable?
Why is catch(Exception) almost always a bad idea?
What is View state?
What are the Types of Assemblies?
What is the difference between inline and code behind ?
What are the languages supports .NET ?
What are PDB s?
Can we change private assembly to shared assembly ?
What is a Web Service?
How would ASP and ASP.NET apps run at the
Which property of the textbox cannot be
What is serialization, how it works in .NET?
What is the use of Error Provider Control?
What is the Difference Between View State
What is a Strong Name?
What is the difference between proc. sent By
Explain about manifest & metadata ?
What is strong-typing versus weak-typing?
What is the Pager object?
What is the difference between user control
What is the purpose of reserved word “using” in C#?
What is the advantageous using ArrayList.
How many types of exception handlers are
What is the difference between Panel and
Describe ways of cleaning up objects ?
What is "Microsoft Intermediate Language" (MSIL)?
What is the difference between ASP and ASP.NET?
What is the standard you use to wrap up a call
What is the difference between an ADO.NET
What type of code is found in a Code-Behind class?
How u can create XML file?
How to clear a data grid on a button click?
What is the maximum size of the textbox?
What is the difference between ADO and ADO.NET?
How do you create a permanent cookie?
What can we do for load testing in .net application .
What is connection pooling and how do you
Why The JavaScript Validation not run on the
What is the difference between thread and process?
What is Full Trust ?
What is Delegation?
What is an Intermediate language?
How is a property designated as read-only?
How Response object related to ASP’s Response object?
What are ASP.NET Web Forms?
How does VB.NET/C# achieve polymorphism?
What are the Advantages of VB.NET?
Can any object be stored in a Viewstate?
What should you do to store an object in a View state?
What are the differences between Server-side
What exactly is being serialized when you
What are the advantages/disadvantages of
What are the authentication methods in .NET?
What are the differences between webFarm Vs webGardens
What is "Common Type System" (CTS)?
What is the difference between VB6 and VB.Net?
What are the advantages and disadvantages of viewstate ?
How do you turn off cookies for one page in your site?
What is a Windows Service and how does its
What are the differences between ASP and ASP .Net?
How the server control validation controls work.
Which template must you provide, in order to
Where PDB located for debugging to work?
Can we free memory explicitly without waiting for
What is the difference between a sub and a function?
How different are interface and abstract class in .Net?
Which two properties are on every validation control?
What is .NET / .NET Framework?
How many types of assemblies are there ?
What is the difference between imperative
How does the XML Serializer work?
What method do you use to explicitly kill a user session?
What is the difference between an EXE and a DLL?
What is the difference between VB and VB.NET?
What is the Raise Event used for?
Which one is the better choice .Net or J2EE
What is an interface and what is an abstract class?
Can you edit data in the Repeater control ?
How View state is being formed and how
What is the difference between the C#.NET and VB.NET?
How can i read .doc document in ASP.Net?
NET is Compile Time OR RunTime Environment?
How can you provide an alternating color
What is "Common Language Runtime" (CLR)?
What is managed data ?
When should Debug.Write and Trace.Write used?
What are the two kinds of properties.
What ACL permissions does a process using
What are the differences between Datagrid
What tag do you use to add a hyperlink column
What are HTML controls, Web controls,
How will you make .NET programs work in Linux ?
What is the base class of Button control?
How many classes can a single .NET DLL contain?
What property must you set, and what method
What is the role of global.asax.
What is the difference between a namespace
What is an interface and what is an abstract class?
What is an assembly?
What is the difference between a Debug
What is Machine.config ?
How does output caching work in ASP.NET?
Is string a value type or a reference type?
The difference between an ADO.NET Dataset
What is Reflection?
What is GAC?
What is boxing?
Can we run DOT.NET in Unix platform
Which control cannot be placed in MDI?
What are the advantages of migrating to VB.NET ?
Where on the Internet would you look for Web services?
What is an Abstract class?
What is cyclomatic complexity ?
What is MSIL ?
What is the difference between Debug.Write
What are value types and reference types?
What is a constructor?
What is a Metadata ?
How would one do a deep copy in .NET?
How would you implement inheritance using VB.NET/C#?
What does WSDL stand for?
What's ArrayList in .Net (VB.Net or C#)
Describe session handling in a webfarm ?
What is the root class in .Net ?
What are the features of ADO.Net ?
What is "Common Language Specification" (CLS)?
What is managed code
What is Response object ?
What is inheritance ?
Should validation (did the user enter a real date)
How would you implement inheritance using VB.NET/C#?
What is an Interface?
What is Web.config ?
What are the advantages and drawbacks of
What should one do to make class serializable?
Why is catch(Exception) almost always a bad idea?
What is View state?
What are the Types of Assemblies?
What is the difference between inline and code behind ?
What are the languages supports .NET ?
What are PDB s?
Can we change private assembly to shared assembly ?
What is a Web Service?
How would ASP and ASP.NET apps run at the
Which property of the textbox cannot be
What is serialization, how it works in .NET?
What is the use of Error Provider Control?
What is the Difference Between View State
What is a Strong Name?
What is the difference between proc. sent By
Explain about manifest & metadata ?
What is strong-typing versus weak-typing?
What is the Pager object?
What is the difference between user control
What is the purpose of reserved word “using” in C#?
What is the advantageous using ArrayList.
How many types of exception handlers are
What is the difference between Panel and
Describe ways of cleaning up objects ?
What is "Microsoft Intermediate Language" (MSIL)?
What is the difference between ASP and ASP.NET?
What is the standard you use to wrap up a call
What is the difference between an ADO.NET
What type of code is found in a Code-Behind class?
How u can create XML file?
How to clear a data grid on a button click?
What is the maximum size of the textbox?
What is the difference between ADO and ADO.NET?
How do you create a permanent cookie?
What can we do for load testing in .net application .
What is connection pooling and how do you
Why The JavaScript Validation not run on the
What is the difference between thread and process?
What is Full Trust ?
What is Delegation?
What is an Intermediate language?
How is a property designated as read-only?
How Response object related to ASP’s Response object?
What are ASP.NET Web Forms?
How does VB.NET/C# achieve polymorphism?
What are the Advantages of VB.NET?
Can any object be stored in a Viewstate?
What should you do to store an object in a View state?
What are the differences between Server-side
What exactly is being serialized when you
What are the advantages/disadvantages of
What are the authentication methods in .NET?
What are the differences between webFarm Vs webGardens
What is "Common Type System" (CTS)?
What is the difference between VB6 and VB.Net?
What are the advantages and disadvantages of viewstate ?
How do you turn off cookies for one page in your site?
What is a Windows Service and how does its
What are the differences between ASP and ASP .Net?
How the server control validation controls work.
Which template must you provide, in order to
Where PDB located for debugging to work?
Can we free memory explicitly without waiting for
What is the difference between a sub and a function?
How different are interface and abstract class in .Net?
Which two properties are on every validation control?
What is .NET / .NET Framework?
How many types of assemblies are there ?
What is the difference between imperative
How does the XML Serializer work?
What method do you use to explicitly kill a user session?
What is the difference between an EXE and a DLL?
What is the difference between VB and VB.NET?
What is the Raise Event used for?
Which one is the better choice .Net or J2EE
What is an interface and what is an abstract class?
Can you edit data in the Repeater control ?
How View state is being formed and how
What is the difference between the C#.NET and VB.NET?
How can i read .doc document in ASP.Net?
NET is Compile Time OR RunTime Environment?
How can you provide an alternating color
What is "Common Language Runtime" (CLR)?
What is managed data ?
When should Debug.Write and Trace.Write used?
What are the two kinds of properties.
What ACL permissions does a process using
What are the differences between Datagrid
What tag do you use to add a hyperlink column
What are HTML controls, Web controls,
How will you make .NET programs work in Linux ?
What is the base class of Button control?
How many classes can a single .NET DLL contain?
What property must you set, and what method
What is the role of global.asax.
What is the difference between a namespace
What is an interface and what is an abstract class?
What is an assembly?
What is the difference between a Debug
What is Machine.config ?
How does output caching work in ASP.NET?
Is string a value type or a reference type?
The difference between an ADO.NET Dataset
-> VB Interview Questions
Visual Basic
What are the uses of List View Control?
What is the use of DHTML?
What is the use of Tabledef?
What is ODBC?
What is instead of trigger ? explain
What is the use of Data Form Wizard?
What is the use of Connection object?
What do you mean by provider?
What is binding?
What is the size of the variant data type?
What is DAO?
What is the difference between Msgbox Statement
What is activex?
How to register a component?
What is Static Variable?
What is Mixed Cursors?
What are types of Resultsets?
What are the types of API Types?
What is typedef?
What are the Style properties of List Box?
What is Implicit?
What is polymorphism?
How can you check Beginning and End of the file?
What is Parser Bug?
What will be the result for 15/4 and 154?
What is MDI form?
What is RDO?
What is the use of NEW Keyword?
What is the maximum size of textbox?
What does Option Explicit refer to?
What source code control systems have you used?
What is Dataware Control?
What is compatibility?
Why we use Treeview Control?
What do you mean by HTTP?
How to Open Outlook Explorer in VB Code ?
How would you add elements and pictures to listitems
Which controls have refresh method?
What is DSN?
How to get Cursor position using API?
What about OCX Controls
Types of LockEdits in RDO.
What are differences between Dnaset & Snapshot?
What are some uses and misuses of variants?
What is the difference between ActiveX Control
How many File System Controls are there?
What is ADO?
What is DLL?
What is modal and modeless?
What is OLEDB?
How many system controls are available?
What is the use of parameters collection?
How can you read content from file?
Which controls have refresh method, clear method?
What types of record sets are available in ADO?
How to create instance of an object in VB?
What is instantiating?
Which property of menu cannot be set at run time?
Which property needs to be changed to set the
What is adUseClient and adUseServer? Where
How many tabs in a tabbed dialog do you consider
How would you run your ActiveX Document DLL?
How would you find out the value property in
What are the new events in textbox that has been
What was introduced to Visual Basic to allow
What are types of binding?
What is Firehouse Cursors?
What is DBSqlPassThrough?
What are the advantages of disconnected record sets?
What is diff between std exe project and activex
What are types of ActiveX Components in VB?
How would you center a form on the screen?
How would you create Visual basic Document file?
What is the use of Hyperlink control for DHTML
How to get free file location in memory?
What is the advantage of ActiveX DLL over Active Exe?
How many objects reside in ADO?
How to trap Data Base Error?
What is In process and Out of Process?
What is use of OLE?
How to set a shortcut key for label?
Handling Error in Calling chain
What do you mean by Data bound Controls?
How would you use ActiveX DLL and ActiveX
How would you activate animation control?
What is the difference between Msgbox Statement
What are the tools available for Debugging in VB?
What is the max size allowed for Max label caption length?
What are two validate with Data Control?
Where will we give the option explicit keyword
How many child forms can MDI have?
What are the Style Properties of Combo Box?
What is the difference between Listview and Treeview?
What is meant by Establish Connection in RDO?
What is meant by Establish Connection in RDO?
What is the use of Visual Basic Document file?
Which property of textbox cannot be changed at runtime?
Which type of object requires this object?
How can you Implement windows functionality in VB?
What is the difference between C++ and VC++
What is Friend Variable?
What is hyperlink?
How many cursor type and lock type in ADO?
How would you attach an ActiveX control in Your
What is the difference between dao, rdo and ado?
What are types of DBCombo boxes
What is the use of ActiveX Documents?
How to find size of the file?
How to increase the Date corresponding with month
What is user control?
What is the default workspace?
What is ActiveX DLL and ActiveX Exe?
What is MTS (Microsoft Transaction Service)
In project properties if we set Unattended what
Write the steps in Creating ActiveX DLL and Active Exe?
What are the types of line styles available in Treeview
What do you mean by ADO?
What is the difference between listbox and combo box.
What types of data access have you used?
How many procedures are in VB?
What are the types of validation available in VB?
What keyword is associated with raising system
What is the difference between Property Get,
How can you Add API functions to your Application?
What is the use of progress Bar Control?
What are the Internet tools available in VB6.0?
How many ways we can access file using VB?
What are the advantages of using MTS?
What is the default model of the form?
What is difference between datagrid and flexgrid?
How to check the condition in Msgbox?
What is MAPI?
What is oops?
How to change the Mouse Pointer?
Describe the different scopes of variables in VB.
Does VB Support OOPS Concepts?
What is ActiveX Control?
What is DDE?
How would you create a Query Builder ?
What is the difference between modal and modeless window?
What is the use of debug Window?
How many images can be placed in the image list?
What are the Technologies for Accessing Database
What the difference is between function and sub
How can we call Stored procedure of Back End in
What is Zorder Method?
What are the types of Error?
What are ActiveX and Types of ActiveX
What is ODBC Direct and Microsoft Jet Database Engine ?
What is ActiveX Document?
Can we create CGI scripts in VB?
What is the difference between Linked Object
Suppose from form1 to form2 object property
What are the different types of Dialog Box?
What are the different types of error?
What is frx?
Explain the differences between ActiveX DLL and ActiveX Exe?
What is the default property of data control?
What is the difference between change event in
Which tool is used to configure the port range
What methods are used for DB Grid in unbound mode?
What is the max size allowed for Extension in Visual Basic?
What is Tab strip control?
What is the difference between OCX , DLL and EXE ?
What is Collection Objects?
What is the need of zorder method?
What is the difference between DDE and OLE?
What is the-use of property page Wizard in ActiveX Control?
What is the difference Between ADO and
Which Property is used to compress an image in
What is the difference between sub-query and co-query?
What is early binding and late binding?
How to write SQL query in Database environment?
What is option base? diff between option base
What is view Port?
What is the difference between ADODC
What are the differences between a standard
What is Internet Explorer and its uses?
How would you create properties by using class
How can you get selected file from file system Control?
Which controls can not be placed in MDI?
Why we need OLE-Automation?
What is Flex Grid control in VB?
What is keyword used to compare to objects?
What are properties available in Clip Board?
What is difference between Class Module and
What is visual source safe?
What is the difference between Recordset and
Write the Steps in Creating an ActiveX Control?
How would you convert a form into document?
How can you filter out specific type of file using
How many types of API functions are available in VB?
What is interface in VB?
How to declare DLL Procedure?
What is the starting Index value? How to locate it?
What is Seek Method which type of record set is
Drag and Drop state numbers and functions?
What is the DLL required for running the VB?
How do you handle error conditions in your code?
How would you create properties in ActiveX Control?
How can you navigate from the DHTML application
What are the ADO objects?
Describe Database Connection pooling relative
What is the difference between array and collection object
What is difference between the Generic Variable
What is default property of data control?
What is overloading and overriding ? pl explain
What is the use of Image list Controls?
How to access a picture from database (oracle) into
What are the different ways you can use threading in VB?
How would you add elements in Treeview Control
What is the use of Active Control Property?
How can you force new objects to be created
What is Mask Edit and why it is used?
What is Static Cursor?
What are the locks available in Visual Basic?
What are the scopes of the class?
What is MTS?
What is Centralization Error Handling?
What is the difference between ActiveX Exe and DLL?
How would you add column headers in listview
Explain the usage of Web Browser Control?
What is the use of Scalewidth and ScaleHeight Proeperty?
How can objects on different threads communicate
What is RdExecDirect?
What is control array and how many we can have
What is the difference between List index and
What are the record set types?
How many common controls in VB?
What is the control used to call a windows application?
What are constructors and destructors?
How would you attach pictures in Treeview Control?
What is the use of command Object?
What is OLE and DDE? Explain?
How many objects reside in ADO?
What is the difference between Object and Class?
How will u handle error in VB application?
What is the different between Microsoft ODBC
What is DBFailError?
Which controls can not be placed in MDI?
How can we change font of menu bar in Visual Basic 6.0?
What is the difference Types of Procedures in VB?
How would you attach pictures in column headers
What are the important components of OLEDB?
How can you save and Get data from Clipboard
How does a DCOM component know where to
What is the diff between the Create Object and Get object?
What is difference between dbgrid and flexgrid control
What the RDO Methods and Events?
What is the diff between RDO and ADO?
What is the purpose of Visual source safe in VB?
What are the uses of List View Control?
What is the use of DHTML?
What is the use of Tabledef?
What is ODBC?
What is instead of trigger ? explain
What is the use of Data Form Wizard?
What is the use of Connection object?
What do you mean by provider?
What is binding?
What is the size of the variant data type?
What is DAO?
What is the difference between Msgbox Statement
What is activex?
How to register a component?
What is Static Variable?
What is Mixed Cursors?
What are types of Resultsets?
What are the types of API Types?
What is typedef?
What are the Style properties of List Box?
What is Implicit?
What is polymorphism?
How can you check Beginning and End of the file?
What is Parser Bug?
What will be the result for 15/4 and 154?
What is MDI form?
What is RDO?
What is the use of NEW Keyword?
What is the maximum size of textbox?
What does Option Explicit refer to?
What source code control systems have you used?
What is Dataware Control?
What is compatibility?
Why we use Treeview Control?
What do you mean by HTTP?
How to Open Outlook Explorer in VB Code ?
How would you add elements and pictures to listitems
Which controls have refresh method?
What is DSN?
How to get Cursor position using API?
What about OCX Controls
Types of LockEdits in RDO.
What are differences between Dnaset & Snapshot?
What are some uses and misuses of variants?
What is the difference between ActiveX Control
How many File System Controls are there?
What is ADO?
What is DLL?
What is modal and modeless?
What is OLEDB?
How many system controls are available?
What is the use of parameters collection?
How can you read content from file?
Which controls have refresh method, clear method?
What types of record sets are available in ADO?
How to create instance of an object in VB?
What is instantiating?
Which property of menu cannot be set at run time?
Which property needs to be changed to set the
What is adUseClient and adUseServer? Where
How many tabs in a tabbed dialog do you consider
How would you run your ActiveX Document DLL?
How would you find out the value property in
What are the new events in textbox that has been
What was introduced to Visual Basic to allow
What are types of binding?
What is Firehouse Cursors?
What is DBSqlPassThrough?
What are the advantages of disconnected record sets?
What is diff between std exe project and activex
What are types of ActiveX Components in VB?
How would you center a form on the screen?
How would you create Visual basic Document file?
What is the use of Hyperlink control for DHTML
How to get free file location in memory?
What is the advantage of ActiveX DLL over Active Exe?
How many objects reside in ADO?
How to trap Data Base Error?
What is In process and Out of Process?
What is use of OLE?
How to set a shortcut key for label?
Handling Error in Calling chain
What do you mean by Data bound Controls?
How would you use ActiveX DLL and ActiveX
How would you activate animation control?
What is the difference between Msgbox Statement
What are the tools available for Debugging in VB?
What is the max size allowed for Max label caption length?
What are two validate with Data Control?
Where will we give the option explicit keyword
How many child forms can MDI have?
What are the Style Properties of Combo Box?
What is the difference between Listview and Treeview?
What is meant by Establish Connection in RDO?
What is meant by Establish Connection in RDO?
What is the use of Visual Basic Document file?
Which property of textbox cannot be changed at runtime?
Which type of object requires this object?
How can you Implement windows functionality in VB?
What is the difference between C++ and VC++
What is Friend Variable?
What is hyperlink?
How many cursor type and lock type in ADO?
How would you attach an ActiveX control in Your
What is the difference between dao, rdo and ado?
What are types of DBCombo boxes
What is the use of ActiveX Documents?
How to find size of the file?
How to increase the Date corresponding with month
What is user control?
What is the default workspace?
What is ActiveX DLL and ActiveX Exe?
What is MTS (Microsoft Transaction Service)
In project properties if we set Unattended what
Write the steps in Creating ActiveX DLL and Active Exe?
What are the types of line styles available in Treeview
What do you mean by ADO?
What is the difference between listbox and combo box.
What types of data access have you used?
How many procedures are in VB?
What are the types of validation available in VB?
What keyword is associated with raising system
What is the difference between Property Get,
How can you Add API functions to your Application?
What is the use of progress Bar Control?
What are the Internet tools available in VB6.0?
How many ways we can access file using VB?
What are the advantages of using MTS?
What is the default model of the form?
What is difference between datagrid and flexgrid?
How to check the condition in Msgbox?
What is MAPI?
What is oops?
How to change the Mouse Pointer?
Describe the different scopes of variables in VB.
Does VB Support OOPS Concepts?
What is ActiveX Control?
What is DDE?
How would you create a Query Builder ?
What is the difference between modal and modeless window?
What is the use of debug Window?
How many images can be placed in the image list?
What are the Technologies for Accessing Database
What the difference is between function and sub
How can we call Stored procedure of Back End in
What is Zorder Method?
What are the types of Error?
What are ActiveX and Types of ActiveX
What is ODBC Direct and Microsoft Jet Database Engine ?
What is ActiveX Document?
Can we create CGI scripts in VB?
What is the difference between Linked Object
Suppose from form1 to form2 object property
What are the different types of Dialog Box?
What are the different types of error?
What is frx?
Explain the differences between ActiveX DLL and ActiveX Exe?
What is the default property of data control?
What is the difference between change event in
Which tool is used to configure the port range
What methods are used for DB Grid in unbound mode?
What is the max size allowed for Extension in Visual Basic?
What is Tab strip control?
What is the difference between OCX , DLL and EXE ?
What is Collection Objects?
What is the need of zorder method?
What is the difference between DDE and OLE?
What is the-use of property page Wizard in ActiveX Control?
What is the difference Between ADO and
Which Property is used to compress an image in
What is the difference between sub-query and co-query?
What is early binding and late binding?
How to write SQL query in Database environment?
What is option base? diff between option base
What is view Port?
What is the difference between ADODC
What are the differences between a standard
What is Internet Explorer and its uses?
How would you create properties by using class
How can you get selected file from file system Control?
Which controls can not be placed in MDI?
Why we need OLE-Automation?
What is Flex Grid control in VB?
What is keyword used to compare to objects?
What are properties available in Clip Board?
What is difference between Class Module and
What is visual source safe?
What is the difference between Recordset and
Write the Steps in Creating an ActiveX Control?
How would you convert a form into document?
How can you filter out specific type of file using
How many types of API functions are available in VB?
What is interface in VB?
How to declare DLL Procedure?
What is the starting Index value? How to locate it?
What is Seek Method which type of record set is
Drag and Drop state numbers and functions?
What is the DLL required for running the VB?
How do you handle error conditions in your code?
How would you create properties in ActiveX Control?
How can you navigate from the DHTML application
What are the ADO objects?
Describe Database Connection pooling relative
What is the difference between array and collection object
What is difference between the Generic Variable
What is default property of data control?
What is overloading and overriding ? pl explain
What is the use of Image list Controls?
How to access a picture from database (oracle) into
What are the different ways you can use threading in VB?
How would you add elements in Treeview Control
What is the use of Active Control Property?
How can you force new objects to be created
What is Mask Edit and why it is used?
What is Static Cursor?
What are the locks available in Visual Basic?
What are the scopes of the class?
What is MTS?
What is Centralization Error Handling?
What is the difference between ActiveX Exe and DLL?
How would you add column headers in listview
Explain the usage of Web Browser Control?
What is the use of Scalewidth and ScaleHeight Proeperty?
How can objects on different threads communicate
What is RdExecDirect?
What is control array and how many we can have
What is the difference between List index and
What are the record set types?
How many common controls in VB?
What is the control used to call a windows application?
What are constructors and destructors?
How would you attach pictures in Treeview Control?
What is the use of command Object?
What is OLE and DDE? Explain?
How many objects reside in ADO?
What is the difference between Object and Class?
How will u handle error in VB application?
What is the different between Microsoft ODBC
What is DBFailError?
Which controls can not be placed in MDI?
How can we change font of menu bar in Visual Basic 6.0?
What is the difference Types of Procedures in VB?
How would you attach pictures in column headers
What are the important components of OLEDB?
How can you save and Get data from Clipboard
How does a DCOM component know where to
What is the diff between the Create Object and Get object?
What is difference between dbgrid and flexgrid control
What the RDO Methods and Events?
What is the diff between RDO and ADO?
What is the purpose of Visual source safe in VB?
Subscribe to:
Posts (Atom)