Parle moi d'une expérience ou tu as du faire preuve de créativité?
Marketing Science Interview Questions
10,899 marketing science interview questions shared by candidates
Tell me about your past projects and what you did. How did you accomplish it?
question of statistics ( power analysis)
How to deal with an imbalanced dataset.
Implement a Linked List class (for ints only) that supports an append function, which simply appends to the end of the list. After that, they asked me to implement an appendAt function that takes two ints as arguments, and appends the second argument to the node containing the first argument in the list. e.g for a list 1 -> 2 -> 3 -> 4 -> 5 , appendAt(3,6) would result in a list: 1 -> 2 -> 3 -> 6 -> 4 -> 5 e.g for a list 1 -> 2 -> 2 -> 3 -> 4 -> 5, appendAt(2,8) would result in: 1 - > 2 -> 8 -> 2 -> 3 -> 4 -> 5 (i.e if the first argument appears more than once in the list, then append the second argument to the first instance of the node containing the first argument) I gave an iterative solution to the problem. The interviewer then asked me to write it recursively. This one is really easy, I faltered on it for some reason.
Wat is je leeftijd?
if we add collinear features to linear regression model what will be the effect on the effectiveness of the model
They asked me to explain about Transformers.
They asked a Bayesian question.
Describe your previous work experience.
Viewing 271 - 280 interview questions