Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso TIKAJ (Lucknow) nel mese di dic 2022
Colloquio
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
Domande di colloquio [1]
Domanda 1
question related to dictionary, and basic react based logic page
Ho sostenuto un colloquio presso TIKAJ (Gurgaon, Haryana)
Colloquio
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.
Domande di colloquio [1]
Domanda 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’]
// }
Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso TIKAJ (Nuova Delhi) nel mese di mag 2022
Colloquio
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
Domande di colloquio [1]
Domanda 1
What is Event loop in JavaScript
What is Asynchronous programming