Production coordinator Interview Questions
14K
Production Coordinator interview questions shared by candidates
what have you failed at
12 Answers
How many sick days have you had previous employer
8 Answers
Tell me about a time when you had to make a decision without all the information you needed to make the decision. What was the decision and what was the outcome.
7 Answers↳
I was asked how much lean and safety experience I had.
↳
I would have to rely on personal experience and how to prepare for the unexpected. It is difficult to make a decision without all the information needed but history of how similar situations have played out will ensure a reasonable outcome. Less
↳
I felt I wasted my time even interviewing with GE. I glad I took a different job at another company. Less

Do you work more efficiently with a team or alone?
6 Answers
Do you have any production work experience?
6 Answers↳
Yes
↳
I have experience in production 03years
↳
I have experience in production 03years

How to rename a set of *.txt files to *.c
6 Answers↳
mv cant be used because it will try to find a file with name *.c. So need to use for loop kind of thing. for example: 1)for i in `find / -type f -name '*.txt' -print` do x=`cut -d'.' -f1` mv $i $x.c done 2) ls *.txt|sed -e 's/.*/mv & &/' -e 's/.txt/.c/2'|sh Less
↳
All of above command may seems good to all of you, but except rename command follow command is more compatible to do such task: find / -name "*.txt" -exec mv {} {}.c \; Less
↳
By using alias name = sai

Comment s'appelle votre enfant.
6 Answers↳
Alors ?
↳
Oui il y’a examen basique de français, math, et informatique.
↳
Ok merci y a t il des question technique ? Pour l’entretien telephonique ? Quels sont le genre de question ? Merci d’avance Less

Tell us something about yourself
5 Answers↳
General description about college, family, general interests and technical skills. Less
↳
I am Neeraj Sethi
↳
Presently working in Unisol India pvt ltd

Can you be on time everyday? Can you drive?
5 Answers↳
I will be there on time and even on weekends if you need me, I’m very hard working and always on time. Less
↳
Yes I can drive
↳
No

What is the type of record that resolves urls to ip records?
5 Answers↳
A records
↳
urls cant be resolved to an IP address That has to be a domain name to IP record which is A record for IPv4 and AAAA for IPv6 Less
↳
It's so called reverse DNS