Candidatei-me online. O processo levou 7 semanas. Fui entrevistado pela Tridhya Tech (Ahmedabad) em nov. de 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.
Perguntas de entrevista [1]
Pergunta 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]]
Candidatei-me por meio de uma faculdade ou universidade. Fui entrevistado pela Tridhya Tech (Ahmedabad) em set. de 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.**
Perguntas de entrevista [1]
Pergunta 1
What is the difference between == and === in JavaScript, and when should you use each?