I applied online. I interviewed at FynTune (Navi Mumbai) in Apr 2024
Interview
It was average. If you've prepared well for javascript & react and if you know the basics of it very well you are good to go. It consist of two rounds on same day. 1st round is face-to-face (orally). 2nd is also face-to-face but technical round.
Interview questions [1]
Question 1
1st round Face-to-Face interview
What is promise chaining ?
What is difference between asynchronous & synchronous ?
what is useeffect hook?
what is hoisting ?
what is the purpose of key property in react?
what is virtual dom?
what are three components of Promise ?
what is the purpose of useMemo?
what is memoization?
what is caching?
what does map & reduce function do with an array?
what is server-side rendering & client-side rendering ?
2nd Technical interview
1. const a = {color:"blue",name:"abc"}
b = a
b.color = "green"
so now will the a will be affected if yes then why?
2. const a = "This is a text"
output should be
"sihT si a txet"
tell me the approach for it
How many hooks you have used
useEffect basics question what if i removed the dependency array from it
what will happen if the dependency array will be missing from the useeffect?
Context Api provider question
RTK basic questions
usedispatch, useSelector
I interviewed at FynTune (Turbe, Federation of Bosnia and Herze)
Interview
Main focus on JavaScript concept and basic knowledge of React JS .In JavaScript String Operations questions will be ask your basic fundamental should be strong in both react and javascript
I applied online. The process took 2 days. I interviewed at FynTune (Navi Mumbai) in Sep 2024
Interview
The interview was good, the level was intermediate and had two rounds first theoretical round and the second technical round. In the first round, the questions were asked from react JS and javascript, and in the technical round coding questions on javascript were asked
Interview questions [1]
Question 1
Questions are from React js hooks and javascript basic questions