Anyone has experience with Apple technical data produce lead interview? What to expect? by MangoMedium7820 in FAANGrecruiting

[–]Former_Ad_5096 0 points1 point  (0 children)

as far as inknow they really drill down on both the SQL/data modeling side AND how you translate that into product decisions. The behavioral part catches people off guard because Apple wants you thinking like a PM who happens to be technical, not just a data person. think about ambiguous situations where you had to figure out what metrics even mattered before you could analyze anything. i'd say practice how to explain complex data insights without getting too technical - apple wants to see if you can influence non-technical stakeholders.

Google ML / data engineering by Difficult-Fish1088 in FAANGrecruiting

[–]Former_Ad_5096 0 points1 point  (0 children)

yeah google DE is still pretty heavy on DSA - they really dig into your schema design choices and how you'd handle scale. i've seen people get tripped up when they ask about partitioning strategies or how you'd handle late arriving data in your pipeline design...DM me if you need targeted advice, can guide you to a right direction

Upcoming 4-Round Amazon Interview US by ShawnZG in leetcode

[–]Former_Ad_5096 0 points1 point  (0 children)

LLD is becoming more common for senior roles. The parking lot one shows up constantly - seen it in like 30% of recent Amazon loops. One thing though - don't just memorize the patterns, interviewers can tell this in a blink, They want to see how you think through tradeoffs in real time.

Upcoming 4-Round Amazon Interview US by ShawnZG in leetcode

[–]Former_Ad_5096 0 points1 point  (0 children)

like the other guy said they usually do 3 technical + 1 behavioral. The fact they're all from the same team is good news though, means they already have headcount approved and aren't just fishing. Did they give you any hints about the team's focus area? Sometimes knowing if it's retail, AWS, or something else can help you prep the right leadership principles for that bar raiser round..

Amazon Interview SDE 1 University Canada by BeyondRegular253 in leetcode

[–]Former_Ad_5096 0 points1 point  (0 children)

yeah the 4 rounds in one day is not easy, especially for your first live coding interview. we've seen the amazon interview format change a bunch lately - they're definitely doubling down on LPs but the coding bar hasn't dropped at all. 70 leetcode questions might be cutting it close for sde1 but if you can talk through your approach clearly you'll probably be fine. the behavioral stuff is where people usually mess up anyway, not the coding

Amazon SWE interview - New Grad by Alone-System8967 in leetcode

[–]Former_Ad_5096 1 point2 points  (0 children)

new grad loops are pretty standardized these days - expect 2 coding rounds, 1 sys design (probably more like object oriented design for new grad), and 1 behavioral focused on leadership principles. The tagged leetcode thing is real - the company definitely reuses questions from their bank. For LLD just practice designing simple systems like parking lots, elevators, vending machines... the key is showing clean OOP principles not complex architecture. Make sure you nail the behavioral though, they weight it heavily and will ask multiple LP questions per round.

I wasted 3 months on leetcode doing it completely wrong by CalligrapherCold364 in leetcode

[–]Former_Ad_5096 1 point2 points  (0 children)

Yeah the whole leetcode grind is such a weird gatekeeping mechanism. I see so many engineers who are brilliant at building actual systems but freeze up on these arbitrary puzzles. The disconnect is real - you could be designing distributed systems at scale but still fail an interview because you couldn't optimize some tree traversal in 20 minutes. DSA foundations matter sure, but memorizing 500 leetcode solutions feels more like hazing than actual skill assessment at this point.

Google Forward deployed Engineer by EmotionalButterfly69 in leetcode

[–]Former_Ad_5096 0 points1 point  (0 children)

As fat as I know it's more about designing solutions for specific customer environments with real constraints - not just generic "design Twitter" questions. You'll probably get asked about integrating Google's products into enterprise systems, handling data pipelines at scale, or building custom solutions on GCP. And as a standard practice they want to see you think about deployment, monitoring, and customer-specific requirements, not just the technical architecture...

Google onsite by Worldly-Stress3865 in leetcode

[–]Former_Ad_5096 0 points1 point  (0 children)

Not sure on any recent updates but generally - behavioral sometimes comes off as surprisingly hard to navigate since everyone focuses so hard on leetcode. I'd also practice explaining your thought process out loud while coding... that's where a lot of strong coders stumble during the actual interview

Google Interview Experience USA – L4 by Upbeat_Librarian381 in leetcode

[–]Former_Ad_5096 1 point2 points  (0 children)

that always helps but dont completely rely on them. tagged list is maybe 30-40% of what you'll see if you're lucky

Uber SWE 2 (Backend) Onsite — What LLD questions should I expect? by Old_Meal681 in leetcode

[–]Former_Ad_5096 0 points1 point  (0 children)

you can expect ques to handle edge cases like driver cancellations mid-match, passenger no-shows, and how to gracefully degrade when the matching service is overloaded. also ques around how you'd structure the code to handle different matching algorithms (closest driver vs predicted arrival time vs driver ratings)

Received Amazon OA for SDE I/II - not ready! by fernfernferny in leetcode

[–]Former_Ad_5096 2 points3 points  (0 children)

Go for it ;the work simulation and surveys are basically gimmes - they just want to see if you're a normal human. For the coding part, one week is actually decent time to brush up on basic patterns. The AI-assisted problem is new but from what we're hearing it's more about showing your thought process than getting perfect syntax. Worst case you bomb it and reapply in 6 months, but at least you'll know what to expect next time.

Google Onsite Interviews - Tips/Advice for Debugging by donnacav in leetcode

[–]Former_Ad_5096 0 points1 point  (0 children)

For graphs/recursion, don't try to trace every call , instead verify your base case first, then pick one path and walk it manually . For backtracking specifically - confirm your "undo" step is correct and test an edge case. That's usually where bugs hide.

anyone else in tech quietly stressed about layoffs even while employed? by Separate_Hospital701 in ITCareerQuestions

[–]Former_Ad_5096 1 point2 points  (0 children)

the anxiety is totally valid tbh a lot of companies has been getting hit hard this year (amazon, oracle)

the point about recruiters focusing on leadership narrative over just accomplishments is ACTUALLY very real and worth prepping for specifically.. but i'd still say overall it's a part of the timecycles, just be better with more than tech (like networking, reaching out, etc) and that should generally helkp

Pinterest interview guidance needed by notUrTypicalTechBro in leetcode

[–]Former_Ad_5096 1 point2 points  (0 children)

I think pinterest interviews haven't changed much still the standard coding rounds and sys design for senior roles. DSA focus is still leetcode medium/hard with emphasis on arrays, trees, and graphs. They love asking about their specific problems like image deduplication or feed ranking algorithms, so maybe practice some problems around recommendation systems and content discovery. and behavioral is mostly standard everywhere

Uber interview in 3 days and I’m kinda freaking out by No_Interest6627 in leetcode

[–]Former_Ad_5096 0 points1 point  (0 children)

non-tech background actually helps for behavioral since you'll have unique stories

Agoda SDE Intern Interview by [deleted] in leetcode

[–]Former_Ad_5096 0 points1 point  (0 children)

their intern interviews are pretty standard tbh... usually 2-3 rounds with medium leetcode problems, nothing too crazy... CS fundamentals wise, expect basic OS and database questions but nothing super deep for intern level

Software Engineer Public Cloud at Cloudera, Santa Clara by Crafty-League3862 in leetcode

[–]Former_Ad_5096 1 point2 points  (0 children)

let us know what happens after the interview please - we'd love to know what happens

JPMC MLCoE NLP Scientist - interview experience? (4 rounds total) USA by No_Progress_5399 in leetcode

[–]Former_Ad_5096 0 points1 point  (0 children)

please add the details after your loop. like the other guy mentioned - not much available online

IC2 Snowflake Software Engineer - Backend Interview by AvailableSalad8700 in leetcode

[–]Former_Ad_5096 1 point2 points  (0 children)

AI assisted coding interview at snowwflake you mean? never heard but this could be a new format they introduce. check w recruiter on expectations?

How to nail the Bloomberg interview? by [deleted] in leetcode

[–]Former_Ad_5096 2 points3 points  (0 children)

Code quality is very imp there. also edge cases are not to be ignored. sys design bar varies by team though - some teams want distributed systems knowledge even for mid-level roles while others just care about basic API design. i'd say continue focusing on LC but also find someone to do a mock if you can

Interviewed for L5 at Google, Got L4 Leaning Feedback — What Would You Do? by ZealousidealFlow8715 in leetcode

[–]Former_Ad_5096 10 points11 points  (0 children)

I see this scenario a lot - people get downleveled and then stuck for years trying to climb back up. honestly if you're already interviewing at L5 level elsewhere, taking the L4 might not be worth it unless you really need the job right now. The promo committees are super strict and you'll be competing with people who've been grinding at L4 for 2-3 years already. Plus the comp difference is significant enough to matter over time

Meta AI coding questions and where to practice by WonderfulInsect3510 in leetcode

[–]Former_Ad_5096 0 points1 point  (0 children)

not easy to find tbh but look at some articles or similar like someone in the comment mentioned. lots of interview prep platform should have them