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

Filter interviews by

Altimetrik Senior Software Engineer Interview Questions, Process, and Tips for Experienced

Updated 13 Jan 2025

Top Altimetrik Senior Software Engineer Interview Questions and Answers for Experienced

View all 6 questions

Altimetrik Senior Software Engineer Interview Experiences for Experienced

7 interviews found

Senior Software Engineer Interview Questions & Answers

user image Sudeshna Adhikary

posted on 30 May 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Online coding test on hackerrank - easy.

Round 2 - Technical 

(1 Question)

  • Q1. Technical interview 1
Round 3 - Technical 

(1 Question)

  • Q1. Technical interview 2
Round 4 - Technical 

(1 Question)

  • Q1. Technical interview 3
Round 5 - HR 

(1 Question)

  • Q1. HR discussion and salary bargaining.

Interview Preparation Tips

Interview preparation tips for other job seekers - Tedious process
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Fully for multiple choice questions and answers, totally 60 minutes 60 questions.

Round 2 - Technical 

(1 Question)

  • Q1. Design pattern, single tone , dependency injection, some coding writing oops concepts

Senior Software Engineer Interview Questions Asked at Other Companies for undefined

Q1. Duplicate Integer in Array Given an array ARR of size N, containi ... read more
asked in Visa
Q2. Given a grid containing 0s and 1s and source row and column, in h ... read more
asked in Capgemini
Q3. Kth Largest Number Problem Statement You are given a continuous s ... read more
asked in Mphasis
Q4. Trapping Rain Water Problem Statement Given a long type array/lis ... read more
Q5. Anagram Pairs Verification In this task, you need to verify if tw ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

JAVA,SPRINGBOOT,Microservices,coding,OOPS,ghsd,jhgdhfkja

Interview Preparation Tips

Topics to prepare for Altimetrik Senior Software Engineer interview:
  • java
  • micro
  • spring
  • sql
  • hj
Interview preparation tips for other job seekers - Basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Sep 2023. There were 4 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 - Technical 

(1 Question)

  • Q1. Advance level based on experience
Round 3 - Technical 

(1 Question)

  • Q1. Experience level
Round 4 - HR 

(1 Question)

  • Q1. Experience related

Altimetrik interview questions for designations

 Senior Software

 (1)

 Senior Software Engineer 2

 (3)

 Senior Software QA Engineer

 (1)

 Software Engineer

 (7)

 Senior Software Engineer Product Development

 (1)

 Senior Software Developer

 (1)

 Associate Software Engineer

 (2)

 Senior Java Software Engineer

 (2)

I was interviewed in Aug 2022.

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 - Technical 

(2 Questions)

  • Q1. Check if a linkedlist is palindrome
  • Ans. 

    To check if a linkedlist is palindrome or not

    • Traverse the linkedlist and push each element into a stack

    • Traverse the linkedlist again and compare each element with the popped element from the stack

    • If all elements match, then the linkedlist is palindrome

  • Answered by AI
  • Q2. Sort employees stream based on salary and department
  • Ans. 

    Sort employees by salary and department

    • Create a comparator function to compare salary and department

    • Use the comparator function with the sort() method on the employee stream

    • Return the sorted employee stream

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Count the duplicates in array
  • Ans. 

    Count duplicates in array of strings

    • Create a dictionary to store the count of each string

    • Loop through the array and increment the count in dictionary

    • Loop through the dictionary and count the duplicates

    • Return the count of duplicates

  • Answered by AI
Round 4 - Client Interview 

(1 Question)

  • Q1. Managerial questions about resolving team issues
  • Ans. How will you solve a blocker
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is of average difficulty, very easy and smooth process, helpful hrs

Skills evaluated in this interview

Get interview-ready with Top Altimetrik Interview Questions

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

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Explain data warehouse
  • Ans. 

    A data warehouse is a large, centralized repository of data that is used for reporting and analysis.

    • Data is extracted from various sources and transformed into a common format

    • Data is organized into dimensions and fact tables

    • Designed for querying and analysis rather than transaction processing

    • Supports complex queries and reporting

    • Examples include Amazon Redshift, Google BigQuery, and Microsoft Azure SQL Data Warehouse

  • Answered by AI
  • Q2. SQL scenario question using windows function

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare scenario questions based on your experience

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Naukri.com and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They asked me to build a shopping cart web application using vanilla js and gave two days time , that was the only round they had!

Interview Preparation Tips

Interview preparation tips for other job seekers - I built the app according to wireframe and they evaluated it and selected me directly!

I applied via Referral and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About past working experiences
  • Q2. What's the career expectations from Mindtree

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest enough to answer in management round.

Altimetrik Interview FAQs

How many rounds are there in Altimetrik Senior Software Engineer interview for experienced candidates?
Altimetrik interview process for experienced candidates usually has 3 rounds. The most common rounds in the Altimetrik interview process for experienced candidates are Technical, Resume Shortlist and HR.
How to prepare for Altimetrik Senior Software Engineer interview for experienced candidates?
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 .Net Core, ASP.Net, AWS, Angular and Angularjs.
What are the top questions asked in Altimetrik Senior Software Engineer interview for experienced candidates?

Some of the top questions asked at the Altimetrik Senior Software Engineer interview for experienced candidates -

  1. Sort employees stream based on salary and departm...read more
  2. Program for finding 2 nd largest number in ar...read more
  3. Check if a linkedlist is palindr...read more
How long is the Altimetrik Senior Software Engineer interview process?

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

Tell us how to improve this page.

Altimetrik Senior Software Engineer Interview Process for Experienced

based on 5 interviews

3 Interview rounds

  • Resume Shortlist Round
  • Technical Round - 1
  • Technical Round - 2
View more
Altimetrik Senior Software Engineer Salary
based on 1.2k salaries
₹9 L/yr - ₹35 L/yr
36% more than the average Senior Software Engineer Salary in India
View more details

Altimetrik Senior Software Engineer Reviews and Ratings

based on 114 reviews

3.8/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.9

Salary

3.4

Job security

3.8

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 114 Reviews and Ratings
Senior Software Engineer
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Engineer
869 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
653 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
300 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Software Engineer
236 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Altimetrik with

Accenture

3.8
Compare

Persistent Systems

3.5
Compare

Mphasis

3.4
Compare

LTIMindtree

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview