Learning Development Coordinator Interview Questions

14,688 learning development coordinator interview questions shared by candidates

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.
avatar

Machine Learning Engineer

Interviewed at Tiger Analytics

4
Jul 2, 2025

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.
avatar

Machine Learning Engineer

Interviewed at Drivetrain

4.7
Dec 10, 2025

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

Glassdoor has 14,688 interview questions and reports from Learning development coordinator interviews. Prepare for your interview. Get hired. Love your job.