Ho presentato la mia candidatura online. La procedura ha richiesto 3 giorni. Ho sostenuto un colloquio presso Optimiza (Ḩawwārah, Amman Governorate) nel mese di ago 2018
Colloquio
It started when I saw a post on LinkedIn from the HR coordinator it was
"fresh .NET developer is needed. send your CV to me" then I sent my CV the next day he called me for an Exam
the exam was English and Techincal skills
and after 5 hours he called me for an interview
in the interview, it was me against two Sr. developers and HR Coordinator
in the end, the reply came after a week with rejection
Domande di colloquio [13]
Domanda 1
from the exam
write a code finds the Fibonacci of n starts with 0 1 1 2 3 5 8 ...
in any language
from the interview
in HTML if we have some elements with an attribute class ="a"
and the CSS code was
.a{
color : blue;
}
.a{
color : red;
}
what will be the color after excution ?