React Developer applicants have rated the interview process at Codebuddy (India) with 3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 50% positive. To compare, the company-average is 33.3% positive. This is according to Glassdoor user ratings.
Candidates applying for React Developer roles take an average of 7 days to get hired, when considering 2 user submitted interviews for this role. To compare, the hiring process at Codebuddy (India) overall takes an average of 7 days.
Common stages of the interview process at Codebuddy (India) as a React Developer according to 2 Glassdoor interviews include:
One on one interview: 100%
Here are the most commonly searched roles for interview reports -
I applied online. The process took 1 week. I interviewed at Codebuddy (India) in Oct 2024
Interview
15 minutes of interview.
They asked me 3 questions.
I passed to next round and 2nd round is AI based test. I don't understand. If they have to take the test, then why don't they take that as a first round?
Interview questions [1]
Question 1
1. How will you create a react element without JSX?
2. const a = [1, 2, 3]
const b = a.filter(ele=>ele*2)
console.log(b);
Output: [ 1, 2, 3 ]
3. Write a function that takes n number of arrays of integers and returns an array of distinct integers i.e the integers should appear only once among the input arrays. Example: [1,2,3], [2,3,4], [3,4,5] => [1,5]. Note: number of arrays can be n. The function should work when inputs are increased or decreased.
solution:
function distinctVeal(arr){
let str=[];
for(let i=0;i
I applied online. I interviewed at Codebuddy (India)
Interview
The interview started HR joined she asked some basic question like Introduction, Family background, Hobbies, Strength & Weakness. I was expecting someone else will join after this but HR herself started asking technical questions. For one question i wanted some clarification but did not get one. I don't know why they put HR to ask technical questions. Never seen this before.
Interview questions [7]
Question 1
Introduction, Hobbies, Strength/Weakness, Managing project and deadline related situational questions.