etl testing interview questions and answers | scenario based etl testing questions and answers

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024
  • #etlqalabs #etl #sqlinterviewquestionsandanswers #linux
    etl testing interview questions and answers | scenario based etl testing questions and answers
    Playlists for your reference:
    ETL Testing Tutorial for begginers and advanced level :
    • ETL Testing
    SQL Tutorial for begginers and advanced level :
    • SQL Tutorial for Begin...
    Linux Tutorial for beginners and advanced level:
    • Linux for Testers
    Data Warehousing Tutorial for beginners and advanced level:
    • Data Warehousing concepts
    Hey Guys,
    If you’re enjoying this video and you’d like to support this channel, please do to consider subscribe this channel! It might seem small, but hitting that subscribe button helps alot and means more contents in future.

Комментарии • 10

  • @vaishalisingh6898
    @vaishalisingh6898 Месяц назад

    For second question where it is asking why we can't use timestamps instead surrogate key, so as per my understanding -
    Timestamps are not sufficient enough because it often larger which is not ideal for updating any record or using in joins, also timestamps column varies with the time zone.
    whereas surrogate key ensure the efficiency, stability and provides unique identification which helps in improving performance and simplify the handling of updates and joins.
    Let me know what you think?

  • @meenufununlimited9218
    @meenufununlimited9218 10 месяцев назад +1

    Very useful ,Thank u sir

  • @amardeepsontakke7152
    @amardeepsontakke7152 7 месяцев назад +1

    Hi Sir
    Thank you !! .It was really helpful for me.

    • @etlqalabs5048
      @etlqalabs5048  7 месяцев назад

      Glad that I helped you in some way. Keep sharing and keep learning!

  • @Manifestion_kannada
    @Manifestion_kannada 10 месяцев назад +1

    I am etl tester. For automation what I want learn . ? Plz guide me

    • @etlqalabs5048
      @etlqalabs5048  10 месяцев назад

      There are multiple aspects of automation testing -
      1. For etl testing , you write script for testing checks using python or linux.
      2. Web automation - you can learn selenium
      3. Web service/api automation - selenium with rest assured

    • @Manifestion_kannada
      @Manifestion_kannada 10 месяцев назад

      @@etlqalabs5048 i am learning python

  • @lakshmannaik6973
    @lakshmannaik6973 10 месяцев назад +1

    Hi sir,
    I've faced one Etl testing interview question is How you run the etl jobs through unix commands?

    • @etlqalabs5048
      @etlqalabs5048  9 месяцев назад

      Etl jobs can be run on Unix terminal using either cron or autosys .