How do you tackle difficult situations in professional work?
Site Reliability Engineer Interview Questions
2,639 site reliability engineer interview questions shared by candidates
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.
Specific C++ questions
basic questions about java and coding along with some theory
Viewing 1611 - 1620 interview questions