I'm interviewing for BIE roles now and this is very helpful in general.
@lenka46623 ай бұрын
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
@lenka46623 ай бұрын
And RFM
@lenka46623 ай бұрын
Month of time
@SwatiTirthramGulia4 ай бұрын
Thank you, Dan, for consistently providing us with valuable and practical content
@chaosstudios43302 жыл бұрын
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.
@underdogmorphling84882 жыл бұрын
This is exactly how a BIE interview at amazon is. The evaluation of response is spot on.
@DataInterview2 жыл бұрын
Thanks for the input :)
@underdogmorphling84882 жыл бұрын
@@DataInterview btw I got my BIE offer from Amazon :) Thank you so much!
@DataInterview2 жыл бұрын
@@underdogmorphling8488 congrats! 🥂
@alexisspence40502 жыл бұрын
Hey can you message me I’m about to interview for this as well and have questions
@DataInterview2 жыл бұрын
@@alexisspence4050 or just email me at dan@datainterview.com
@meikelwis2 жыл бұрын
Thanks Dan, your content is really helpful. I learned that sometimes a simple solution can give more insight. Keep uploading Dan!
@sandrahu71222 жыл бұрын
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
@kevinkevin17122 жыл бұрын
Hey dan, interviewing for BIE role and they are mentionning « opportunity sizing » as part of the final interview. Can you help prepare for this?
@donndonnn2 жыл бұрын
Hi Kevin, how did your interview go? Did you find out what they meant by that term?
@MaxenceRonzié Жыл бұрын
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 Жыл бұрын
I thought the same thing
@leassis912 жыл бұрын
thanks for the content, Dan! Can you provide for us beginners the SQL solution?
@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?
@tysong9883 Жыл бұрын
are you sure the last line "limit 100" will correctly give top 100 VIP customer? Actually it's customer/date level data.
@nareshvadlamudi2 жыл бұрын
Thanks Dan, very helpful. Just wondering in which level does this interview belong to - starting/Intermediary/Advanced level?
@DataInterview2 жыл бұрын
Starting / Intermediate
@djjiang37182 жыл бұрын
Thank you Sir! Great stuff!
@kunalrath53528 ай бұрын
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?
@kanchidoshi69072 жыл бұрын
Is it more relevant to Loop round or initial Technical screening?
@TyTyBoro2 жыл бұрын
Very helpful!! Thank you!!
@princebansal54832 жыл бұрын
Very helpful video.
@laurab61806 ай бұрын
I excelled the SQL but couldn't ace the Python part
@OjasBhanarkar6 ай бұрын
Hey! Can you please share what exactly in Python were you asked?
@vinayanayak12285 ай бұрын
hey , can you tell what questions were asked to you?
@tigerbear30382 жыл бұрын
Hey Dan, how did you come up with this format for the Amazon BI Engineer interview? Was it based on actual BI Engineer interviews?
@jonathanl72042 жыл бұрын
Amazon interviews are structured like this. They usually do not ask you questions on metrics but 3 SQL questions immediately
@GokulGourav2 жыл бұрын
@@jonathanl7204 what are those 3 questions?
@donndonnn2 жыл бұрын
@@jonathanl7204 mind sharing what those questions are ?
@Slamo282 жыл бұрын
Super helpful
@Rohit_Ankita2 жыл бұрын
Don't miss the explanation at the end.
@DataInterview2 жыл бұрын
Agreed :)
@BINTETA.42CAORIS5 ай бұрын
Walk. Physical
@baloney_sandwich Жыл бұрын
U know this isn’t real because it violates Amazon confidentiality clause
@sandrahu71222 жыл бұрын
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.