What is the main class in java?
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
The questions in the initial round were about the topics learnt in college about networking, cloud computing basics and some java programming question.
Given a integer , return corresponding ASCII char representation without using language building in feature. ex. input interger 1234, return "1234" in string or characters
Given an array like [-1, 2, 3, 5, 4, 6] and it should print the 3 that is order of the array is equal to array element
Another was a puzzle: A king orders 100 bottles of wine for a celebration. A courtier who's angry with the king over something puts poison in one of those bottles. The king has a way of identifying the poisoned bottle by giving a few drops of wine to a monkey. Since the poison is fast acting, the monkey will die immediately. Whats the minimum number of monkeys needed to find the poisoned bottle?
write an algorithm to divide two numbers using only loops and addition.
Please check above
Bucket Sorting
Whats is max possible edges in a graph with no cycles.
You have a long set of numbers. More than 400k. How would you search if a specific number is in set? They expect a better solution than looping the set until you find the number.
Viewing 31 - 40 interview questions