Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Altimetrik Team. If you also belong to the team, you can get access from here

Altimetrik Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 981 Reviews

Filter interviews by

Altimetrik Interview Questions, Process, and Tips

Updated 8 Jan 2025

Top Altimetrik Interview Questions and Answers

View all 106 questions

Altimetrik Interview Experiences

Popular Designations

206 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Project description
  • Ans. 

    Developed a software system to automate inventory management for a manufacturing company.

    • Designed user-friendly interface for easy data input and retrieval

    • Implemented barcode scanning technology for efficient tracking of inventory

    • Integrated system with existing ERP software for seamless data synchronization

  • Answered by AI
  • Q2. Use case or scenario based questions

Engineering Manager Interview Questions asked at other Companies

Q1. Which contactor connected first in star delta starter?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Apr 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Dsa ,spring boot and java
Round 2 - Technical 

(1 Question)

  • Q1. Database,caching,java collectioms

Top Altimetrik Senior Software Engineer Interview Questions and Answers

Q1. Sort employees stream based on salary and department
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Data Science Intern Interview Questions & Answers

user image Pavan Deepak Malla

posted on 22 Feb 2022

I applied via Campus Placement and was interviewed in Aug 2021. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

In both aptitude and coding in the second round, aptitude mostly consists of basic problems and there are some data science problems like bias, stats and probability.

Round 3 - Coding Test 

2 coding problems the ones I got are easier didn't take more than 15 minutes to solve both of them.

Round 4 - Technical 

