Questions involve technical as well as behavioural. Team spends good amount of time evaluating your technical skills, cultural fit.
Desenvolvedor De Software Interview Questions
Desenvolvedor De Software Interview Questions
A área de desenvolvimento de projetos está em alta e oferece bons salários e realização profissional. Em entrevistas para cargos de desenvolvimento de software, são normalmente feitas perguntas relacionadas às suas habilidades técnicas e comportamentais e a como você gerencia projetos de maneira eficiente.
Principais perguntas de entrevista para desenvolvedor(a) de software e como respondê-las
Pergunta 1: Com qual tipo de desenvolvimento de software você trabalha no momento?
Pergunta 2: Descreva um problema de desenvolvimento que você tenha tido e como o solucionou.
Pergunta 3: Como é seu processo de garantia de qualidade?
93,157 desenvolvedor de software interview questions shared by candidates
Write a program to find the total number of ways an unlimited supply of {1,3,5} Rupee coins can be used to sum up a given number
converging maze 1) largest cycle 2) maximum input point 3) shortest meeting point between 2 nodes.
3 coding based on graphs
Core Java questions.
1. Lock and Unlock a node of the given tree, Structure of the tree: one root multiple childs (>2). problem: find solution for locking and unlocking the nodes logic with log(N) complexity. Lock(node): returns boolean we can lock the node if and only if ancestor nodes and descendant nodes are not locked. if they are locked then return false else return true Unlock(node): returns boolean if node is already locked then unlock it and return true else return false
Technical
Write an algo which will return all pairs of integers from a given list of integers that satisfy the following equations: x + y = z, where x,y,z are all present in the given list. Optimize it to run in constant time.
There was a two part question in Hackerrank with a medium difficulty level. The first part was a coding exercise and the second part was describing the complexities of the solution that was used.
If you were to implement string replace function in C++, how would you do that?
Viewing 441 - 450 interview questions