Ik heb online gesolliciteerd. De procedure duurde 7 weken. Ik heb gesolliciteerd bij Tridhya Tech (Ahmedabad) in nov 2022
Sollicitatiegesprek
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.
Sollicitatievragen [1]
Vraag 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]]
Ik heb via een hogeschool of universiteit gesolliciteerd. Ik heb gesolliciteerd bij Tridhya Tech (Ahmedabad) in sep 2021
Sollicitatiegesprek
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.**
Sollicitatievragen [1]
Vraag 1
What is the difference between == and === in JavaScript, and when should you use each?