Professional services experience, sales experience
Ml Engineer Interview Questions
1,781 ml engineer interview questions shared by candidates
NDA - So update later
Es war ein grober rundum riss bezüglich Machine Learning. Also was für Metriken gibt es (F1 acc etc), was ist overfitting? Inwiefern unterscheiden sich Klassifikation und Clustering
You are told that your predictions are at high risk for Type1 error what does this mean? Followed up with what if the error is type-2.
Basic ML Questions and Take home Assignment
What are OOPS? Some questions from resume projects. SQL query to get the 2nd highest salary of employee.
Python home assignment: create a basic Tetris board that keeps track of incoming blocks
First Round (HackerEarth Assessment): Problem 1: XOR sum query. (Can solve using segment tree). Problem2: Alphabetical String. While creating an account on a new website, you choose a certain string of letters as your new password. However, you are alerted that the website requires your password to be an alphabetical string. It explains: “A string of lowercase letters is called Alphabetical if deleting zero or more of its letters can result in the alphabetical string abcdefghijklmnopqrstuvwxyz.” Because of this requirement, you need to be sure that your password is alphabetical. Your goal is to find the minimum a number of letters that must be inserted in order to make your password alphabetical. Example: Given string S: “xyzabcdefghijklmnopqrstuvw”. The optimal solution is to insert “xyz” in the end of the string to obtain the alphabetical string “xyzabcdefghijklmnopqrstuvwxyz”. Note that this is alphabetical because if you delete the first three letters “xyz”. It results in the alphabet string “abcdefghijklmnopqrstuvwxyz”. Because this requires three-letter insertions. There is no way to make fewer than three insertions and end up with an alphabetical string. [I have solved this problem with Longest Common Subsequence.] Problem3: Don't Remember. Round 2:(Code Pair) There were 4 problems. I was able to solve only one problem (It was a CodeChef problem Help "The Cruise Chef"). The problem was statement was very confusing.
You have a very large file with zero-terminated strings, find all unique ones
What's your experience with Open-Source?
Viewing 1591 - 1600 interview questions