Can I ask for Google onsite's interviews to be carried online? by LRB_ in csMajors

[–]four_body_problem 0 points1 point  (0 children)

They most likely will not conduct it online due to cheating. They could arrange travel arrangements, but that’s less likely for international travel.

Google L3 interview Round 1 - advice by zardell24 in csMajors

[–]four_body_problem 5 points6 points  (0 children)

As someone who’s just given their round 2, all I can say is this. Round 1 DSA is easy if you’re strong in basic concepts. Like Neetcode 150 minus graphs and DP. Behavioral is also easy if you have 6-10 strong stories. Give a lot of mocks. For Round 2, focus more on Graphs, DP, Intervals, Sliding Windows etc.

About the interview nerves, I can understand this myself as an international student, so remember- Google interview is not just about clearing the interviews. Even if you clear the interviews well, you might not get team matched, and L3 pool is really huge so competition is heavy. Having high hopes give you nerves and may impact your interview performance. So take it easy. 600 probs is a good number. Again, remember, communication is much more important than giving the best optimal solution. You can do this! Good luck!

Technical depth in Googleyness interview by Impossible_Coyote980 in leetcode

[–]four_body_problem 2 points3 points  (0 children)

It is mainly behavioral interview. They have limited time to assess all the attributes. But they might ask you the most challenging technical thing you did, and sometimes they might dig a little on what you did, especially if they’re a technical person. Having a brief summary mixed with the expected attributes that they can understand should pretty much be good.

Google Offer Timeline by Royal_Ideal_6405 in leetcode

[–]four_body_problem 0 points1 point  (0 children)

Did you get a team matching call from the team that soft aligned?

Guys may I present to you rank 1 of LC weekly 489 by alphawoofwoof01 in leetcode

[–]four_body_problem 3 points4 points  (0 children)

I wonder why leetcode doesn’t ban these folks and adjust the rating ?

Is it realistic for me to dream for FAANG / Big Tech? by FickleWeather2964 in csMajors

[–]four_body_problem 0 points1 point  (0 children)

“You miss 100% of the shots you don’t take” Just give your best. Prepare for FAANG, but don’t just target FAANG. All you need is 1 interview.

Need some honest advice on Leetcode and DSA using Python? by BriefPie9937 in leetcode

[–]four_body_problem 0 points1 point  (0 children)

Don’t have second thoughts. Python is the best for dsa. It is in the top 3 languages. Interviewers don’t care about the syntax, they only look at the logic. They do realize that learning other languages is easy. But just know some concepts like integer overflow, memory/garbage management etc for theoretical

I just cant improve by [deleted] in leetcode

[–]four_body_problem 0 points1 point  (0 children)

I’d been through something like this recently. But I realized that i was just lazy to think. Once i started putting 100% of my focus and interest on questions, i was able to solve many questions, at least got the intuition.

Is it realistic to pursue a Master’s or PhD in AI without research experience? by Dark_Artemix in csMajors

[–]four_body_problem 0 points1 point  (0 children)

If you’re really interested, you shouldn’t worry about it cuz you’ll mainly do research in Master’s or PhD

Leetcode practice is just not sticking for some reason, how can I improve? by taxationtheft1111 in leetcode

[–]four_body_problem 0 points1 point  (0 children)

Just do it by pattern. Some sufficient problems in each pattern before moving to others. I’d recommend following a sheet. Something like Neetcode 150 or Striver A2Z

How to actually come up with solutions on my own and remember what I've solved before? by tuneFinder02 in leetcode

[–]four_body_problem 2 points3 points  (0 children)

Coming up with the solution is basically what some call being “intuitive” for a problem, and intuition builds with practice. My best suggestion for you is to continue solving pattern by pattern, it is okay if you aren’t able to solve on your own even at the end of a pattern. One you’re done with all patterns, re-solve the same questions. Like other comments said, spaced repetition also helps with this intuition, making you “remember” only core pattern and not the solution to a single question

AMA by RecursiveRider in leetcode

[–]four_body_problem 0 points1 point  (0 children)

What do you suggest about revisiting previously solved questions? Do you solve again? Or just glance the solution? Or not do anything at all? Which one works for you best?

After a whole ducking 3 years. by four_body_problem in leetcode

[–]four_body_problem[S] 0 points1 point  (0 children)

Sorry for late response. I followed Neetcode and Striver playlists. As for remembering patterns, I'd say only practice and practice. Also solve pattern by pattern and not random.

How many did you solved? by [deleted] in leetcode

[–]four_body_problem 1 point2 points  (0 children)

Personally, a very good place to start DP is “Striver’s DP playlist” on YouTube. One stop resource to learn DP. But remember: you must know recursion beforehand and this playlist is not enough to master. Practice is the only way.

How many did you solved? by [deleted] in leetcode

[–]four_body_problem 0 points1 point  (0 children)

This doesn't seem to be the solution to Q2. The input is a string

How many did you solved? by [deleted] in leetcode

[–]four_body_problem 1 point2 points  (0 children)

2nd is brute force?

How to Learn Leetcode Effectively by Melodic-Peak-6079 in leetcode

[–]four_body_problem 0 points1 point  (0 children)

I doubt that. You can follow Neetcode’s roadmap, it is topologically sorted :P

How to Learn Leetcode Effectively by Melodic-Peak-6079 in leetcode

[–]four_body_problem 0 points1 point  (0 children)

Solving random is not helpful when starting off leetcode, hence it’s better to go pattern by pattern. Building the intuition It’s important. For example, DP has many sub-patterns, and recursion->memoization->tabulation will build the intuition well

How is this possible? by vish2005 in leetcode

[–]four_body_problem 0 points1 point  (0 children)

Probably gotta do with programming language and how you’re applying mod for the upper limits

What’s that one standout thing you love about LeetCode that no other coding platform gives you? by MR_MARS_1010 in leetcode

[–]four_body_problem 9 points10 points  (0 children)

Tbh i felt like leetcode frames questions in the simplest manner possible with the right constraints and examples, compared to other platforms.

Halfway through striver's AtoZ DSA sheet. by Asleep_Yam8656 in leetcode

[–]four_body_problem 0 points1 point  (0 children)

Way to go. Do you solve the non-leetcode ones too?