ML questions with gradually increasing difficultly.
Machine Learning Engineer Intern Interview Questions
230 machine learning engineer intern interview questions shared by candidates
Implementation K means and KNN
1 sql, 1 pandas, 1 git, and the rest are mcq questions. These includes Stats, Data Structures, Pandas Lambda, and Data Science questions.
Round1: from uniform distribution number generator to normal distribution numbers Round2: white-board decision tree Round3: painting colors for a random shape in an image + behavior questions
Four coding algorithms from leetcode
They asked if I was to make a project on document extraction project. This was because i was interviewing for that particular team and project. They also asked an array-related probability-related question. It was like there were random numbers in an array and then each element had some weight associated with it. so i had to output an array calculating the probability based on the weights assigned to each element.
None because I was ghosted.
Hard coding problem where height of dam was given and height of river bed was given (increasing order), and we have to decide where to put the dam so that the capacity of water stored is maximized.
A typical DP problem and follow-up, "doing it with a different approach."
The BytePlus platform has n servers, where the data stored on the ith server is represented by the array memory. To manage the server efficiently you can perform the following operation any (possibly zero) number of times: • Choose an index idx, such that 1 ≤ idx s n/2. • Swap the data of the pair of servers that are equidistant from the beginning and the ending of the array memory and have a distance less than or equal to idx. The total working efficiency of the servers is calculated as the sum of the product of the data present in each server with the index of that server. Given an integer n, and an array emory, find the maximum possible total working efficiency that we can get, since the total working efficiency can be very large print it modulo 109+7.
Viewing 211 - 220 interview questions