Codality challange: 2 data structure problems and 1 Django problem
Backend Developer Interview Questions
9,194 backend developer interview questions shared by candidates
Describe a challenge you faced in a project you worked on.
Fala sobre minhas experiências e objetivos no mercado de trabalho
What is your strongest skill
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": [], }
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.
Preguntas sobre el mayor reto al que me había enfrentado.
Self introduction, Former working experience. Coding challenge
About docker how to deploy
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.
Viewing 8251 - 8260 interview questions