Ho presentato la mia candidatura di persona. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso ARxIUM nel mese di mar 2024
Colloquio
I was interviewed in two steps, the first one was a simple acquaintance with the usual simple questions, mainly about the projects I participated in. The second was technical with two easy tasks: removing duplicates in a string and selecting and grouping data from a table without using “Group By”
Domande di colloquio [3]
Domanda 1
How to remove duplicates in a string?
like transforming "aaabbbcccaaabc" to "abc"
and transforming strict duplicates like "aaabbbcccaaabc" to "abcabc"