they asked some standard questions
Reliability Interview Questions
4,002 reliability interview questions shared by candidates
Em cada um dos processos houve perguntas tanto sobre soft skills, comportamentais e perguntas técnicas relacionadas a função.
What are solder joint failure mechanisms?
Tell me what devops means to you.
Programming and Systems related
How do you tackle difficult situations in professional work?
What are pods, nodes, services, daemonsets in Kubernetes
Using the Fibonacci sequence, print out a lower case letter (from the English alphabet) the number of times of the Fibonacci number in the corresponding index. A number in the Fibonacci sequence is calculated by: n[x-2] + n[x-1] = n[x] The sequence starts with n[1] = 1 and n[2] = 1. The index begins at 1, not 0. Be careful of off by 1 errors. You do not have to worry about exceeding the English alphabet s max index of 26. Example: Input: 5 Letter = e Fibonacci number n[5] = 5 Output: eeee Input: A single integer. Output: A number of lower case letters as described above.
Give me an example of a situation where you completely disagreed with your manager and how you resolved it.
Delete duplicates in a linked list,
Viewing 2431 - 2440 interview questions