1. Tell me what type of Scenarios can be automated?

Tests that we have to execute on every build (Sanity Tests)
Tests that we have to execute on every modified build (Regression Tests)
Tests that we have to execute with multiple sets of test data (Data
driven Tests)

2. What type of Scenarios can't be automated?

Tests that require human user observation
Tests that requires one time execution

3. Who uses QTP Tool?

HP- QuickTest Professional is an Industry leading Functional &
Regression Test tool and it supports advanced keyword driven test approach.

Automatio Testers and End users use QTP Tool

5. What are the important operations in Database Testing?

Data Integrity,
Data Manipulations,
Data Comparisons,
Data Retrieval,
Data back-up and recovery operations etc...

6. What are different coverages in Function Testing?

Verifying the Functionality (external behavior) of a component or System

i) Input Domain Coverage

Verifying weather the system is accepting valid inputs or not? And
preventing invalid inputs or not

ii) Output Domain Coverage

Verifying weather the System is providing correct Outputs or not, based
on input and process

iii) Database Testing

Verifying the data validations, data storage and data retrieval operations

iv) Error handling

Verifying how the system is handling user unathurized/invalid operations
and providing error and help messages.

v) Order of functionalities
Verifying weather the System is providing correct order of
functionalities or not

7. Do you know what is Functional Testing?

Testing based on an analysis of the specification of the functionality
of a component or system.

8. Tell me what is Regression Testing?

Testing of a previously tested program following modification to ensure
that defects have not been introduced or uncovered in unchanged areas of
the software, as a result of the changes made. It is performed when the
software or its environment is changed.

9. What is the deference between Automation tools and Management tools?

Automation tools interact with software applications, Test management
tools don't interact with software applications.

Test management tools only for documentation and generation reports
where as Automation tools execute our software applications.