Amazon BI Engineer Interview - Executive Metrics | Business Case + SQL

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024

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

  • @SwatiTirthramGulia
    @SwatiTirthramGulia Месяц назад +1

    Thank you, Dan, for consistently providing us with valuable and practical content

  • @chaosstudios4330
    @chaosstudios4330 2 года назад +10

    Don't know why metrics would be a ambiguous analytics problem cause leadership will always have priorities as part of business goals so they are aware of what metrics they need to make decisions. I'd assume logically business intelligence would need to show those specific metrics as requested and then perhaps an analysis of various areas of the business as a guidance for leadership to focus on. Giving random unsolicited reports and metrics makes no sense.

  • @underdogmorphling8488
    @underdogmorphling8488 2 года назад +5

    This is exactly how a BIE interview at amazon is. The evaluation of response is spot on.

    • @DataInterview
      @DataInterview  2 года назад

      Thanks for the input :)

    • @underdogmorphling8488
      @underdogmorphling8488 2 года назад

      @@DataInterview btw I got my BIE offer from Amazon :) Thank you so much!

    • @DataInterview
      @DataInterview  2 года назад

      @@underdogmorphling8488 congrats! 🥂

    • @alexisspence4050
      @alexisspence4050 2 года назад

      Hey can you message me I’m about to interview for this as well and have questions

    • @DataInterview
      @DataInterview  2 года назад

      @@alexisspence4050 or just email me at dan@datainterview.com

  • @helovesdata8483
    @helovesdata8483 2 года назад +8

    I'm interviewing for BIE roles now and this is very helpful in general.

  • @lenka4662
    @lenka4662 19 дней назад

    1 total trend
    - total # of customers
    - # total of transactions
    - total # of sales revenue
    2 customers
    - # of customers based on the signup
    -
    3 transactions
    - # of transactions over time
    - revenue of transactions over time
    - # of sales based on items
    - # of sales revenue based on items

  • @meikelwis
    @meikelwis 2 года назад +2

    Thanks Dan, your content is really helpful. I learned that sometimes a simple solution can give more insight. Keep uploading Dan!

  • @user-ef8gf1ku5h
    @user-ef8gf1ku5h Год назад +3

    If I may, the data architecture with Customer & Transaction tables is not optimized at all. You should put a customer id in transaction table and remove the transaction id from the customer table because with this implementation the customer_id & sign_up_date are duplicated as many times as a customer made a transaction.

    • @And_Nunes
      @And_Nunes Год назад

      I thought the same thing

  • @kevinkevin1712
    @kevinkevin1712 2 года назад +8

    Hey dan, interviewing for BIE role and they are mentionning « opportunity sizing » as part of the final interview. Can you help prepare for this?

    • @donndonnn
      @donndonnn 2 года назад +2

      Hi Kevin, how did your interview go? Did you find out what they meant by that term?

  • @leassis91
    @leassis91 2 года назад +2

    thanks for the content, Dan! Can you provide for us beginners the SQL solution?

  • @sandrahu7122
    @sandrahu7122 Год назад +5

    this guy who answered the question either didn't have experience or doesn't have business acumen. he didn't get the thing right, the executives only want to see the big picture of the transactions, not the details. as an analyst, you need to know who is your audience. he is talking no sense around

  • @tysong9883
    @tysong9883 Год назад

    are you sure the last line "limit 100" will correctly give top 100 VIP customer? Actually it's customer/date level data.

  • @kunalrath5352
    @kunalrath5352 5 месяцев назад

    SELECT AVG(items) AS average_order_size
    FROM Customer AS c
    JOIN Transaction AS t ON c.transaction_id = t.transaction_id;
    I optimized the SQL query. Can't we use this?

  • @djjiang3718
    @djjiang3718 2 года назад

    Thank you Sir! Great stuff!

  • @nareshvadlamudi
    @nareshvadlamudi 2 года назад +6

    Thanks Dan, very helpful. Just wondering in which level does this interview belong to - starting/Intermediary/Advanced level?

  • @baderalhousainy
    @baderalhousainy Год назад

    Thank you guys for this interview. wondering about two things. dose amazon use power bi or tableau? also, why would he need to write the query if this Dax is almost ready if he could load the data from the server to the dashboard?

  • @TyTyBoro
    @TyTyBoro 2 года назад

    Very helpful!! Thank you!!

  • @laurab6180
    @laurab6180 3 месяца назад +1

    I excelled the SQL but couldn't ace the Python part

    • @OjasBhanarkar
      @OjasBhanarkar 3 месяца назад

      Hey! Can you please share what exactly in Python were you asked?

    • @vinayanayak1228
      @vinayanayak1228 2 месяца назад

      hey , can you tell what questions were asked to you?

  • @princebansal5483
    @princebansal5483 2 года назад

    Very helpful video.

  • @kanchidoshi6907
    @kanchidoshi6907 2 года назад

    Is it more relevant to Loop round or initial Technical screening?

  • @BINTETA.42CAORIS
    @BINTETA.42CAORIS 2 месяца назад

    Walk. Physical

  • @Slamo28
    @Slamo28 2 года назад

    Super helpful

  • @tigerbear3038
    @tigerbear3038 2 года назад +3

    Hey Dan, how did you come up with this format for the Amazon BI Engineer interview? Was it based on actual BI Engineer interviews?

    • @jonathanlam7204
      @jonathanlam7204 2 года назад +3

      Amazon interviews are structured like this. They usually do not ask you questions on metrics but 3 SQL questions immediately

    • @GokulGourav
      @GokulGourav 2 года назад +2

      @@jonathanlam7204 what are those 3 questions?

    • @donndonnn
      @donndonnn 2 года назад +2

      @@jonathanlam7204 mind sharing what those questions are ?

  • @Rohit_Ankita
    @Rohit_Ankita 2 года назад

    Don't miss the explanation at the end.

  • @teddy911
    @teddy911 2 года назад +3

    这兄弟的英语听得我便秘

    • @od2437
      @od2437 2 года назад +1

      😂

  • @baloney_sandwich
    @baloney_sandwich Год назад

    U know this isn’t real because it violates Amazon confidentiality clause

  • @sandrahu7122
    @sandrahu7122 Год назад +3

    why is it so difficult for that person to answer the first question: metic-total sales, number of transactions, he is fxxking talking no sense for so long.