Candidatei-me por meio de recrutador(a). O processo levou 2 semanas. Fui entrevistado pela financial.com (Nova Deli) em abr. de 2020
Entrevista
First Round - online test
10 questions, first 6 multiple choice
And next 4 programing based on core javascript
Second Round - HR
Third Round - technical session with CTO , senior dev and HR
Questions based on javascript basics n es6 , then framework s u have worked with.
Fiz uma entrevista na empresa financial.com (Cochim).
Entrevista
I had a smooth and well-structured interview experience with financial.com. The process started with an 1.online coding challenge focused on JavaScript fundamental,css questions and problem-solving. After clearing the test, I had an HR round where the discussion included culture fit, company overview, and some conceptual JavaScript questions. The HR was friendly and made the conversation comfortable while still assessing technical basics.
The final round was a technical interview with CTO,Delivery manager,including senior technical members. The questions mainly focused on Test dome questions that you attended (CTO will pick a random problem solving question from test dome to explain) ,JavaScript fundamentals such as promises vs setTimeout, and output-based questions. There were also discussions around React concepts, CSS selectors like nth-child vs nth-of-type, pseudo-classes vs pseudo-elements, and whatever you include in your resume.Interviewers were welcoming and encouraged explaining the thought process rather than expecting perfect answers.
Perguntas de entrevista [1]
Pergunta 1
1.problems on testdome question(CTO)
2.virtual dom
3.why did react Js instead of html(webpage)when we display list of items
3.asyn vs await
4.what will happen if async function without await
5. styling questions(simple practical questions focused on nth Child,nth type )based on the CSS concepts covered in the TestDome test.
6.typescript questions (if you only typescript in resume )
7.redux
8.is it possible to create multiple store in redux
9.hooks that you familiar with
10.usestate vs use reducer and which one is better for testing
11.order of execution (promise,settimeout,nested promise)
12. let i = 0;
while (i < 3) {
setTimeout(() => console.log(x), 0);
i++;
}
13.how do you estimate task.
14.what do you do if requirements is unclear
15.biggest challenge you faced