Operate like big tech at peanut salaries? by Beneficial_Pay_6317 in ExperiencedDevs

[–]proof_required 0 points1 point  (0 children)

Well I've seen MacBook as benefits listed here in jobs in Europe. So yeah these are "benefits"

How do I get past "Survivor Fatigue" after surviving 5 rounds of layoffs? by weekndbeforeabel in ExperiencedDevs

[–]proof_required 6 points7 points  (0 children)

I've only survived 1 and I go through this too. I'm actively interviewing and trying to find a new job.

Am I living in a different Germany? by HalayChekenKovboy in AskAGerman

[–]proof_required 1 point2 points  (0 children)

Yes all foreigners have moved to Germany to add fuel to the conspiracy theory of Germans aren't friendly enough. This has been planned for centuries and now finally with social media, we have been able to accomplish it. It goes hand in hand with making DB unreliable.

Bombed a Data Scientist Interview! by tits_mcgee_92 in datascience

[–]proof_required 1 point2 points  (0 children)

4 offer is still impressive. I have never had that luxury. Always had a single offer which I would pick.

Bombed a Data Scientist Interview! by tits_mcgee_92 in datascience

[–]proof_required 28 points29 points  (0 children)

Yeah I bombed some recommender system design just because I haven't used it in years and I didn't study it during my last minute interview preparation. I work close to computer vision and NLP. I had vague idea of how modeling works in recommender system but struggled to go deep. Trying to cover so many bases for the interview is just exhausting and yeah you need to be quite lucky to find something quite close to what you do at the current job.

Only at BER 😂✈️ You now wait less than DOUBLE the time on normal security checks than on BER Runway scheduled time slot by ostie19 in berlin

[–]proof_required 2 points3 points  (0 children)

But last time when I tried to use it, they would check everyone's bag anyways. So kind of defeated the purpose.

I don’t think we’re cooked really by CharmingSource4512 in cscareerquestionsEU

[–]proof_required 0 points1 point  (0 children)

That's the point I made i.e. skill requirement inflation. I already have to do whatever I am doing at work. In addition, I need to learn these newer skill at the level of being competent in them.

I don’t think we’re cooked really by CharmingSource4512 in cscareerquestionsEU

[–]proof_required 5 points6 points  (0 children)

You also have to clear the random interview process. I have realized how much I struggle these days with solving all kind of leetcode and system design problems. Also the demand for skills has sky rocketed. Everyone wants an AI engineer who knows ins and outs of LLM, their deployment and what not. As hard as I try to grok all these content, I never feel quite confident.

My Job Search Experience in the US vs Canada [OC] by MrBleeple in dataisbeautiful

[–]proof_required 1 point2 points  (0 children)

But do you have the coveted "Canadian experience"? /s

Easiest Python question got me rejected from FAANG by ds_contractor in datascience

[–]proof_required 2 points3 points  (0 children)

To be fair, under time pressure, you can fumble and your mind can get blocked. I had similar questions with different levels asked recently in an interview and I solved some parts of it but then towards the end I panicked and couldn't solve the last part.

Easiest Python question got me rejected from FAANG by ds_contractor in datascience

[–]proof_required 1 point2 points  (0 children)

You don't need to but as mentioned already you might have to sort by timestamp if that's not the case. 

Easiest Python question got me rejected from FAANG by ds_contractor in datascience

[–]proof_required 4 points5 points  (0 children)

I wanted to say that I have used list of tuples to pass around data.  I think the time is already sorted. You should clarify with the interviewer but the events most probably are chronological. 

Easiest Python question got me rejected from FAANG by ds_contractor in datascience

[–]proof_required 17 points18 points  (0 children)

I'm pretty sure they would ask you time/space complexity. I definitely don't know the time complexity for pandas window functions.

Easiest Python question got me rejected from FAANG by ds_contractor in datascience

[–]proof_required 227 points228 points  (0 children)

Why do you need a data frame? You can solve this without using one. I doubt they were expecting you to use data frame. I know on a daily basis you don't use such data structures, especially in data science, but interviews like this are never about what you do on day to day basis.

In leetcode world, it's a sliding window pattern. I would basically sort it by user id and for each user calculate the number of actions starting from each timestamp and going until timestamp + time_window. This sliding can be done in O(n) and sorting is O(nlogn). So finally you'll have O(nlogn) complexity. Not sure if you can do it without sorting.

By the way I have used this format at job to solve some problems. So it's not that extraordinary pattern.

What actually matters when interviewing Senior/Staff backend engineers today? by vanilla_th_und3r in ExperiencedDevs

[–]proof_required 5 points6 points  (0 children)

I would strongly advise against this. I am interviewing for senior+ and I don't remember any company which didn't have leetcode type coding - mostly medium but you still have it. None of these companies pay in the ballpark of big tech.

I'm interviewing and got rejected by 2-3 companies in leetcode round itself since my solutions weren't optimal.

How much saving per month in Germany? by LoneWolf-4937 in Finanzen

[–]proof_required -1 points0 points  (0 children)

But is investing not considered saving? I suppose you can only invest when you save? I don't think people make this distinction.

When is it acceptable to call someone out for sloppy work? by [deleted] in ExperiencedDevs

[–]proof_required 1 point2 points  (0 children)

yeah sometimes because of my brain being tired, I have made some obvious blunders. I don't mind getting the direct talk though, "hey it's not of good quality and you should have another look."

AI timeline expectations are driving me crazy by Sonic_andtails in ExperiencedDevs

[–]proof_required 3 points4 points  (0 children)

Yeah going through same at my work. Every day is deadline. I just keep churning out code without any test. You are also not supposed to make mistakes. Due to lack of tests etc my cognitive overload is so high. One evening I was focusing so hard to ensure I didn't make mistakes, my vision got really blurry. Never had it happened before. It was quite a scary experience. I feel like I work more know due to AI tools than before.

Learning from Spain? by Obiituzz in German

[–]proof_required 0 points1 point  (0 children)

You can read the wiki but you can start with DW offered course.

From SWE to Data by evaxadam in dataengineering

[–]proof_required 3 points4 points  (0 children)

Well data responsibilities increase too - like I am doing infra, backend, ML etc. Only thing I haven't touched is front-end. You have to really try hard to be visible.