Me postulé en línea. El proceso tomó 7 semanas. Acudí a una entrevista en Tridhya Tech (Ahmedabad) en nov 2022
Entrevista
First round is aptitude test and second round is technical round and third one is CTO round The interview is good taken by management Friendly environment of interview and good infrastructure of company
The interview process involves resume shortlisting, an initial HR call, one or two technical coding rounds, a managerial round assessing fit and communication, and ends with final HR discussion and offer.
Preguntas de entrevista [1]
Pregunta 1
Given an array of integers, return all the triplets [a, b, c] such that a + b + c == 0.
Example:
Input: nums = [-1, 0, 1, 2, -1, -4]
Output: [[-1, -1, 2], [-1, 0, 1]]
Me postulé a través de una facultad o universidad. Acudí a una entrevista en Tridhya Tech (Ahmedabad) en sep 2021
Entrevista
Here’s a 30-word version:
**Application review, HR screening, JavaScript fundamentals round, MERN stack problem-solving round, and managerial discussion covering behaviour, teamwork, and project ownership, leading to selection or rejection based on overall performance.**
Preguntas de entrevista [1]
Pregunta 1
What is the difference between == and === in JavaScript, and when should you use each?