Me postulé en línea. El proceso tomó 3 días. Acudí a una entrevista en Optimiza (Ḩawwārah, Amman Governorate) en ago 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
Preguntas de entrevista [13]
Pregunta 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 ?