Fiddler.ai Interview Questions

Fiddler.ai Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(72)
SQL
(57)
Machine Learning
(56)
Probability
(31)
Statistics
(21)

Fiddler.ai Interview Questions

Practice for the Fiddler.ai interview with these recently asked interview questions.

QuestionTopicDifficulty
Machine Learning
Medium

Given a matrix of X and y values, write a function to generate a transposed matrix and estimate the parameters for linear regression.

Example:

Input:

A = [[1, 5], [4,8], [5,9]]

Output:

#Output
linear_regression(A) -> [[[1, 4, 5], [5, 8, 9]]  , [4, 1]]

Note: Return the solutions a list of `[[A_T] , [coefficients]]

SQL
Easy
SQL
Easy
Loading pricing options

View all Fiddler.ai questions

Challenge

Check your skills...
How prepared are you for working at Fiddler.ai?

Discussion & Interview Experiences

?
There are no comments yet. Start the conversation by leaving a comment.

Discussion & Interview Experiences

There are no comments yet. Start the conversation by leaving a comment.

Jump to Discussion