Perguntas de entrevista de Software engineer
Perguntas de entrevista para o cargo de software engineer compartilhadas pelos candidatos
Principais perguntas de entrevista
Given a file that represent a graph, write an algorithm that compute the number of triangles in the graph. I didn't finished this one. What about running BFS and check how many edges connect nodes on the same level. What about running a DFS on every node looking for an egde that connects to the original vertex in the third depth? Running time would be O (n2 + nm) ) |
Given a maze, represented as a matrix, and the initial and final points write an algorithm to solve this. |
Introduction question on java and c++ |
Write a function named 'Once' which accept another function 'sum' ( function sum(a,b){return a+b;}) and return a function and when this returned function called, it should return result of 'sum' (i.e a+b ) passed to 'Once' function. And every time it should return same result that got at first call . |
Fiz um entrevista técnica com uma pessoa da BairesDev e depois fiz outra com o cliente. Entraram em contato diversas vezes... às vezes telefonemas longos para validar listas grandes de skills técnicos. Também trocaram muitos e-mails solicitando mais informações no VC, etc. Fiz uma busca pela empresa e achei esse site aqui... e vi que outras pessoas tiveram a mesma impressão que eu: como são enrolados! Não fiz os testes que me enviaram por e-mail, nem pretendo fazer. Fiquei desanimado quando percebi que estavam consumindo meu tempo sem me dar um retorno concreto. |
Just asked what i have worked on. |
What is a clousure function in Javascript? |
oops concepts, basics of SQL, coding for patterns, the concept of the database, some qns about project etc |
What do you can offer to the company? |
Conte sobre sua história profissional e mostre um pouco dos seus projetos. |