Desenvolvimento De Software Interview Questions

1,234 desenvolvimento de software interview questions shared by candidates

Era apresentado um código e tinha que dizer o que o código estava fazendo. void minhaFuncao(int[] array) { for(int i=0; i < n; i++){ for(int j=1; j < (n-i); j++){ if(array[j-1] > array[j]){ aux = array[j-1]; array[j-1] = arr[j]; array[j] = aux; } } } }
avatar

Estágio em Desenvolvimento de Software

Interviewed at TOTVS

4.1
Jun 12, 2019

Era apresentado um código e tinha que dizer o que o código estava fazendo. void minhaFuncao(int[] array) { for(int i=0; i < n; i++){ for(int j=1; j < (n-i); j++){ if(array[j-1] > array[j]){ aux = array[j-1]; array[j-1] = arr[j]; array[j] = aux; } } } }

Viewing 181 - 190 interview questions

Glassdoor has 1,234 interview questions and reports from Desenvolvimento de software interviews. Prepare for your interview. Get hired. Love your job.