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

Sdílet
Vložit
  • čas přidán 3. 08. 2024
  • 🚀 Land your dream data job using datainterview.com/.
    ====== ✅ Details ======
    🤔 Try these Amazon's BI Engineer interview questions:
    "Q1 - Imagine that you are building a dashboard for Amazon's executive team. If you had transaction and customer tables, what metrics would you include in the dashboard?
    "Q2 - How would you rank the metrics based on importance?"
    "Q3 - Write an SQL solution based on the most important metric you selected."
    Here's a mock interview based on Amazon's technical interviews focused on a business case and SQL. The interviewer was a data scientist at Google and PayPal, and the candidate is preparing for product data science roles at FAANG companies.
    Watch the mock interview to prepare for your own product data science interview. Make sure to check out datainterview.com/ for more content!
    👍 Make sure to subscribe, like and share!
    ====== ⏱️ Timestamps ======
    0:00 Intro
    02:13 Q1 - Define metrics for Amazon's executive team
    10:00 Q2 - Prioritize metrics
    12:22 Q3 - SQL problem
    25:34 Solution + Feedback
    ====== 📚 Other Useful Contents ======
    1. Principles and Frameworks of Product Metrics | CZcams Case Study
    Link: / principles-and-framewo...
    1. How to Crack the Data Scientist Case Interview
    Link: / crack-the-data-scienti...
    2. How to Crack the Amazon Data Scientist Interview
    Link: / crack-the-amazon-data-...
    ====== Connect ======
    📗 LinkedIn - / danleedata
    📘 Medium - / datainterview
  • Věda a technologie

Komentáře • 41

  • @SwatiTirthramGulia
    @SwatiTirthramGulia Před 15 dny

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

  • @meikelwis
    @meikelwis Před 2 lety +2

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

  • @helovesdata8483
    @helovesdata8483 Před 2 lety +8

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

  • @chaosstudios4330
    @chaosstudios4330 Před 2 lety +9

    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.

  • @djjiang3718
    @djjiang3718 Před rokem

    Thank you Sir! Great stuff!

  • @TyTyBoro
    @TyTyBoro Před 2 lety

    Very helpful!! Thank you!!

  • @princebansal5483
    @princebansal5483 Před 2 lety

    Very helpful video.

  • @leassis91
    @leassis91 Před 2 lety +2

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

  • @Slamo28
    @Slamo28 Před rokem

    Super helpful

  • @underdogmorphling8488
    @underdogmorphling8488 Před 2 lety +4

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

    • @DataInterview
      @DataInterview  Před 2 lety

      Thanks for the input :)

    • @underdogmorphling8488
      @underdogmorphling8488 Před 2 lety

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

    • @DataInterview
      @DataInterview  Před 2 lety

      @@underdogmorphling8488 congrats! 🥂

    • @alexisspence4050
      @alexisspence4050 Před rokem

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

    • @DataInterview
      @DataInterview  Před rokem

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

  • @kanchidoshi6907
    @kanchidoshi6907 Před 2 lety

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

  • @baderalhousainy
    @baderalhousainy Před rokem

    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?

  • @nareshvadlamudi
    @nareshvadlamudi Před 2 lety +6

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

  • @user-ef8gf1ku5h
    @user-ef8gf1ku5h Před rokem +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.

  • @kevinkevin1712
    @kevinkevin1712 Před 2 lety +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 Před 2 lety +2

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

  • @tysong9883
    @tysong9883 Před rokem

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

  • @kunalrath5352
    @kunalrath5352 Před 4 měsíci

    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?

  • @tigerbear3038
    @tigerbear3038 Před 2 lety +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 Před 2 lety +3

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

    • @GokulGourav
      @GokulGourav Před 2 lety +2

      @@jonathanlam7204 what are those 3 questions?

    • @donndonnn
      @donndonnn Před 2 lety +2

      @@jonathanlam7204 mind sharing what those questions are ?

  • @sandrahu7122
    @sandrahu7122 Před rokem +4

    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

  • @BINTETA.42CAORIS
    @BINTETA.42CAORIS Před měsícem

    Walk. Physical

  • @Rohit_Ankita
    @Rohit_Ankita Před 2 lety

    Don't miss the explanation at the end.

  • @teddy911
    @teddy911 Před 2 lety +3

    这兄弟的英语听得我便秘

  • @laurab6180
    @laurab6180 Před 2 měsíci

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

    • @OjasBhanarkar
      @OjasBhanarkar Před 2 měsíci

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

    • @vinayanayak1228
      @vinayanayak1228 Před měsícem

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

  • @baloney_sandwich
    @baloney_sandwich Před 11 měsíci

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

  • @sandrahu7122
    @sandrahu7122 Před rokem +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.