AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Altair Engineering

Compare button icon Compare button icon Compare
4.1

based on 138 Reviews

Play video Play video Video summary
  • About
  • Reviews
    138
  • Salaries
    866
  • Interviews
    34
  • Jobs
    -
  • Benefits
    22
  • Photos
    5

Filter interviews by

Altair Engineering Interview Questions and Answers

Updated 11 Jan 2025
Popular Designations

24 Interview questions

A Software Developer was asked 9mo ago
Q. How do you connect to the backend?
Ans. 

To connect to the backend, you can use APIs, database connections, or web services.

  • Use APIs to send and receive data between the frontend and backend

  • Establish database connections to retrieve and store data

  • Utilize web services for communication between different systems

View all Software Developer interview questions
A Software Development Engineer II was asked
Q. Implement meshing on a box.
Ans. 

Meshing on a box involves creating a network of interconnected vertices, edges, and faces on the surface of the box.

  • Identify the vertices, edges, and faces of the box

  • Create a mesh by connecting the vertices with edges and forming faces

  • Ensure the mesh is well-structured and follows the desired pattern

  • Consider using algorithms like Delaunay triangulation or marching cubes for mesh generation

View all Software Development Engineer II interview questions
A Software Development Engineer II was asked
Q. What is Singleton and how do you implement it?
Ans. 

Singleton is a design pattern that restricts the instantiation of a class to one object.

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

  • Commonly used in scenarios where only a single instance of a class is needed, such as database connections or logging.

  • Implementation involves a private constructor, a static method to access the instance, and a static variab...

View all Software Development Engineer II interview questions
A Quality Assurance was asked
Q. What is the degree of freedom for 1D, 2D, and 3D elements?
Ans. 

DOF stands for Degrees of Freedom and refers to the number of independent variables in an element.

  • 1D elements have 2 DOF, typically displacement in x and rotation about x

  • 2D elements have 3 DOF, typically displacement in x and y, and rotation about z

  • 3D elements have 6 DOF, typically displacement in x, y, and z, and rotation about x, y, and z

View all Quality Assurance interview questions
A Quality Assurance was asked
Q. What is modal analysis?
Ans. 

Modal analysis is a technique used to study the dynamic characteristics of a system by identifying its modes of vibration.

  • Modal analysis is used to determine the natural frequencies, damping ratios, and mode shapes of a structure or component.

  • It helps in understanding the behavior of a system under different loading conditions.

  • Modal analysis is commonly used in engineering fields such as aerospace, civil, and mech...

View all Quality Assurance interview questions
A Quality Assurance was asked
Q. What FEA solvers have you used before?
Ans. 

I have used various fea solvers in my previous roles.

  • ANSYS

  • ABAQUS

  • Nastran

  • LS-DYNA

  • OpenFOAM

View all Quality Assurance interview questions
A Senior Software Engineer was asked
Q. How would you implement infinite scroll on a webpage?
Ans. 

Implementing infinite scroll on a webpage

  • Use JavaScript to detect when user reaches the bottom of the page

  • Fetch more content using AJAX calls

  • Append new content to the existing page dynamically

View all Senior Software Engineer interview questions
Are these interview questions helpful?
A Sde1 was asked
Q. What is a Copy Constructor, and how and why is it used?
Ans. 

Copy constructor creates a new object by copying the values of an existing object.

  • Copy constructor is used to create a new object with the same values as an existing object.

  • It is invoked when a new object is initialized with an existing object.

  • It is used to avoid shallow copy and ensure deep copy of objects.

  • Example: MyClass obj1; MyClass obj2 = obj1; //copy constructor called to create obj2

View all Sde1 interview questions
A Sde1 was asked
Q. How does a vector work internally?
Ans. 

Vectors are dynamic arrays that allocate memory dynamically. They work by storing elements in contiguous memory locations.

  • Vectors allocate memory dynamically and store elements in contiguous memory locations

  • They can be resized dynamically as needed

  • Accessing elements is done using an index, similar to arrays

  • Inserting or deleting elements in the middle of a vector can be expensive as it requires shifting all subsequ...

