Ho presentato la mia candidatura online. La procedura ha richiesto 7 settimane. Ho sostenuto un colloquio presso Tridhya Tech (Ahmedabad) nel mese di nov 2022
Colloquio
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.
Domande di colloquio [1]
Domanda 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]]
Ho presentato la mia candidatura tramite l'università. Ho sostenuto un colloquio presso Tridhya Tech (Ahmedabad) nel mese di set 2021
Colloquio
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.**
Domande di colloquio [1]
Domanda 1
What is the difference between == and === in JavaScript, and when should you use each?