( 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]
Learning Development Coordinator Interview Questions
11,729 learning development coordinator interview questions shared by candidates
(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'.
(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'.
How would you speed up the training of a pre-trained BERT from a public dataset to a private dataset?
Only a few questions were related to the expertise area; more focus was on undermining their organization as compared to my current one. plus, they sounded like pure frugal of the industry.
Write a program to retrieve log data in an optimal way.
They asked me to put together a sales training overview to deliver in the interview
What do you mean by perturbation?
How can we measure impact?
Q. What do you think your first 90 days here would look like?
Viewing 1351 - 1360 interview questions