What is the default signal that is generated when sending a kill command to a process in Linux?
Production Engineer Interview Questions
1,940 production engineer interview questions shared by candidates
Technical Phone Screen Coding question: You will be supplied with two data files in CSV format . The first file contains statistics about various dinosaurs. The second file contains additional data. Given the following formula, speed = ((STRIDE_LENGTH / LEG_LENGTH) - 1) * SQRT(LEG_LENGTH * g) Where g = 9.8 m/s^2 (gravitational constant) Write a program to read in the data files from disk, it must then print the names of only the bipedal dinosaurs from fastest to slowest.
Behavior questions: tell a case that you failed/challenged/etc.
Education background, internship experience, personal
Describe a time you used automated testing or test driven development.
Given a sentence convert the sentence to the modified pig-latin language: Words beginning with a vowel, remove the vowel letter and append the letter to the end. All words append the letters 'ni' to the end. All words incrementally append the letter 'j'. i.e. 'j','jj','jjj', etc...
Pretty straightforward questions. Coding interview contained two coding questions. System design interview was a system administration type of problem.
Given a list of integers, output all subsets of size three, which sum to zero.
How did you contribute as a production engineer in MRF
Given a list of integers which are sorted, but rotated ([4, 5, 6, 1, 2, 3]), search for a given integer in the list.
Viewing 21 - 30 interview questions