Em cada um dos processos houve perguntas tanto sobre soft skills, comportamentais e perguntas técnicas relacionadas a função.
Site Reliability Engineer Interview Questions
2,547 site reliability engineer interview questions shared by candidates
Tell me what devops means to you.
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,
based on previous, design system handle 100TB of data a day and work in a worldwide context
design a system to process a large text file produced by a client
They asked about foundemental CS questions. String manipulation, Trees, Graphs and recursion.
Viewing 1541 - 1550 interview questions