Things like "describe self-attention mechanism", "how do RNNs differ vs. transformers", "how do you use propensity scores in AB tests"
Learning Engineer Interview Questions
6,597 learning engineer interview questions shared by candidates
Given a string check if brackets are balanced "(())(()(()" --> no, "()(())()" --> yes Implement the power (**) operator.
In the actual interview; the first question is the closest common parents of two nodes in a binary tree given the parent node as a pointer in the node itself. And the second was the known file system path parsing problem. Both of these are leetcode
What the minimum number to add parentheses to make a string balanced.
Coding questions were medium leetcode questions and can be done with some prep. system design and ml system wasn't too hard. I couldn't do senior level on ml system design. it's more complicated than educative examples.
1. Range sum for BST 2. Balance parenthesis.
Dived really deep into my experience to identify overlap with the tools and technologies being used at Ground News.
ML model design was about how to extract text from images. Specifically semi-structured text like street signs or licenseplates from random photos.
a question about integer to string
Was asked to tensor operations
Viewing 5141 - 5150 interview questions