Sunday, November 24, 2013

ETL TESTING INTERVIEW QUESTIONS

ETL interview questions:

  1. What is the difference between OLAP and OLTP?

  2. Tell me about your ETL workflow process?

  3. What is the difference between Operational Database and Warehouse?

  4. What type of approach you follow in your project?

  5. What is the difference between Data Mart and data ware house?

  6. In your project you are using which type of data base and how much space ?

  7. Explain the test case template?

  8. What is the difference between Severity and Priority?

  9. What is the difference between SDLC and STLC?

  10. What is the difference between Issue Log and Clarification Log?

  11. What type of bugs you have faced in your project?

  12. What is Banking?

  13. Explain what are the types of Banking?

  14. What is the difference between Dimension table and Fact table?

  15. Explain SCD’s and their types? how it will be used?

  16. Explain Bug reporting?

  17. Are you using any models in SDLC?

  18. Which process used in ETL Testing?

  19. What is unit testing? who will do this?

  20. What's the difference between Incremental Load and Initial Load?

  21. Through which document you have done your Project?

  22. Are you using Requirements tab in QC?

1 comment:

  1. Awesome blog its very informative and useful blog keep sharing. Know more about ETL Testing Training

    ReplyDelete

TestNG - Can i use the 2 different data providers to same @test methods in TestNG?

public Object [][] dp1 () { return new Object [][] { new Object [] { "a" , "b" }, new Obje...