J'ai passé un entretien chez TIKAJ (Gurgaon, Haryana)
Entretien
Applied through wellfound and got interview call for a technical round in which interviewer asked 2 easy dsa problems , javascript live coding , 1 sql query and react basics questions.
Questions d'entretien [1]
Question 1
implement a method groupByOwners that takes in input an object containing the file owner name for each file name and returns output an object containing the list of file names for each file owner name
// For example:
// Input
// —---
// {
// 'Input.txt': 'Randy',
// 'Code.py': 'Stan',
// 'Output.txt': 'Randy'
// }
// Output
// —---
// {
// ‘Randy’ : [‘Input.txt’, ‘Output.txt’],
// ‘Stan’ : [ ‘Code.py’]
// }
J'ai postulé via la recommandation d'un employé. Le processus a pris 1 jour. J'ai passé un entretien chez TIKAJ (Lucknow) en déc. 2022
Entretien
question related to dictionary, and basic react based logic page and along with it had questions on college projects and work done in previous internships and jobs before coming to Tikaj and also asked about work location preferences
Questions d'entretien [1]
Question 1
question related to dictionary, and basic react based logic page
J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez TIKAJ (New Delhi) en mai 2022
Entretien
Interview process was smooth, Had two rounds
First was technical round in which 3-4 questions were asked based on JavaScript
Second round was about projects and Js interview questions along with salary discussion
Questions d'entretien [1]
Question 1
What is Event loop in JavaScript
What is Asynchronous programming