Experiências passadas e tempo em cada uma
Backend Software Engineer Interview Questions
9,111 backend software engineer interview questions shared by candidates
Is there anything you wouldn't like to work with? E.g. some technology, language, etc
Why are you interested in working at Alasco?
Codality challange: 2 data structure problems and 1 Django problem
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.
Viewing 8171 - 8180 interview questions