Etl Testing Interview Questions

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 5
At a glance
Powered by AI
Some of the key topics discussed are SQL queries, testing processes, data warehousing concepts and Unix commands.

Duplicate records can be displayed or deleted in SQL using appropriate queries.

Testing models discussed include waterfall, prototype and spiral models.

ETL TESTING INTERVIEW QUESTIONS

ITC INFOTECH
1. Explain The Project?
2. What test process are done ur project?
3. Join And Selfjoin
4. Varchar and vachar2 Differences
5. Testing Life cycle
6. Latest entry in table( Query)
7. Display the max of avg sal from each dept?
8. My table is Emp
Eno ename loc
1
a
hyd
2
g
blore
I want to display like this
Eno ename loc
1
a
blore
2
g
hyd
9. A,B two tables. In A have 10 columns and have 0
columns whenever I write a Query likes Selcet *
from A,B ?
Wt is the output above query
10. mY table name Student
stdid maths phy
che telu
1
25
52
32
12
5
25
42
23
44
i want to highest marks in each student

output look like as


stdid
highestmarks

1
5

52
44

11. In my Schema ,100 tables is there, some tables


have same column names there,
i want to display how many tables have same
column names?
12. What is Fact Table ?wt rae the fact tables in ur
Project?
13.priority and severity
14. primary key ,foriegn key, unique
15. how to update all columns at a time?
16.dispaly 5 th highetst salary without using
subquery?
17.display which dept having morethan 3 emloyees?
18. bug life cycle?
19 delete,truncate,drop
20. eaplain test plan and test strategy ?
21. union and union all

UHG

1. Project
2. How to find files in directory/sub dir with first 5
letters?
3. How to know which process is runnning in Unix?
4. Compress commands?
5. How to kill the processin unix?
6. How to see hidden files in unix?
7. How to know how many members r loggin in ur
system in unix cmd?
8. OLAP and OLTp
9. Datawarehouse and Datawarehousing diffences
10.
How to know background/foreground process in
unix
11.

To display duplicates in a table?

12.

To Delete duplicates in Trable?

13.
In my table have 100 rows there ,I want to
display 3 to 7 rows only
14.

To display emp name and his managaer name?

15.

To Display each dept total employess

16.

To_char fn

17.

Trunc fn

18.

NVL fn

19.

Opearator precedence in sql

20.

Clauses in sql

21.

Bi _directional traceability matrix in testing

22.

Testing life cycle

23.

Etl test process

24.

Retesting and Regression testing

25.
I have 500 testcases there ,how to perform
retesting ang Regresstion testing
26.

To display max sal in table

27.

To display who was joined in last month


ZENSAR

1 validation aand verification


2.retesting ang regression testing
3. DDL/DML difference
4 SDLC/STLC
5.waterfall moedel,prototype maodel,spiral model

Wipro
1.project

2.scd1,scd2,scd3
3 how to maintain history in scd2
4 group by clause
5.olap and oltp
6.bug life cycle
7 priority anf severity

You might also like