J'ai postulé en ligne. Le processus a pris 7 semaines. J'ai passé un entretien chez Tridhya Tech (Ahmedabad) en nov. 2022
Entretien
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.
Questions d'entretien [1]
Question 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]]
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Tridhya Tech (Ahmedabad) en sept. 2021
Entretien
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.**
Questions d'entretien [1]
Question 1
What is the difference between == and === in JavaScript, and when should you use each?