I applied through an employee referral. The process took 3 days. I interviewed at Jar (India) (Bengaluru) in Dec 2023
Interview
Round 1: Technical Round. Question would be related to core programming concepts: OOPS, Basics of Programming, Operating systems and Data Structures and Algorithms. Computer Network questions were not asked for me, but I advice to be prepared.
Round 2: Managerial round. Questions related to personal projects on your resume would be asked, You must be able to answer the ways you can improve your projects to make it more efficient. System Design, basically. Be well versed with writing efficient SQL and Mongo queries.
I interviewed at Jar (India) (Bengaluru) in Apr 2024
Interview
Attended this process as part of campus drive in 2024. Had three rounds in total in the same day and got confirmation in couple of days and joining letter within a week.
Interview rounds:
- MCQ (5 questions)
- Coding (1 problem)
- Technical/HR (panel interview)
- Q&A session on job clarity(not part of assessment)
I applied through university. The process took 3 days. I interviewed at Jar (India) (Bengaluru) in Dec 2023
Interview
Round 1 : Online assessment with 1 DSA question for ~45 min. Variation of valid anagrams LC question. There were no test cases for the code. We had to run the code and make sure that we have covered all the test cases.
Round 2: Interview was mostly resume based. Went over my projects in resume and asked the DB schema of my project. Asked some basic questions of javascript.
Round 3 : People and culture round. Asked about college ending and what my dream role was. Asked if I was open to product roles to which I straight away said NO (This is probably the reason I was rejected)
Interview questions [1]
Question 1
1. Valid anagrams variation(R1)
2. Is javascript multi-threaded or single threaded. Explain