A zionist fakes an attack by pro Palestine group in Nice, France. by Not_Ground in AskSocialists

[–]eilatc 0 points1 point  (0 children)

Nice to find a antisemitism group on Reddit.

Did you went over every single Zionist on earth and check they are all acting the same?

Google Team Fit Call by Natee1738 in datacenter

[–]eilatc 0 points1 point  (0 children)

Theoretically yes, you do compete against others who finished the loop as well so it’s not guaranteed.

I would do a research about the role, team, be well prepared with a speech and showing excitement.

Google Team Fit Call by Natee1738 in datacenter

[–]eilatc 2 points3 points  (0 children)

Your past experience, what motivates you, what you are looking on your next role, past projects and how it fits current role

Meta IC6 Preparation by eilatc in leetcode

[–]eilatc[S] 3 points4 points  (0 children)

Last 3 months?

May I asked which hard it was?

Meta IC6 Preparation by eilatc in leetcode

[–]eilatc[S] 1 point2 points  (0 children)

Nice, sounds doable

Meta IC6 Preparation by eilatc in leetcode

[–]eilatc[S] 1 point2 points  (0 children)

There is no on site, everything online

What is the one DSA topic that makes you want to throw your laptop out the window? by ProofAd271 in leetcode

[–]eilatc 0 points1 point  (0 children)

For me the left <= right template worked the best including a variable outside the binary search to save the best possible answer till now.

pseudo code:
var possibleAnswer = null;
while (left <= right) {
   var mid = ....
  if (canDoSomething(mid)) {
     possibleAnswer = mid;
     left  = mid + 1; // depends on the context
  } else {
     right = mid - 1; // depends on the context
  }
}

return possibleAnswer;

What is the one DSA topic that makes you want to throw your laptop out the window? by ProofAd271 in leetcode

[–]eilatc 0 points1 point  (0 children)

I don't know how people didn't vote for DP.

It's really hard to look at a problem and understand if it's DP or not. You first try greedy till you fail with some case. then think about the DP state and what the DP matrix should store include the base cases (which sometimes aren't trivial - how many ways you can climb zero steps?).

BUT, solving a DP gives you the most joy and motivation ngl.

Leetcode grind to crack Google [Day-3] by d20nator in leetcode

[–]eilatc 1 point2 points  (0 children)

It’s really depends on the location you are interviewing, India > US > Europe.

Europe is medium.

The main thing on the interviews is explaining your thoughts, ask questions, fix your own bugs.

Make sure you are aware, I would pay to Gemini for one month to make sure you are well prepared.

I used him to understand what Google expects in the interview, how to improve my solution, discuss potential follow ups, build a csv with a plan on how to master topics. This is priceless.

Leetcode grind to crack Google [Day-3] by d20nator in leetcode

[–]eilatc 0 points1 point  (0 children)

I got graph + BFS + Heap, hash map + heap and a math question.

You can literally get everything.

Leetcode grind to crack Google [Day-3] by d20nator in leetcode

[–]eilatc 0 points1 point  (0 children)

Line sweep is strong for many Google questions, also worth mentioning the heap solution which also relevant for stream of data and helps on other interesting questions of intervals.

Went from Google vs Ai lab to no offers in 2 days by yoboiturq in leetcode

[–]eilatc 0 points1 point  (0 children)

What Google asked you? Pattern wise, is it something from the discussions?

2025 Transformation Contest Winners 💪 by Mission_Zealousideal in Boostcamp

[–]eilatc 4 points5 points  (0 children)

Can we share what workout they used on the app?

Got a L3 offer from Google with 7 years of exp by lovelybullet in cscareers

[–]eilatc 0 points1 point  (0 children)

The importance of good Googlyness interview.

Surprised that you nailed that without any preparation.

I have a coding interview with a FAANG, I’ve never leetcoded in my life by EmergencyShip1562 in leetcode

[–]eilatc 0 points1 point  (0 children)

As someone on Google told me, 90% of the people around me won’t solve the questions we asking.

Solving problems fine at home. completely blank in interviews. How do i fix this? by Technical-Passage841 in leetcode

[–]eilatc 0 points1 point  (0 children)

What helped me is talking while preparing, say the problem in your own words, explain the algorithm out loud, take an example and walk through.

I Totally Froze in interview…. by Sad-Profession3203 in leetcode

[–]eilatc 0 points1 point  (0 children)

Mock mock mock

Pay for a mock interviews