(2 Questions)

  • Q1. Pretty hard technical interview from formulae behind algorithms to math to algorithms touched the sight of all basic data science questions that are supposed to be asked on data science interview
  • Q2. What is gradient descent, why does gradient descent follow tan angles and please explain and write down the formula of it.
  • Ans. 

    Gradient descent is an optimization algorithm used to minimize the cost function of a machine learning model.

    • Gradient descent is used to update the parameters of a model to minimize the cost function.

    • It follows the direction of steepest descent, which is the negative gradient of the cost function.

    • The learning rate determines the step size of the algorithm.

    • The formula for gradient descent is: theta = theta - alpha * (1/...

  • Answered by AI
Round 5 - One-on-one 

(2 Questions)

  • Q1. Managerial Technical round asked some basic level coding questions and data handling with lists, tuples, sets and dicts.
  • Q2. Please write a dictionary and try to sort it.
  • Ans. 

    A dictionary sorted in ascending order based on keys.

    • Create a dictionary with key-value pairs

    • Use the sorted() function to sort the dictionary based on keys

    • Convert the sorted dictionary into a list of tuples

    • Use the dict() constructor to create a new dictionary from the sorted list of tuples

  • Answered by AI
Round 6 - HR 

(6 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. Where do you see yourself in 5 years?
  • Q4. Why are you looking for a change?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the Machine learning lectures of Andrew Ng on youtube, you could easily pass the interview if you have a grip on Andrew Ng's lectures.

Skills evaluated in this interview

Data Science Intern Interview Questions asked at other Companies

Q1. Puzzle QuestionIn a bank, suppose there are 5 counters. Which approach mentioned below is better?1) The new customer goes to whichever counter has a smaller queue2) Each counter has a specific purpose (e.g., cash withdrawal, cash deposit, c... read more
View answer (1)
Round 1 - Technical 

(2 Questions)

  • Q1. Concepts on oops progressing the way that it will include
  • Q2. Answers on the dilegent way

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared try to be confident on the way that gets to pick

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

Altimetrik interview questions for popular designations

 Senior Software Engineer

 (21)

 Data Engineer

 (16)

 Staff Engineer

 (14)

 Senior Data Engineer

 (9)

 Java Developer

 (8)

 Senior Engineer

 (8)

 Software Engineer

 (6)

 Front end Developer

 (4)

I applied via Recruitment Consulltant

Round 1 - HR 

(1 Question)

  • Q1. Regarding experience
Round 2 - Technical 

(1 Question)

  • Q1. Job responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Altimetrik is a good place to work . Job security is there , this is the best thing.

Talent Acquisition Analyst Interview Questions asked at other Companies

Q1. Difference between Java backend developer and frontend developer
View answer (1)

Get interview-ready with Top Altimetrik Interview Questions

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Java, problem solving, code tracing

Round 2 - Technical 

(1 Question)

  • Q1. Prepare for DSA questions.
Round 3 - Technical 

(1 Question)

  • Q1. Prepare for DSA

Top Altimetrik Senior Software Engineer Interview Questions and Answers

Q1. Sort employees stream based on salary and department
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Jobs at Altimetrik

View all

Staff Engineer Interview Questions & Answers

user image Vidhya Shankar Thirumalairaju

posted on 19 Sep 2022

Round 1 - Technical 

(1 Question)

  • Q1. Java Basics, Design Patterns
Round 2 - Coding Test 

Java, problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics, learn system design as well

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit PairsYou are given an integer 'N'. Your task is to find the number formed after swapping each even bit of 'N' in its binary representation with its adjacent bit on the right, assuming that the least significant bit is an o... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Programming questions

Senior QA Lead Interview Questions asked at other Companies

Q1. Scenario: Suppose a build is supposed to go live in 2 hrs but you just found a bug while monkey testing. What would you do now?
View answer (1)

I applied via Jobsforher and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Basic questions of java and spring framework (DI, strings, aggregation, multi threading, collection)
  • Q2. Program for finding 2 nd largest number in array
  • Ans. 

    Program to find 2nd largest number in array

    • Sort the array in descending order and return the 2nd element

    • Initialize two variables, largest and secondLargest, and iterate through the array to find the two largest numbers

    • Use a priority queue to keep track of the two largest numbers

  • Answered by AI
  • Q3. Program for finding the prefix of OL
  • Ans. 

    Program to find the prefix of OL in an array of strings

    • Loop through each string in the array

    • Check if the first two characters are 'OL'

    • If yes, add the string to a new array of prefixes

    • Return the array of prefixes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First interviewer was so polite and gave some time for thinking. The final interviewer was rude and cancelled my interview. Finally HR was so so good and rearranged my interview and got selected

Skills evaluated in this interview

Top Altimetrik Senior Software Engineer Interview Questions and Answers

Q1. Sort employees stream based on salary and department
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

I applied via Approached by Company and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Coding questions along with automation and QA specific questions
Round 2 - Coding Test 

Coding questions involving oops concepts, strings, collections

Round 3 - One-on-one 

(1 Question)

  • Q1. One on one round with Engineering manager
Round 4 - HR 

(1 Question)

  • Q1. Discussion on profile summary, policies and salary negotiation

Interview Preparation Tips

Topics to prepare for Altimetrik Staff Engineer interview:
  • Java
  • Selenium
  • QA Testing
Interview preparation tips for other job seekers - Be clear with the coding concepts and do practice well before the interview. Go through the QA and automation concepts well.

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit PairsYou are given an integer 'N'. Your task is to find the number formed after swapping each even bit of 'N' in its binary representation with its adjacent bit on the right, assuming that the least significant bit is an o... read more
View answer (2)

Altimetrik Interview FAQs

How many rounds are there in Altimetrik interview?
Altimetrik interview process usually has 2-3 rounds. The most common rounds in the Altimetrik interview process are Technical, Coding Test and HR.
How to prepare for Altimetrik interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Altimetrik. The most common topics and skills that interviewers at Altimetrik expect are Java, Python, SQL, Javascript and Spring Boot.
What are the top questions asked in Altimetrik interview?

Some of the top questions asked at the Altimetrik interview -

  1. What is gradient descent, why does gradient descent follow tan angles and pleas...read more
  2. ASP.NET page life cycle and events in it and how page will be render...read more
  3. You own a Tea shop and I arrive to place a bulk order for tea. What questions w...read more
How long is the Altimetrik interview process?

The duration of Altimetrik interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Altimetrik Interview Process

based on 114 interviews in last 1 year

Interview experience

3.8
  
Good
View more

People are getting interviews through

based on 136 Altimetrik interviews
Job Portal
Recruitment Consultant
Referral
Company Website
Campus Placement
54%
4%
4%
1%
1%
36% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 779 Interviews
Coforge Interview Questions
3.4
 • 496 Interviews
KPIT Technologies Interview Questions
3.5
 • 282 Interviews
Cyient Interview Questions
3.7
 • 276 Interviews
CitiusTech Interview Questions
3.4
 • 259 Interviews
View all

Altimetrik Reviews and Ratings

based on 981 reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-Life balance

3.8

Salary & Benefits

3.4

Job Security

3.8

Company culture

3.4

Promotions/Appraisal

3.5

Work Satisfaction

Explore 981 Reviews and Ratings
Mobile Automation Tester-Immd-Hyderabad-4-9yrs

Hyderabad / Secunderabad

4-9 Yrs

Not Disclosed

Power bi lead

Chennai

8-13 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.2k salaries
unlock blur

₹9 L/yr - ₹37 L/yr

Staff Engineer
809 salaries
unlock blur

₹10.9 L/yr - ₹40 L/yr

Senior Engineer
612 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Software Engineer
307 salaries
unlock blur

₹4.8 L/yr - ₹19 L/yr

Senior Staff Engineer
216 salaries
unlock blur

₹15 L/yr - ₹43 L/yr

Explore more salaries
Compare Altimetrik with

Accenture

3.9
Compare

Persistent Systems

3.5
Compare

Mphasis

3.4
Compare

LTIMindtree

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview