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 and Answers

Updated 13 Jan 2025

10 Interview questions

A Senior Software Engineer was asked 8mo ago
Q. Write a program to manipulate strings.
Ans. 

A program to manipulate strings, demonstrating various operations like reversal, concatenation, and substring extraction.

  • Reversing a string: Use slicing in Python, e.g., 'hello'[::-1] results in 'olleh'.

  • Concatenating strings: Combine using '+' operator, e.g., 'Hello' + ' World' gives 'Hello World'.

  • Finding a substring: Use 'in' keyword, e.g., 'cat' in 'concatenation' returns False.

  • Counting occurrences: Use str.coun...

A Senior Software Engineer was asked 12mo ago
Q. Design a Parking Management System.
Ans. 

Design a Parking Management System for efficient parking space allocation and management.

  • Implement a system to track available parking spaces in real-time.

  • Include features for booking parking spots in advance.

  • Incorporate a payment system for parking fees.

  • Utilize sensors or cameras for monitoring parking space occupancy.

  • Develop a user-friendly interface for customers to easily navigate and use the system.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more
A Senior Software Engineer was asked
Q. Which design pattern do you use and why?
Ans. 

I primarily use the MVC design pattern for its clear separation of concerns and ease of maintenance.

  • MVC (Model-View-Controller) - separates data, presentation, and user input into three interconnected components

  • Singleton - ensures a class has only one instance and provides a global point of access to it

  • Factory - creates objects without specifying the exact class of object that will be created

  • Observer - defines a o...

A Senior Software Engineer was asked
Q. 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 Wareho...

A Senior Software Engineer was asked
Q. Describe a SQL scenario where you would use a window function.
Ans. 

Using SQL window functions to analyze data across rows without grouping.

  • Window functions allow calculations across a set of rows related to the current row.

  • Example: ROW_NUMBER() can assign a unique sequential integer to rows within a partition.

  • Example: SUM() OVER (PARTITION BY department) calculates total salary per department.

  • Example: LAG() and LEAD() can access data from previous or next rows in the result set.

A Senior Software Engineer was asked
Q. Given an array of integers, find the number of duplicate elements in it.
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

A Senior Software Engineer was asked
Q. Given the head of a singly linked list, return true if it is a 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

Are these interview questions helpful?
A Senior Software Engineer was asked
Q. How would you sort a stream of employees 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

A Senior Software Engineer was asked
Q. Write a program to find the second largest number in an 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

A Senior Software Engineer was asked
Q. Write a program to find 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

Altimetrik Senior Software Engineer Interview Experiences

22 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 6 interview rounds.

Round 1 - Coding Test 

Hackerrank Coding test with MCQ

Round 2 - Coding Test 

With the Engineering Manager. Two Coding Problems were given along with Data Structures

Round 3 - Coding Test 

With Senior Engineer In Alitmetrik, Coding Problems, Tech Discussion and Data Structures

Round 4 - Technical 

(1 Question)

  • Q1. Challenges Faced during the previous Employment.
Round 5 - Coding Test 

Coding Test with Client-R1, One Problem Solving and few tech questions.

Round 6 - Coding Test 

Coding Test with Client-R2, One Problem Solving with Tech Discussions.

Interview Preparation Tips

Topics to prepare for Altimetrik Senior Software Engineer interview:
  • Arrays
  • Strings
  • Data Structures
  • Database
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript common fundamentals
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Where you see yourself in next 3 years
  • Ans. 

    In the next 3 years, I see myself taking on more leadership responsibilities, contributing to innovative projects, and continuing to grow as a software engineer.

    • Advancing to a leadership role within the software engineering team

    • Contributing to the development of cutting-edge projects and technologies

    • Continuing to enhance my skills and knowledge through continuous learning and professional development opportunities

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a Senior Software Engineer with 8 years of experience in developing scalable and efficient software solutions.

    • 8 years of experience in software development

    • Specialize in developing scalable and efficient software solutions

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Experience with cloud technologies like AWS and Azure

    • Strong problem-solving and analytical skills

  • Answered by AI
  • Q3. Explain about your recent projects
  • Ans. 

    Developed a web application for tracking and analyzing user behavior

    • Used React.js for front-end development

    • Implemented data visualization using D3.js

    • Utilized Node.js and MongoDB for back-end development

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Stream API in java and some string and sorting question using stream
  • Q2. Design Parking Management System
  • Ans. 

    Design a Parking Management System for efficient parking space allocation and management.

    • Implement a system to track available parking spaces in real-time.

    • Include features for booking parking spots in advance.

    • Incorporate a payment system for parking fees.

    • Utilize sensors or cameras for monitoring parking space occupancy.

    • Develop a user-friendly interface for customers to easily navigate and use the system.

  • Answered by AI

Skills evaluated in this interview

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
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Java Coding questions
Round 2 - Technical 

(1 Question)

  • Q1. Coding plus java spring boot Microservices questions
Round 3 - Coding Test 

Develop java spring boot application from scratch

Round 4 - One-on-one 

(1 Question)

  • Q1. Coding questions. Real time questions on application
Round 5 - HR 

(1 Question)

  • Q1. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't belive in HR from Altimetrik. They will conduct multiple rounds and waste your time. Finally they said you are selected and will release offer letter. But nothing positive will happen. There won't be any response after that. They don't even reply to our emails or phone calls. Most disgusting experience.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA, DBMS, Memory management, Multi threading

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
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
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Javascript, html, css and react questions
Round 2 - Coding Test 

Javascript and react code

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Altimetrik?
Ask anonymously on communities.

Altimetrik Interview FAQs

How many rounds are there in Altimetrik Senior Software Engineer 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 Senior Software Engineer 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 .Net Core, ASP.Net, AWS, Angular and Angularjs.
What are the top questions asked in Altimetrik Senior Software Engineer interview?

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

  1. Sort employees stream based on salary and departm...read more
  2. Program for finding 2 nd largest number in ar...read more
  3. Which design pattern do you use and w...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.

Overall Interview Experience Rating

3.4/5

based on 19 interview experiences

Difficulty level

Easy 6%
Moderate 88%
Hard 6%

Duration

Less than 2 weeks 53%
2-4 weeks 41%
6-8 weeks 6%
View more
Altimetrik Senior Software Engineer Salary
based on 1.4k salaries
₹15 L/yr - ₹29.8 L/yr
34% more than the average Senior Software Engineer Salary in India
View more details

Altimetrik Senior Software Engineer Reviews and Ratings

based on 128 reviews

3.6/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.8

Salary

3.1

Job security

3.7

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 128 Reviews and Ratings
Senior Software Engineer
1.4k salaries
unlock blur

₹15 L/yr - ₹29.8 L/yr

Staff Engineer
1.1k salaries
unlock blur

₹20.4 L/yr - ₹36.8 L/yr

Senior Engineer
809 salaries
unlock blur

₹15.3 L/yr - ₹28 L/yr

Software Engineer
389 salaries
unlock blur

₹8.2 L/yr - ₹14 L/yr

Senior Data Engineer
244 salaries
unlock blur

₹15.8 L/yr - ₹28 L/yr

Explore more salaries
Compare Altimetrik with

Accenture

3.7
Compare

Xoriant

4.1
Compare

CitiusTech

3.3
Compare

HTC Global Services

3.5
Compare
write
Share an Interview