I applied through other source. I interviewed at Altimetrik (Bengaluru) in Jul 2025
Interview
I have just attend 1st round , They will do all general verification and Ask about your project and experience , They didn't even asked any basic question they redirectly asked only react coding
I applied online. The process took 4 weeks. I interviewed at Altimetrik (Bengaluru) in Sep 2025
Interview
It consists of 2 round as I am an Immediate Joiner. I think for candidate with high notice period they take 4 round. For me 1st round is mostly focused on DSA and 2nd round is client round.

Interview questions [1]
Question 1
In first round interviewer asked below question.
1. Given a mathematical expression as a string, evaluate it using the reverse BODMAS rule. Reverse BODMAS rule — that is, apply operations in the following order:
Subtraction → Addition → Division → Multiplication
Input : “3 + 2 * 4 - 1”
output : 15
Input : “12 + 5 * 3 - 7”
output : -68
2. Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right, which minimizes the sum of all numbers along its path.
Ex: Input: grid = [[1,3,1],[1,5,1],[4,2,1]]
Output: 7
I applied through a recruiter. The process took 1 week. I interviewed at Altimetrik (Bengaluru) in May 2025
Interview
HR called and schedules Interview from call via third party.
Too many rounds and Interviewers only concentrate on theory instead of practical knowledge.
Only gave 1 round.
total 5 rounds
Interview questions [1]
Question 1
They concentrate only on theory, they will tell you about DSA but will ask only theory things
What is thread, is array thread safe, RedBlack tree, etc.
I dont suggest you to appear and waste time if you are solving Leetcode. they never ask to write code. Just go learning theory like school kids.