I applied online. I interviewed at Sketch Brahma Technologies
Interview
In my technical interview for the React Developer position at Sketch Brahma Technologies, I began by introducing myself, sharing details about my experience as a front-end and full stack developer. During the interview, I was given two coding challenges. The first involved writing a JavaScript solution to count repeated words in a sentence while excluding a specified banned word, which allowed me to demonstrate my skills in array and object manipulation. The second challenge required finding pairs of numbers that sum to zero using nested loops, using 2 for loops. I made sure to explain my approach and logic for both problems clearly. Additionally, I answered technical questions related to JavaScript, including the difference between setTimeout and setInterval.
Interview questions [1]
Question 1
1. Problem to count repeated words in a sentence except for a banned word
2. Problem to find pairs of numbers from an array that sum to zero
3. Difference between setTimeOut and SetTimeInterval
I applied through a recruiter. The process took 2 days. I interviewed at Sketch Brahma Technologies (New Delhi) in Jul 2024
Interview
Questions were easy but in the second question when i asked for constraint interviewer declined and said “Answer thodi bata dunga”. I asked for constraint as he said i can only use one loop so i asked can i use extra space.
Hope you can understand difference between constraint and answer in your next coding interview.
Interview questions [3]
Question 1
1st Round was telephonic asked basic javascript concepts.
I applied through a recruiter. The process took 2 days. I interviewed at Sketch Brahma Technologies (Pune) in Jul 2024
Interview
HR selected my profile through naukari.
telephonic round: she asked basic question from javascript and reactjs like Map, filter ,Reduce, setTimeOut, setInterval, usestate, useEffect, arrow function, callback function.
Technical round: She asked 4 coding question directly without any intro. Surprisingly, HR took first Round of Technical .
I coded all the question correctly, But after the interview she didn't replied back yet and not even receiving the call.
Totally playing with the emotion of candidates.
Rubbish behaviour.
Q. Practical live reactJs question.
Create two button which on click 5 different input box should open and on delete All button all records should be deleted.
every individual record contains delete button which on click will delete that particular record.