Write a program that eliminates evenly occurring characters in a string Input : abbbbcccczzxxxxzzz Output : azzz Purpose is to remove all those characters which are occurring in multiples of 2 consequently in JAVASCRIPT.
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
Different types of API Calling methods
What would you name this function and how would you optimize it?
Find the lower bound of a given number in a sorted array.
The problem gives you a sample input data file containing the all the employee-employer relationship information of a company. For example "Peter, John, 2013, software developer--John, NULL, 2012, CEO--David, Peter, 2014, technician..." means there are 3 people int this company (segmented by '--' ), the first 1 is Peter, his boss is John, he entered the company in 2013 as a software developer. The second is John as CEO, with no boss, the third is David as technician, his boss is Peter. The problem is asking you to output a file with all the information in a hierarchic style. I selected C++ as my language. But I found it might be quite efficient if we use mysql in this problem.
for an array of integer with just 0s and 1s sort the array in the most optimal way.
even if you perform well in all but one, you wont get the offer.
A logic question: in a room there are 3 lightbulbs; you are outside of the room and can't see inside; in front of you are 3 switches connected to the lightbulbs. What do you do to know which switch activates which lightbulb if you're only allowed in the room once? A technical question: you have 5 minutes to describe to me how to make a fuel level detection system for a tank. Here's a pen and some paper; describe it to me in any way you want using any terms you want. (he was looking to see if you're smart enough and think logically enough to design such a thing even if you don't really know anything about it beforehand)
Basic
second was this question input [1,4,2,6,7,9,3,5] output [1,2,3,4,9,7,6,5]
Viewing 631 - 640 interview questions