What i've learned throughout my Degree in Human Resources Management
Learning Development Coordinator Interview Questions
14,618 learning development coordinator interview questions shared by candidates
If we train a network using only one image of cat. What is the output if we flip that image?
Standard questions, most focused on my background, experience, and examples of dealing with similar situations
What is the kernel trick in SVM? How does PCA work? General questions about digital system design. What are the two kind of digital filters ? and then general questions about them, i.e why are IIR more often used, what do you have to pay attention to, etc ?
In face to face round I was given a task in which I had to present the product and services of EdRubric to the manager in a one on one role playing scenario.
What attracted you to apply for this role?
1. They give one image classification problem on classifying pictures of dogs and cats
( Onsite interview Round 2 ): White board 3sum problem, Given an array, find wether it has any subarray of size 3 with the sum equal to target value e.g. arr = [1,2,3,4,5] target = 6 Output: [1,2,3]
( Onsite interview Round 1 ): Programming: Given an array, find wether it has any contiguous subarray with the sum equal to target value e.g. intput: arr = [1,2,3,4,5] target = 7 output: [3,4]
(Coderpad Round 3 - Technical) Given a dictionary with keys and values and given an input, find closest key to the given input e.g. dictionary = { 'a' : ['b','c','e'], 'm': ['c','e'] } Input: ['c'] Output: 'm' Explaination: 'c' is at distance 1 from 'a' and 0 from 'm'. Hence closest key for 'c' is 'm'.
Viewing 1771 - 1780 interview questions