Candidatei-me online. O processo levou 3 dias. Fui entrevistado pela Optimiza (Ḩawwārah, Amman Governorate) em ago. de 2018
Entrevista
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
Perguntas de entrevista [13]
Pergunta 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 ?