I applied online. The process took 1 week. I interviewed at Altimetrik (Hyderābād) in Sep 2024
Interview
There was selection for one client but they changed the client again saying it went on hold. Not sure why they changed and it went on hold. Not so good experience I had with the company interview process
I applied through a staffing agency. I interviewed at Altimetrik (Bengaluru) in Aug 2024
Interview
I have given 3 interviews in the past 3 weeks. After clearing first round they shared a link for back ground verification process. That link was asking me to login via PAN card and EPFO/ITR password to verify your documents. My question is why the hell do I give my password to any third party website to verify my documents. It is like give me your password to check you are available in facebook or not something like that. You know what I am trying to convey here. After sharing my documents via mail, They had not schedule my interview for the second round.
Interview questions [1]
Question 1
Python questions like
Basic concept, Decorator, Generator and given 1-2 problem statement to solve.
I applied online. The process took 1 week. I interviewed at Altimetrik (Bengaluru) in Mar 2021
Interview
There will be three round of interview -
L1 - In this round basically focus on Basic tech question along with data-structure. L2 round will be the Java advance section like Threads, concurrency, Spring boot & Microservice.
Interview questions [1]
Question 1
Given an integer array nums, return an array answer such that answer[i] is equal to the product of all the elements of nums except nums[i].
The product of any prefix or suffix of nums is guaranteed to fit in a 32-bit integer.
You must write an algorithm that runs in O(n) time and without using the division operation.
Input: nums = [1,2,3,4]
Output: [24,12,8,6]