I applied online. The process took 1+ week. I interviewed at HCODE Technologies (Noida) in Aug 2025
Interview
They ask about salary expectation and ask you to do the assessment test to check your skill, then they tell you that they can meet your salary expectation.
What is the whole point to waste someones 3 days in assignment if you knew you can't match their budget.
I applied online. The process took 1 week. I interviewed at HCODE Technologies (Karnāl) in June 2025
Interview
1. Interview round on Hacker rank. 1st Easy/Medium and 2nd Hard
2. Interview with SE. Simple questions asked about to convert array of interger to first positive and then negative integer.
3. Interview with COO. Tricky questions Asked about matrix rotation by 90
Interview questions [1]
Question 1
Most of the important things was to study basics of the Language
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)