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 980 Reviews

Filter interviews by

Altimetrik Interview Questions, Process, and Tips

Updated 28 Dec 2024

Top Altimetrik Interview Questions and Answers

View all 106 questions

Altimetrik Interview Experiences

Popular Designations

205 interviews found

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Finding the second maximum number in the list
  • Ans. 

    To find the second maximum number in a list, sort the list in descending order and return the second element.

    • Sort the list in descending order

    • Return the second element in the sorted list

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Loops in Informatica
  • Ans. 

    Loops in Informatica are used to iterate over a set of data or perform repetitive tasks.

    • Loops in Informatica can be implemented using the 'Expression' or 'Router' transformations.

    • They are useful for processing multiple rows of data in a mapping.

    • Common types of loops include 'While' and 'For' loops.

    • Loops can help in performing complex data transformations and validations.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is the reason for change

Skills evaluated in this interview

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)
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

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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Javascript question

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)
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

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)

Altimetrik interview questions for popular designations

 Senior Software Engineer

 (21)

 Data Engineer

 (16)

 Staff Engineer

 (14)

 Java Developer

 (8)

 Senior Data Engineer

 (8)

 Senior Engineer

 (8)

 Software Engineer

 (6)

 Front end Developer

 (4)

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Display a list of items using Pagination concept in React using any online coding editor.
  • Ans. 

    Display a list of items using Pagination concept in React

    • Create a list of items to display

    • Implement pagination logic to display a limited number of items per page

    • Add navigation buttons to switch between pages

  • Answered by AI
  • Q2. Check if pair sum exists in the array (Two Sum)?
  • Ans. 

    Check if pair sum exists in the array using a hash map.

    • Use a hash map to store the difference between the target sum and each element in the array.

    • Iterate through the array and check if the current element exists in the hash map.

    • Return true if a pair sum exists, otherwise return false.

  • Answered by AI
  • Q3. React LifeCycle?
  • Q4. How do you improve the performance of a website?
  • Ans. 

    Improving website performance involves optimizing code, reducing server requests, using caching, and optimizing images.

    • Optimize code by minifying CSS, JavaScript, and HTML

    • Reduce server requests by combining files and using asynchronous loading

    • Utilize caching techniques like browser caching and server-side caching

    • Optimize images by resizing, compressing, and using modern image formats like WebP

  • Answered by AI
  • Q5. What is NextJS?
  • Ans. 

    NextJS is a React framework that allows for server-side rendering and static site generation.

    • NextJS is built on top of React, providing features like server-side rendering and static site generation.

    • It simplifies the process of building React applications by handling routing, code splitting, and more out of the box.

    • NextJS also supports API routes for serverless functions and data fetching.

    • It offers features like automa...

  • Answered by AI

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)

Get interview-ready with Top Altimetrik Interview Questions

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

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 - Product and Platform Engineering Interview Questions & Answers

user image Abrar Irshadahmed Kotwal

posted on 17 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Kotlin and Java Basic
  • Q2. Advance Android concept and jetpack component
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java8 coding to filter the vowels
  • Ans. 

    Using Java8 to filter vowels from an array of strings

    • Use Java8 stream and filter to iterate through each string in the array

    • Use a lambda expression to check if each character is a vowel

    • Collect the filtered strings into a new array

  • Answered by AI
  • Q2. Java8, Multi Threading, Hibernate, JPA

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sql and python basic questions .
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.

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)

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 113 interviews in last 1 year

Interview experience

3.8
  
Good
View more

People are getting interviews through

based on 135 Altimetrik interviews
Job Portal
Recruitment Consultant
Referral
Company Website
Campus Placement
53%
4%
4%
1%
1%
37% 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 980 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 980 Reviews and Ratings
Devops- Immd- 7-11yrs- Bangalore- Lululemon

Bangalore / Bengaluru

7-11 Yrs

Not Disclosed

Devops Lead- Immd joiner- Bangalore- 11+yrs

Bangalore / Bengaluru

11-16 Yrs

Not Disclosed

SDET and SDET Lead(API)-Bangalore- Client Lululemon: 7-14yrs

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.2k salaries
unlock blur

₹9 L/yr - ₹34 L/yr

Staff Engineer
807 salaries
unlock blur

₹10.9 L/yr - ₹41 L/yr

Senior Engineer
611 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Software Engineer
306 salaries
unlock blur

₹4.8 L/yr - ₹19 L/yr

Senior Staff Engineer
216 salaries
unlock blur

₹15 L/yr - ₹41 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