View all Sde1 interview questions
A Sde1 was asked
Q. What is the difference between an ordered map and an unordered map?
Ans. 

Ordered map maintains the order of insertion while unordered map does not.

  • Ordered map is implemented using a balanced binary search tree while unordered map is implemented using a hash table.

  • Ordered map is useful when we need to maintain the order of insertion while unordered map is useful when we need faster access to elements.

  • Example of ordered map: std::map in C++, Example of unordered map: std::unordered_map i...

View all Sde1 interview questions
1 2 3

Altair Engineering Interview Experiences

34 interviews found

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Oct 2024

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

I appeared for an interview in Sep 2024.

Round 1 - Coding Test 

I was given a test which was not that difficult

Round 2 - Behavioral 

(2 Questions)

  • Q1. Why are you leaving the current job
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Looking for new challenges and opportunities for growth

    • Interested in working in a more innovative environment

    • Seeking a change in company culture or work-life balance

  • Answered by AI
    Add your answer
  • Q2. What's the driving factor for you to join Altair
  • Ans. 

    The innovative projects and collaborative work environment at Altair are the driving factors for me to join.

    • Innovative projects: I am excited about the opportunity to work on cutting-edge projects that push the boundaries of technology.

    • Collaborative work environment: I value teamwork and believe that working with talented individuals at Altair will help me grow professionally.

    • Company culture: I have heard great things ...

  • Answered by AI
    Add your answer
Anonymous

Intern Interview Questions & Answers

user image Thanusree Janapati

posted on 29 Aug 2024

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

(2 Questions)

  • Q1. Sql joins and types of joins
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table.

    • F...

  • Answered by AI
    Add your answer
  • Q2. Powerbi and done projects
  • Add your answer

Skills evaluated in this interview

Anonymous

Software QA Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Jan 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Salary discussion
  • Add your answer
Anonymous

Intern Interview Questions & Answers

user image Anonymous

posted on 30 Nov 2024

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

Commands of docker, git

Round 2 - Technical 

(1 Question)

  • Q1. Commands of Git
  • Add your answer
Anonymous

Quality Assurance Interview Questions & Answers

user image Anonymous

posted on 15 Feb 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is modal analysis
  • Ans. 

    Modal analysis is a technique used to study the dynamic characteristics of a system by identifying its modes of vibration.

    • Modal analysis is used to determine the natural frequencies, damping ratios, and mode shapes of a structure or component.

    • It helps in understanding the behavior of a system under different loading conditions.

    • Modal analysis is commonly used in engineering fields such as aerospace, civil, and mechanica...

  • Answered by AI
    Add your answer
  • Q2. General discussion about the job description
  • Add your answer
Round 2 - Technical 

(3 Questions)

  • Q1. What is dof for 1d 2d and 3d element
  • Ans. 

    DOF stands for Degrees of Freedom and refers to the number of independent variables in an element.

    • 1D elements have 2 DOF, typically displacement in x and rotation about x

    • 2D elements have 3 DOF, typically displacement in x and y, and rotation about z

    • 3D elements have 6 DOF, typically displacement in x, y, and z, and rotation about x, y, and z

  • Answered by AI
    Add your answer
  • Q2. Mesh quality criteria
  • Ans. 

    Mesh quality criteria are used to evaluate the accuracy and reliability of a mesh in numerical simulations.

    • Mesh quality criteria assess the shape, size, and connectivity of mesh elements.

    • Common criteria include aspect ratio, skewness, and orthogonality.

    • Aspect ratio measures the elongation of elements, with lower values indicating better quality.

    • Skewness measures the distortion of elements, with values close to zero ind...

  • Answered by AI
    Add your answer
  • Q3. What fea solvers have you used before
  • Ans. 

    I have used various fea solvers in my previous roles.

    • ANSYS

    • ABAQUS

    • Nastran

    • LS-DYNA

    • OpenFOAM

  • Answered by AI
    Add your answer
Anonymous

