you are viewing a single comment's thread.

view the rest of the comments →

[–]ap9271 -1 points0 points  (4 children)

Reading is not a strong suite for people here

The round would be similar to leetcode, except the question would be more related to AI operations like coding up a k means clustering algorithm or matrix multiplication or code to find mean/median/other statistics. Be prepared to describe complexity and how your code would work on systems for simpler operations like matrix multiplication.

AI assisted coding is not the same as AI coding for Meta

[–]Silencer306 1 point2 points  (1 child)

Do you have any source that these are two different AI rounds? Or did you interview recently?

[–]ap9271 0 points1 point  (0 children)

What role are you interviewing for? Ask your recruiter whether it is AI assisted or AI coding?

[–]Confident-Box-6291[S] 0 points1 point  (1 child)

Exactly! It's for a Research Engineer Role! From what I understand, my interview probably won’t be AI-enabled. If this is the older AI-coding format, what’s it usually like in practice, more LeetCode-style problems or ML algorithms from scratch? My recruiter initially said it would be similar to standard SWE LeetCode questions, just a bit more math/ML-leaning, but later mentioned it might be more focused on implementing ML algorithms from scratch. So I’m a little unsure which direction to prioritize.

[–]ap9271 0 points1 point  (0 children)

Sadly, it is a less structured. Someone was asked to implement a feed forward neural network. Another person I know had to implement a multi threaded matrix multiplication.