(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'.
Machine Interview Questions
10,792 machine 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'.
How would you speed up the training of a pre-trained BERT from a public dataset to a private dataset?
Have I ever worked for Remington before?
Do I familiar with machine operating?
Write a program to retrieve log data in an optimal way.
How much experience did I have in manufacturing?
What do you mean by perturbation?
Where did you attend school. Did you receive a certificate or diploma. Work experience. Basic conversation to get to know you.
Experience in machine op.
Viewing 1821 - 1830 interview questions