only formality they did interviews no openings
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,181 desenvolvedor de software interview questions shared by candidates
What is your primary motivation to seek new employment and leave your current company?
Each round was knock out 1st round : technial ----------------------------------------------------------- 1. Explain storage class in C. 2. Given an array of n integer from 1 to n, 1 value is missing find out which value is missing(optimal solution). 3. explain waterfall model and some basic questions //cleared this round 2nd round : technical ---------------------------------------------------------- 1. Tell me about yourself 2. Explain Normalization and its form with example 3. He gave 3 empty table(3 table structures). 1st table column reference to 2nd table column and 2nd table column references to 3rd table column. Now he asked which normal form it is violating. 4. In the same table he filled data and asked to write a query to get data from the table using join.Inner join worked well and was easy. 5. Gave the following code asked what this code will do void x(struct node* head) { if(head->next==NULL) return; x(head->next); printf("%d ",head->data); } //quite simple that it is the code to print the linked list in reverse order. but he asked me to explain it. Did it very well and he said very good. 6. Puzzle 7 full, 7 half-full and 7 empty bottles of beer are given. you have to divide in group of three such that each group has equal no. of bottles and beers too. //cleared this round too. 3rd round : Managerial round ---------------------------------------------------------------- #old guy probably one of the manager. greeted well Only puzzles and few questions from resume, course taken etc 1.Given a cube, dipped into colour and cut into 5x5. how many cubes we will get coloured(total). //I calculated right but said wrong 2. you have 26 similar balls(colour and weight) and 1 ball which is similar to rest 26 but has weight slightly higher then the rest. how many comparisons you require to find the faulty ball on weighing scale. i knew that it is controlled by power of 3 and ans should be 3. but that time i though 3^4 = 27 and said 4........infact i proved also in 4. he said to optimize it but i didn't............. unfortunately after this round they said you are not qualified for hr round. :( Hope this review will help others to get job at sap labs :)
OOP concepts
Frequency of characters in a string. (Short coding problem)
First the first one they asked me to debug some code and then I got some logic questions.
Design and implement a set of classes that implements logical AND and OR gates and allows them to be combined together to create larger logic blocks.
its very nice to have an interview in valeo, its a big company, but glassdoor make make a review in force to see other salaries kinda like that
Using the UNIX file /usr/share/dict/words that contains one word per line, how would you get a random word out of the dictionary with the same probability for all the words in the file?
Solve a graph problem which was unrelated to the role being interviewed for?
Viewing 1021 - 1030 interview questions