f2f technical asked me about my work basic mysql queries Manager asked me my experience at work AVP asked me about agile method and scrum and my learning experience
Sviluppatore Di Software Interview Questions
Sviluppatore Di Software Interview Questions
Quello di Sviluppatore di software è un percorso professionale molto richiesto ed è anche un lavoro che offre l'opportunità di ottenere guadagni elevati e realizzazione professionale. Durante i colloqui per Sviluppatore di software è probabile che vengano poste domande inerenti a capacità tecniche, competenze trasversali e modalità di gestione dei progetti.
Domande tipiche dei colloqui per Sviluppatore di software e come rispondere
Domanda 1: Che tipo di sviluppo software stai realizzando al momento?
Domanda 2: Descrivi un problema che hai dovuto affrontare durante un lavoro di sviluppo e come lo hai risolto.
Domanda 3: Come gestisci il processo di QA?
93,055 sviluppatore di software interview questions shared by candidates
Given an array of n coins, determine the minimum number of flips for all coins to have the same side (all heads or all tails).
Why are manhole covers round?
Matrix sorted in increase order by row and column; find a given number x if it appears in the matrix
Write a Java program that takes a 2D bitmap (represented as a 1D array of integers), and reverses it about its vertical axis.
Given a positive integer N, write a function to return a list of the first N fibonacci numbers in order. For example, if N=5, the output list is 0 1 1 2 3.
Is this valid/what would this do (C): int *p; p=0; p++; printf("%d",p);
You have a large data file, consisting of ten-digit numbers separated by new-line characters. Write a program in C to sort it, using at most 20MB of memory. Make it efficient.
int i=14; if (i=15) i++; How much is i?
1. Write a function to implement the "cat" command in Linux 2. Find the first character that only appears once in the whole string
Viewing 151 - 160 interview questions