What are your salary expectations?
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,117 desenvolvedor de software interview questions shared by candidates
Given a character array, calculate the minimum no. of jumps from 1st alphabet to reach the last alphabet. CRITERION: From a given character, you can either: 1. Jump to the adjacent character 2. Jump to the same character positioned in a different place
1.) Sum of digits of a number 2.) Reverse a string 3.) sum of largest sequence number in an array list.
programs.. 1.You are given a number in form of integer consist of digits from 0 to 9. Each digit consist of several dash ( see figure) . Your job is to calculate the number of dashes in the given number. -- -- -- | | | | | | | | | | | | -- -- -- -- | | | | | | | | | | -- -- -- 2.An array of integers is given and you have to split the array from the index where sum of left hand side elements is equal to sum of right hand side elements for eg.[1,1,0,2] this will be splitted in two parts [1,1] [0,2] [3,2,1,5,1] will be [3,2,1] and[5,1] 3.a string is given "i am in delhi" if "elh" is there in the given string in the same order('e' then 'l' then 'h') then print "YES" else "no" 4.Write a program to check whether string is pallindrom or not
abstract Class vs Interface
You are given 30 bottles of milk with one poisonous. how will you find which bottle is poisonous by using the minimum number of rats for experiment? how many rats do you need? Give a self defining number
Some thing like a man has a sack of 100 coconuts he crosses 10 checkpost each checkpost he gives number of coconuts same as the number of the checkpost
Program the game FizzBuzz for numbers 1-100 in any programming language.
The coding test was difficult. They give very little time and you need to produce the correct output. This is to see how you perform under pressure.
WAP to find prime nos... WAP to print a patter (pattern was provided)... Number of petrol pumps in mumbai... How ill you measure the diameter of stadium without any measuring tape..
Viewing 211 - 220 interview questions