Me postulé a través de un reclutador. El proceso tomó más de 1 semana. Acudí a una entrevista en GlobalLogic (Noida)
Entrevista
recruiter from TA team reached on phone and scheduled technical rounds on google meet. 1st technical round: was taken by a less experienced person; 2nd technical round: was taken by experienced developer and then manager. - The interview process was chaotic and poorly managed; the recruiter, interview panel, and manager all forgot that the interview was scheduled. - I joined meeting and waited for 10 minutes; when I informed the recruiter, she too had no idea that the interview was scheduled; she then asked me to wait while she brought in the interviewers, and I had to wait again for 10 minutes. - The interview then began: I turned on the camera - while they both had camera off . - neither the technical person nor the manager cared to introduce themselves. (This happened in both rounds)
HR also ghosted regularly for 3-4 days; I had to call them to know the results.
I wasted my time & energy; very unprofessional behavior.
Preguntas de entrevista [1]
Pregunta 1
- ES6, hoisting, currying - ReactJS hooks & lifecycle methods - Redux and its flow
Acudí a una entrevista en GlobalLogic (Bangalore Rural)
Entrevista
JavaScript:
Explain closures and their use cases.
Difference between let, const, and var.
How does hoisting work in JavaScript?
What are promises and how do they differ from async/await?
Glassdoor
+1
Glassdoor
+1
React.js:
What are React hooks and how do they work?
Explain the component lifecycle in React.
How do you manage state in a React application?
Differences between controlled and uncontrolled components.
CSS & HTML:
What is the Box Model in CSS?
How do Flexbox and Grid differ?
Semantic HTML elements and their importance.
Me postulé a través de una agencia de empleos. El proceso tomó 1 semana. Acudí a una entrevista en GlobalLogic (Nueva Delhi) en sep 2022
Entrevista
The interview consists of 3 rounds:
After Resume shortlisting, I got a call after 2 weeks of applying. I almost forgot that I applied in this company.
Round 1: One on One technical Round
Round 2: Online Coding Test on Codility(they will give you 24 hours to complete the test and submit)
Round 3: Another Technical Round
Preguntas de entrevista [6]
Pregunta 1
Q1. A coding question to create an autofill search bar like search engine: When user type suppose "D". So all the results with a "D" letter in it should be listed down
Q4. Based on my answer to the question above, he mentioned this code?
- He said, that you are saying javascript is async. then what will be the output of this code
console.log("a")
Promise. execution()
console.log("b")
Will it wait to resolve promise or it will execute parallely ?
After 3 days, I got a call, that ready for round 2 which was a codility test. I was not aware about the codility environment, so I was not able to clear this round. But questions were easy
Q1. There is a nested menu data given. Show the menu when the submenu item is given, otherwise, only show the nav button. There were other requirements like: color of the menu, properties of the menu given. You need to use all the data which is given there
Q2. There is an array with values name, content, rating. You need to write the logic to show star rating populated and empty stars based on the array value.
Q3. Didn’t attempted, as time was not enough. But fetch data from api and show the country list and then there were scenarios on the basis of that your data will show up. Not able to recall correctly, but I guess search condition and flags of the country should also show up.
When you execute your program, all the test cases should be executed. Only then, it will be considered as a completed one