I applied through an employee referral. The process took 1 day. I interviewed at TIKAJ (Lucknow) in Dec 2022
Interview
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
Interview questions [1]
Question 1
question related to dictionary, and basic react based logic page
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.
Interview questions [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’]
// }
I applied online. The process took 1 week. I interviewed at TIKAJ (New Delhi) in May 2022
Interview
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
Interview questions [1]
Question 1
What is Event loop in JavaScript
What is Asynchronous programming