Are you comfortable working with children? How about the idea of tutoring others?
Learning Technology Interview Questions
8,718 learning technology interview questions shared by candidates
Tell me something about yourself.
Write a function to rearrange a list of article types so that no two consecutive articles are of the same type. If such an arrangement is not possible, return False. Input: articles (List[str]): A list of strings where each string represents an article type. Strings are case-sensitive. Output: List[str]: A valid arrangement of articles where no two consecutive elements are the same. bool: Return False if no valid arrangement exists. Examples: Input: ["sports", "media", "sports"] Output: ["sports", "media", "sports"] Input: ["sports", "sports", "sports"] Output: False Input: ["sports", "media", "news", "media", "sports"] Output: ["sports", "media", "sports", "news", "media"]
One of the ML questions is to give you a confusion matrix, and you need to calculate recall, and precision.
ML System Design question related to Pinterest business tasks
All were pretty standard questions.
My own research topics in cv.
Find the k-th smallest element in a binary search tree.
Do you expect to be paid based on performance?
Why do you want to leave your current role?
Viewing 801 - 810 interview questions