They asked me to describe a scenario in which I faced a challenge and how I handled it.
Production Coordinator Interview Questions
15,966 production coordinator interview questions shared by candidates
What significant skills do you have and how can it benefit the team?
Are you willing to spend 4 - 12 months working the production line as part of the training program for production supervisor.
It was what I asked them. How many bags are supposed to be in a crate?
What do you do to keep organized?
What protocols are used in OSI model when requesting a webpage?
Code to solve string problems
Algos and Operating Systems questions.
Technical Phone screen systems: various questions on linux internal and troubleshooting, few examples: Swap space, strace command, memory related troubleshooting.
Round-1 [Managerial] 1. Describe about current project, How its challenging? 2. How your work impacts customer? 3. How you try to innovate Round-2 [Coding] 1. PrintFastestToSlowestDianosaurs_fromCSV 2 CSV files are provided. The first file contains statistics about various dinosaurs. The second file contains additional data. Write a program to read in the data from files, Print the names of only the bipedal dinosaurs from fastest to slowest. Do not print any other information. speed = ((STRIDE_LENGTH / LEG_LENGTH) - 1) * SQRT(LEG_LENGTH * g) Where g = 9.8 m/s^2 (gravitational constant) $ cat dataset1.csv NAME,LEG_LENGTH,DIET Hadrosaurus,1.4,herbivore Struthiomimus,0.72,omnivore Velociraptor,1.8,carnivore Triceratops,0.47,herbivore Euoplocephalus,2.6,herbivore Stegosaurus,1.50,herbivore Tyrannosaurus Rex,6.5,carnivore $ cat dataset2.csv NAME,STRIDE_LENGTH,STANCE Euoplocephalus,1.97,quadrupedal Stegosaurus,1.70,quadrupedal Tyrannosaurus Rex,4.76,bipedal Hadrosaurus,1.3,bipedal Deinonychus,1.11,bipedal Struthiomimus,1.24,bipedal Velociraptorr,2.62,bipedal [Output] Struthiomimus,1.91845 Velociraptorr,1.91333 Stegosaurus,0.511208 Hadrosaurus,-0.264575 Euoplocephalus,-1.22311 Tyrannosaurus Rex,-2.13651 2. Find Battleship in 2-D matrix Round-3 [Systems/Unix] 1. Signals, Interrupts, IVT? SIGINT, SIGTERM. kill sends which signal? 2. Process memory layout? 3. Stack overflow, heap overflow? 4. How system call goes from user from kernel space?
Viewing 2321 - 2330 interview questions