My interests.
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,166 desenvolvedor de software interview questions shared by candidates
I can't tell you the questions, but they were hard.
1st Round: Consider an array of 5 elements. You must create a new array such that at a given position 'i', the number should be product of all elements of original array except the 'i'th element. You have to solve this in least number of iterations possible.
find no of occurances of substring in a string
Q: Find the sum of the largest and second largest number in a array
all are qsns from polish cyber olympiad
A scatter graph of points on a page, draw a horizontal line across the page such the the perpendicular y distance to the line from all points in aggregate is minimised. Describe an algorithm for placing this line optimally?
How do you manage session details of the recent 10 most active users? Which are the collections you use for this?
How to get rid of 500+ console.log in production mode
Given a list of ranges sorted in order i.e. <5,10><15,20><25,35> , insert a new range <x,y>. If new range overlap with existing range then need to merge overlapping ranges. I.e. if <x,y> = <7,17> resulting list should be <5,20><25,35>
Viewing 471 - 480 interview questions