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 2 days. I interviewed at TIKAJ (Lucknow) in Mar 2022
Interview
There were three rounds: the first was HR, and the other two were technical rounds related to the role you applied for. If you know the basics, you will surely clear both rounds.