I applied online. I interviewed at HCODE Technologies (Karnāl) in Nov 2024
Interview
Fresher React Developer :
They sent the link for coding interview. It has 2 parts: 3 MCQ and 2 Problem soling questions.
I couldn't even console the variables there. So, practice the below questions fully.
I applied through Linkedin. You should also give it a try.
Interview questions [1]
Question 1
1. There were 3 MCQs related to React useState, props and class component
2. 2 Problem Solving :
a.) Adding all character of strings to get fibonaccii sum: A = 0, B=1, C=1, D=2, E=3 .....
String passed in function : BED
Function should return: 1+3+2 = 6
b.) [Something like.. ] Checking if both strings are equal (order does not matter)