ETL Testing interview questions and Answers | ETL Testing Interview Preparation

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 พ.ย. 2024

ความคิดเห็น • 48

  • @johnr3370
    @johnr3370 7 ปีที่แล้ว +4

    Thanks a lot it is a great help to me, appreciate you for publishing such useful stuff!!

  • @YourFreeBeats
    @YourFreeBeats 2 ปีที่แล้ว +4

    As someone who has interviewed hundreds upon hundreds of people, I’ve learned the idea is not to “stump” then interviewee. In other words “pop quiz” questions like “What is a union vs join” only shows the interviewee has studied potential questions (at the least).
    Instead, I have learned to actually get to know the interviewee. What has he or she enjoyed during their career, what challenges have they faced etc.
    I also explain the role in detail and get a sense it the candidate is a good fit.
    Above all, I look for TALENT. Meaning the interviewee might not recall off-hand the difference between a Dimension and Fact table, but it’s something I can teach him in 10 minutes and he end up being a rock star employee.

  • @puneettiwari2251
    @puneettiwari2251 3 ปีที่แล้ว +1

    Very logical and systematic explanation,thanks a ton for providing such great clarity.🙏🙏

  • @pawangadhave1548
    @pawangadhave1548 6 ปีที่แล้ว

    hello sir..
    I have seen all video lecture. I think its very useful for me.I want say only that you are doing great job.

  • @shekharharad8952
    @shekharharad8952 6 ปีที่แล้ว +6

    Hi Sir,
    I pretty much enjoy this video but there is one mistake in one of your answer. Difference between varchar and varchar2. Answer which you given is difference between char and varchar. Both varchar and varchar2 are variable character data types so both datatypes will stopre 60 bytes of memory in your example.
    The main difference between varchar and varchar2 is very simple. In varchar null value and empty string is different values however in varchar2 both values are same. So oracle reserved Varchar datatype for future if in any case null and empty string will be decided as equal. Sound stupid to create two datatypes for small reason but its true. :)

  • @prasannamadhuri9884
    @prasannamadhuri9884 5 ปีที่แล้ว

    Its very useful and u explanation very well

  • @rawantech
    @rawantech ปีที่แล้ว

    Nice

  • @tutu1412
    @tutu1412 7 ปีที่แล้ว

    really a very good piece of information....thank you for sharing

  • @kannankr1884
    @kannankr1884 4 ปีที่แล้ว

    Please re-check varchar vs varchar2 ... what u have mentioned is char vs varchar.... please check internal vs external datatypes as well, to understand varchar vs varchar2

  • @gbharathi5556
    @gbharathi5556 2 ปีที่แล้ว

    for 10 th question: we can use decode function for the location column.

  • @europelotelugodu8279
    @europelotelugodu8279 5 ปีที่แล้ว +1

    For 10th swap row values ,
    Select Eno,Ename,
    Case when Eno = 1 then ‘blore’
    Else ‘hyd’
    End as loc from Emp ; this query will display as we want the results

  • @vasavikakkat8040
    @vasavikakkat8040 7 ปีที่แล้ว +4

    Answer for 10th qn:
    SQL> select STDID
    2 , greatest(maths,phy,che,telu) as HIGESTMARKS
    3 from your_table
    4 /

  • @praveenthottempudi
    @praveenthottempudi 7 ปีที่แล้ว +3

    Answer for the 10th question is by using the case statement on the LOC column.

    • @palgunareddychinnamallugar5463
      @palgunareddychinnamallugar5463 7 ปีที่แล้ว

      ya thank you sir but there may be number of different records in LOC at the time what we do??

  • @MathGeekQ
    @MathGeekQ 4 ปีที่แล้ว +4

    @33:42 that will not work... at least not in SQL Server; you cannot have an aggregate function inside of another one.

  • @battu2418
    @battu2418 7 ปีที่แล้ว +1

    thanks for detailed explanation.

  • @mohammedismail54
    @mohammedismail54 8 ปีที่แล้ว

    Can you please tell more about source to staging and staging to warehouse validations.I'm asking you about queries and validations we do.Thanks!

  • @rianjohn1937
    @rianjohn1937 4 ปีที่แล้ว

    very helpful video

  • @priyankar3826
    @priyankar3826 6 ปีที่แล้ว +1

    For column count no need to write case statement

  • @krishnakant1071
    @krishnakant1071 2 ปีที่แล้ว

    is SSIS is an ETL tool? can we mention SSIS as ETL tool in our Resume?

  • @MithunDas-yf2fu
    @MithunDas-yf2fu 5 ปีที่แล้ว

    This is Gold!

  • @mdhameed19
    @mdhameed19 6 ปีที่แล้ว

    Very well explained *****

  • @chandramoulirada7802
    @chandramoulirada7802 2 ปีที่แล้ว

    I am interested in getting trainig of ETL testing

  • @amrutawattamwar9569
    @amrutawattamwar9569 8 ปีที่แล้ว

    Good explanation.Thanks

  • @rkk50
    @rkk50 6 ปีที่แล้ว +1

    Question 26. We can also do it by using last-day function..
    Example
    Select * from table name
    Where hire-date = (select last-day(sysdate) from dual)
    Also we can do it by using Trunc() function

  • @shravanpatil2699
    @shravanpatil2699 5 ปีที่แล้ว

    i have one question
    how much data generally coming for daily opertion in insurance domain etl project

  • @shubhammodi8534
    @shubhammodi8534 4 ปีที่แล้ว

    Delhi

  • @nanimoorthi
    @nanimoorthi 8 ปีที่แล้ว +1

    How do we get builds from the developers and how do we send the builds to the clients after deployment

  • @ayaansh2020
    @ayaansh2020 5 ปีที่แล้ว +1

    What is staging in etl testing?

    • @vishalkoundal5008
      @vishalkoundal5008 4 ปีที่แล้ว +1

      staging is a storage area between source and target ...It is mainly used for transformation as per the mapping......first data is moved from source or OLTP to staging area and transformation is done on the data and then after the transformation data is mover from staging to data warehouse....

    • @syedakhil9818
      @syedakhil9818 3 ปีที่แล้ว

      in stagging we are applied business logic and all the data development activites happen in stagging area

  • @bobbyvenkatesan3657
    @bobbyvenkatesan3657 4 ปีที่แล้ว

    🙏

  • @sravyath
    @sravyath 3 ปีที่แล้ว

    What is the name of the instructor?

  • @nikhils1281
    @nikhils1281 5 ปีที่แล้ว +2

    Etl testing WhatsApp group number pls
    For experienced

    • @JovanCosta
      @JovanCosta 4 ปีที่แล้ว

      hey, did you find any zap or telegram group?

  • @HastaPariwar
    @HastaPariwar 6 ปีที่แล้ว

    L> SELECT COUNT(*) FROM ALL_USERS;
    COUNT(*)
    --------
    27

  • @jitendranathgupta9739
    @jitendranathgupta9739 7 ปีที่แล้ว

    Answer for question 11. You can use ALL_TAB_Columns in Oracle can queried. Select Table_name from ALL_TAB_COLUMNS where COLUMN_NAME = ''Çolumn Name''

  • @jitendrasahay3847
    @jitendrasahay3847 5 ปีที่แล้ว

    This guy did not answer most of the question. He was not sure on most of these questions.