Glassdoor users rated their interview experience at Altimetrik as 100% positive with a difficulty rating score of 3 out of 5 (where 5 is the highest level of difficulty). Candidates interviewing for Software Engineer and rated their interviews as the hardest, whereas interviews for Software Engineer and roles were rated as the easiest.
Here are the most commonly searched roles for interview reports -
The interview process was smooth and well organized. The technical and HR interviewers were professional, knowledgeable, and approachable. The technical discussion focused on practical frontend development topics such as JavaScript, React, TypeScript, system design, performance optimization, and problem-solving. The HR round was transparent and covered the role, expectations, and overall hiring process.
One area that could be improved is the background verification (BGV) process. While the interview experience itself was positive, the BGV and post-interview communication took longer than expected, with limited updates during the waiting period. More proactive communication and a faster verification process would improve the overall candidate experience.
Overall, I had a good interview experience and found the interview process to be fair and technically relevant.
Interview questions [1]
Question 1
Some Javascript , React core concepts, some tricky questions and some coding challenges
I applied through a staffing agency. I interviewed at Altimetrik (Pune) in June 2026
Interview
A one-hour interview was scheduled on MS Teams. The interviewer was nice. They asked to share the screen and write code in any IDE for the problems he gave.
Although the interview went decently, I didn't get any feedback after my 1st round.
Interview questions [4]
Question 1
What Java version and Spring version are you using?
What is a static block?
What are different memories in java?
When will you get a StackOverflow error and when will you get a OutOfMemoryError?
What will you do when you get an OutOfMemoryError ?
Difference between String, StringBuffer and StringBuilder?
How is StringBuffer thread-safe?
Difference between ArrayList and LinkedList and when to use which?
What are the different exceptions you faced in daily coding?
What is use of finally block?
Write a sorting algorithm to sort an array.
A question on Java streams.
// You have a list of students (name, age, score)
// Sort them based on score
// Categorise students -> scored 80+ Grade 1, Grade 2: 60 - 79, Grade 3: below 59
I applied online. I interviewed at Altimetrik (Bengaluru) in June 2026
Interview
There will be three rounds. The first one will be a pen and paper round just like a school examination followed by l2 and l3. In my case there were 3 questions.
Q1. Implement a LRU caching strategy using c#
Q2. Do a system design for a ride sharing system with payement and live tracking integration. design all apis high level modules and all the details.
Q3. Sliding pointer DSA problem.
One of the worst interview experience as you have to write all this using a pen and paper and you won't have any panel discussion, nor you can explain your thoughts or explanations to a panel. In today's world of AI, using a pen paper to write such large concepts and solutions in a given time frame seemed unfair to me.
Interview questions [1]
Question 1
Q1. Implement a LRU caching strategy using c#
Q2. Do a system design for a ride sharing system with payement and live tracking integration. design all apis high level modules and all the details.
Q3. Sliding pointer DSA problem.