Internship Trainee Interview Questions & Answers

user image Anonymous

posted on 7 Apr 2024

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Vehicle dynamics basics
  • Add your answer
  • Q2. Motion solve related questions
  • Add your answer
  • Q3. Basics of physics
  • Add your answer
Anonymous

Software Developer Interview Questions & Answers

user image Sudeep B

posted on 27 Sep 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Project based backend and frontend
  • Add your answer
  • Q2. How to connect to backend
  • Ans. 

    To connect to the backend, you can use APIs, database connections, or web services.

    • Use APIs to send and receive data between the frontend and backend

    • Establish database connections to retrieve and store data

    • Utilize web services for communication between different systems

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for project

Skills evaluated in this interview

Anonymous

Full Stack Software Developer Interview Questions & Answers

user image Anonymous

posted on 1 Aug 2024

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

(2 Questions)

  • Q1. Technology related
  • Add your answer
  • Q2. Programming related
  • Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find repeated nos in arrays
  • Add your answer
Round 2 - Behavioral 

(1 Question)

  • Q1. Current company work, reason for change, etc.
  • Add your answer

Skills evaluated in this interview

Anonymous

Sde1 Interview Questions & Answers

user image Anonymous

posted on 6 Feb 2023

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

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

Round 1 - Technical 

(10 Questions)

  • Q1. Basic OOP's Concepts
  • Add your answer
  • Q2. What's Copy Constructor and how and why it is used
  • Ans. 

    Copy constructor creates a new object by copying the values of an existing object.

    • Copy constructor is used to create a new object with the same values as an existing object.

    • It is invoked when a new object is initialized with an existing object.

    • It is used to avoid shallow copy and ensure deep copy of objects.

    • Example: MyClass obj1; MyClass obj2 = obj1; //copy constructor called to create obj2

  • Answered by AI
    Add your answer
  • Q3. What's shallow and deep copy
  • Ans. 

    Shallow copy creates a new object with the same reference as the original, while deep copy creates a new object with a new reference.

    • Shallow copy only copies the reference to the original object, so changes made to the copy will affect the original object.

    • Deep copy creates a new object with a new reference, so changes made to the copy will not affect the original object.

    • In Python, shallow copy can be made using the cop...

  • Answered by AI
    View 1 more answer
  • Q4. How vector works internally
  • Ans. 

    Vectors are dynamic arrays that allocate memory dynamically. They work by storing elements in contiguous memory locations.

    • Vectors allocate memory dynamically and store elements in contiguous memory locations

    • They can be resized dynamically as needed

    • Accessing elements is done using an index, similar to arrays

    • Inserting or deleting elements in the middle of a vector can be expensive as it requires shifting all subsequent e...

  • Answered by AI
    Add your answer
  • Q5. Different containers in STL
  • Ans. 

    STL provides various containers like vector, list, map, set, etc.

    • Vector: Dynamic array with contiguous memory allocation

    • List: Doubly linked list

    • Map: Associative container with key-value pairs

    • Set: Associative container with unique keys

    • Deque: Double-ended queue

    • Stack: LIFO data structure

    • Queue: FIFO data structure

  • Answered by AI
    Add your answer
  • Q6. What's difference between ordered map and unordered map
  • Ans. 

    Ordered map maintains the order of insertion while unordered map does not.

    • Ordered map is implemented using a balanced binary search tree while unordered map is implemented using a hash table.

    • Ordered map is useful when we need to maintain the order of insertion while unordered map is useful when we need faster access to elements.

    • Example of ordered map: std::map in C++, Example of unordered map: std::unordered_map in C++

  • Answered by AI
    Add your answer
  • Q7. What's' polymorphism and how it works
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as if they were the same type.

    • Polymorphism is achieved through method overriding and method overloading.

    • Method overriding is when a subclass provides a specific implementation of a method that is already provided by its parent class.

    • Method overloading is when a class has two or more methods with the same...

  • Answered by AI
    Add your answer
  • Q8. How compiler differentiate between different function with same signature. Name mangling
  • Ans. 

    Name mangling is used by compilers to differentiate between different functions with the same signature.

    • Name mangling is a process of encoding/decoding function names to include additional information such as parameter types and namespaces.

    • This allows the compiler to differentiate between functions with the same name and signature.

    • For example, in C++, two functions with the same name and signature but in different name...

  • Answered by AI
    Add your answer
  • Q9. Write C++ program to find absolute difference between sum of diagonal elements
  • Ans. 

    C++ program to find absolute difference between sum of diagonal elements

    • Create a 2D array

    • Calculate sum of diagonal elements

    • Calculate absolute difference

    • Print the result

  • Answered by AI
    Add your answer
  • Q10. How does virtual function works. What's Vptr and Vtable. Why virtual function is needed
  • Ans. 

    Virtual functions allow dynamic binding of functions at runtime. Vptr and Vtable are used to implement this feature.

    • Virtual functions are declared in base class and can be overridden in derived classes.

    • Vptr is a pointer to Vtable which contains addresses of virtual functions.

    • Virtual function is needed to achieve polymorphism and to allow derived classes to have their own implementation of a function.

    • Virtual functions a...

  • Answered by AI
    Add your answer
