Fala sobre minhas experiências e objetivos no mercado de trabalho
Backend Developer Interview Questions
9,192 backend developer interview questions shared by candidates
Preguntas sobre el mayor reto al que me había enfrentado.
Self introduction, Former working experience. Coding challenge
Python questions: Fibbonachi as generator and bfs on object: Write a function that receives a dict and a predicate, and returns a set with paths to all fields satisfying the predicate. The function searches through dicts and lists. Nested field keys are separated by '.' A predicate is any function which receives a value and returns false or true. """ obj = { "a": 4, "b": [ "a", 10, {"d": 6}, ], "c": { "c1": 12, "c2": { "c21": [], }, "c3": None, "c4": None, }, "e": [], }
What is your strongest skill
Using the following: public static Func<int, int> Y(Func<Func<int, int>, Func<int, int>> f) { return x => f(Y(f))(x); } Create a Func<int, int> which computes the n-th Fibonacci number using only anonymous lambdas.
About docker how to deploy
The system design question is just a general question, quite frequently asked in system design interviews. The coding question is a modification of a usual coding question. The original one is not hard, but they changed it a bit and that makes it very tricky to solve.
I was asked to validate a binary search tree with O(1) extra space. Afterward, I explained the algorithm for solving the problem and the time complexity of the algorithm that I used.
Django and coding questions on HackerRank
Viewing 8251 - 8260 interview questions