A lot basic ML and DL questions. Spanning from KMeans to GMM, different optimizers used in deep learning, choice of activation functions
Learning Development Coordinator Interview Questions
14,688 learning development coordinator interview questions shared by candidates
Find bugs in a multi-threaded C code.
Questions around data structures and DevOps
Describe a challenging project you've been involved in and what your role was
If a child was being really difficult during a session, how would you manage this?
What would you do if you was concerned a child was being bullied? How would you build rapport with a shy child?
What's your experience with AI and how many projects delivered so far ?
Python coding questions were asked
The interviewer from the start of the interview was curious about the architecture of the product i am working on. all the question were asked regarding the with the technologies why and how it was coupled / used. i begin to suspect after the 2 round where similar questions were asked about the tech stack of the product which i felt irrelevant to the position.
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.
Viewing 6911 - 6920 interview questions