Round 2 - Technical 

(5 Questions)

  • Q1. Brief about background, experience and projects
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications and mobile apps.

    • Developed a web application for a healthcare company using React and Node.js

    • Built a mobile app for a retail company using React Native

    • Worked on a project for a financial institution using Java and Spring Framework

    • Experience in Agile methodology and Scrum framework

    • Strong skills in problem-solving and debugging

  • Answered by AI
    Add your answer
  • Q2. Few code snippet regarding memory leak how you will resolve them
  • Ans. 

    Memory leaks occur when allocated memory is not released, leading to resource exhaustion. Proper management is essential.

    • Use smart pointers (e.g., std::unique_ptr, std::shared_ptr) in C++ to automatically manage memory.

    • In Java, ensure that references to unused objects are set to null to allow garbage collection.

    • Regularly use tools like Valgrind to detect memory leaks in C/C++ applications.

    • In languages like Python, use ...

  • Answered by AI
    Add your answer
  • Q3. Code snippet regarding how virtual function will work. With and without virtual keyword
  • Ans. 

    Virtual functions enable polymorphism in C++, allowing derived classes to override base class methods.

    • Without virtual keyword: Base class method is called, even if derived class method exists.

    • With virtual keyword: Derived class method is called, enabling dynamic binding.

    • Example without virtual: Base class method 'show()' is called from a base class pointer.

    • Example with virtual: Derived class method 'show()' is called f...

  • Answered by AI
    Add your answer
  • Q4. Given one point and circle how will you find if it's inside circle or outside circle
  • Ans. 

    Check if a point is inside or outside a circle

    • Calculate the distance between the center of the circle and the given point using the distance formula

    • If the distance is less than the radius of the circle, the point is inside the circle

    • If the distance is equal to the radius of the circle, the point is on the circle

    • If the distance is greater than the radius of the circle, the point is outside the circle

  • Answered by AI
    View 1 more answer
  • Q5. What's smart pointers Which IDE you use Have you used GDB?
  • Ans. 

    Smart pointers are objects that manage the memory of dynamically allocated objects, preventing memory leaks and dangling pointers.

    • Smart pointers are a type of RAII (Resource Acquisition Is Initialization) technique.

    • They automatically delete the object they point to when it is no longer needed.

    • Examples of smart pointers include unique_ptr, shared_ptr, and weak_ptr in C++.

    • They are used to prevent memory leaks and danglin...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Topics to prepare for Altair Engineering Sde1 interview:
  • C++
  • Aptitude
Interview preparation tips for other job seekers - Keep basics clear and prepare for aptitude questions also

Skills evaluated in this interview

Anonymous

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 Altair Engineering?
Ask anonymously on communities.
More about working at Altair Engineering
  • HQ - Troy,Michigan, United States
  • IT Services & Consulting
  • 501-1k Employees (India)

