A random topic to speak about
Desenvolvedor De Software Junior Interview Questions
4,394 desenvolvedor de software junior interview questions shared by candidates
Domande su SQL, programmazione ad oggetti, logica
Descrizione ciclo while e differenze tra classi e oggetti
Identify memory leak: // this function has a memory leak. Can you find it? int i = 5; // <-- char *pszString = (char *)malloc(32); memset(pszString, 0, sizeof(32)); strcpy(pszString, "hi"); if (i > 5) { sprintf(pszString, "%i is greater than 5", i); printf("%s\n", pszString); free(pszString); } else if (i < 5) { sprintf(pszString, "%i is less than 5", i); printf("%s\n", pszString); free(pszString); } }
Count letters in a sentence omitting non alphabet characters: /// /// E.g given the // input string "Hello there!", print the output has to be 'h': 2 /// 'e': 3 'l': 2 'o': 1 't': 1 'r': 1 /// /// input The string containing the letters to count /// // Omit any character that is not in the English alphabet
Domande generiche su java / sql e sugli eventuali errori degli esercizi svolti
Come ha conosciuto la nostra realtà aziendale?
Come ti vedi tra 5/10 anni?
Tell me what you know about the fundamentals of OOP in C++.
Tell me about yourself
Viewing 1371 - 1380 interview questions