Given a string s, find the length of the longest substring without duplicate characters. Example 1: Input: s = "abcabcbb" Output: 3 Explanation: The answer is "abc", with the length of 3. Note that "bca" and "cab" are also correct answers. Example 2: Input: s = "bbbbb" Output: 1 Explanation: The answer is "b", with the length of 1. Example 3: Input: s = "pwwkew" Output: 3 Explanation: The answer is "wke", with the length of 3. Notice that the answer must be a substring, "pwke" is a subsequence and not a substring.
Machine Learning Researcher Intern Interview Questions
1,879 machine learning researcher intern interview questions shared by candidates
How can you train a model for a self-driving car handling snowy weather in a place with no snow?
Given a dataset describing customer claims (some are known to be fraudulent, the rest are not), How would you approach the problem of building a model to identify which future claims are likely fraudulent?
pagination, transform array, behavior question, Research Question for interior design
Describe your experience with TensorFlow, projects that you lead before. Questions regarding customer facing skills.
Think of the relevant factors and models to predict tomorrow's message volume in the exchange.
What is the difference between variance and bias in the modelling? What are the methods to handle overfitting?
1) Online technical test with MCQ and SQL coding exercise (matching the expected results is non-trivial and needs good effort) 2) Introductory Interview 3) Online Assessment on Loan Repayment Challenge
We talked about previous projects mainly
Asked a lot of questions about experience with AWS cloud infrastructure and implementation.
Viewing 1201 - 1210 interview questions