Altair Engineering Interview FAQs

How many rounds are there in Altair Engineering interview?
Altair Engineering interview process usually has 2-3 rounds. The most common rounds in the Altair Engineering interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Altair Engineering 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 Altair Engineering. The most common topics and skills that interviewers at Altair Engineering expect are Python, Simulation, Data Analytics, Cloud and Mechanical Design.
What are the top questions asked in Altair Engineering interview?

Some of the top questions asked at the Altair Engineering interview -

  1. Given one point and circle how will you find if it's inside circle or outside c...read more
  2. how compiler differentiate between different function with same signature. Name...read more
  3. What's Copy Constructor and how and why it is u...read more
How long is the Altair Engineering interview process?

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

Tell us how to improve this page.

Altair Engineering Interviews By Designations

  • Altair Engineering Software Engineer Interview Questions
  • Altair Engineering Intern Interview Questions
  • Altair Engineering Senior Software Development Engineer Interview Questions
  • Altair Engineering Senior Software Engineer Interview Questions
  • Altair Engineering Software Developer Intern Interview Questions
  • Altair Engineering Data Analyst Interview Questions
  • Altair Engineering Software Developer Interview Questions
  • Altair Engineering Automation Test Engineer Interview Questions
  • Show more
  • Altair Engineering Software Development Engineer Interview Questions
  • Altair Engineering Assisstant Software Engineer Trainee Interview Questions

Interview Questions for Popular Designations

  • Software Engineer Interview Questions
  • Intern Interview Questions
  • Senior Executive Interview Questions
  • Team Lead Interview Questions
  • Software Developer Interview Questions
  • Senior Engineer Interview Questions
  • Associate Software Engineer Interview Questions
  • Deputy Manager Interview Questions
  • Show more
  • Sales Officer Interview Questions
  • Assistant Manager Interview Questions

Overall Interview Experience Rating

4.1/5

based on 23 interview experiences

Difficulty level

Easy 17%
Moderate 83%

Duration

Less than 2 weeks 85%
2-4 weeks 15%
View more

Interview Questions from Similar Companies

Apisero
Apisero Interview Questions
4.3
 • 66 Interviews
TestingXperts
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera
Credera Interview Questions
3.7
 • 41 Interviews
Cyber Infrastructure
Cyber Infrastructure Interview Questions
3.5
 • 36 Interviews
Stefanini
Stefanini Interview Questions
3.0
 • 36 Interviews
Statusneo
Statusneo Interview Questions
3.9
 • 32 Interviews
Solugenix India Private Limited
Solugenix India Private Limited Interview Questions
3.2
 • 30 Interviews
GlobalStep
GlobalStep Interview Questions
2.6
 • 29 Interviews
Ansys Software Private Limited
Ansys Software Private Limited Interview Questions
4.1
 • 29 Interviews
SpanIdea
SpanIdea Interview Questions
3.6
 • 26 Interviews
View all

Altair Engineering Reviews and Ratings

based on 138 reviews

4.1/5

Rating in categories

3.8

Skill development

4.4

Work-life balance

3.5

Salary

4.1

Job security

4.3

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 138 Reviews and Ratings
Altair Engineering Salaries in India
Senior Software Engineer
70 salaries
unlock blur

₹14.7 L/yr - ₹27.4 L/yr

Software Engineer
62 salaries
unlock blur

₹9.6 L/yr - ₹17.4 L/yr

Software Development Engineer
33 salaries
unlock blur

₹12.2 L/yr - ₹20.5 L/yr

Technical Specialist
25 salaries
unlock blur

₹12.6 L/yr - ₹36.2 L/yr

Software Developer
23 salaries
unlock blur

₹9.1 L/yr - ₹15.3 L/yr

Explore more salaries
Compare Altair Engineering with
Apisero

Apisero

4.3
Compare
AgreeYa Solutions

AgreeYa Solutions

3.3
Compare
TestingXperts

TestingXperts

3.9
Compare
OSI Digital

OSI Digital

3.6
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Altair Engineering Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter