J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Altair Engineering (Troy, MI) en janv. 2017
Entretien
Had a short one hour interview with 4 ppl on the panel. 2 managers, 2 SDE's. They handed me a few papers to solve. There were 4 C++ programs and associated questions. After this was done, they asked me questions based on my previous experience and asked me to write it all/ explain on a white board. It was a very interactive interview.
Questions d'entretien [1]
Question 1
Basic C++ concepts. Previous experience and resume based.
J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Altair Engineering (Toronto, ON) en nov. 2022
Entretien
3-stage interview process. The first interview is with HR, more or less cultural fit interview questions. The second is an online coding test on Testdome, which takes about 2 - 3 hours, there is no interviewer at this stage, but you will be recorded during the trial. The last interview is with a team member and manager. They will ask you specifics about the project you will be working on. Overall, it was a very good experience. Everyone was very accommodating and provided reasonable time slots despite time zone differences. The coding test only had five questions but required your code to be runtime and space efficient. The last interview required project-specific knowledge; in my case, I was asked computation electromagnetics questions. Unfortunately, I had to reject the offer because I had another job offer.
Questions d'entretien [1]
Question 1
How do EM waves interact with the surrounding environment? Explain the two-ray model and how the electric field varies with distance using this model.
J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez Altair Engineering (Pune) en mars 2021
Entretien
Got call from Altair HR.
3 rounds in 3 week.
1st round Technical.
2nd round Technical.
3rd round Technical.
After spending 2-3 weeks , they told they will let me know in next week .
But next week not came yet :D
Questions d'entretien [1]
Question 1
1st Round
Object oriented programming concepts
Polymorphism, Inheritance, Abstraction etc.
Name mangling, function overloading vs overriding.
use of extern keyword
public private protected specifiers
Object construction destruction order , pointers vs references.
Puzzle:-
Standard 2-Jar 3Leter-5Leter puzzle.
******************************************************************
Second round:-
About current project overview
Software design patterns used in project
Applications of various data structures like Stack/Queue/Graph etc.
Binary search tree .
Singleton design pattern.
Is-A / Has- A relationship with examples.
Composition vs Private inheritance.
Abstract class .
Standard Torch and Bridge puzzle.
******************************************************************
3rd Round
Virtual and Pure virtual function.
How you will find memory leak in application.
Brief about company projects.
Dynamic memory management
Given a problem statement - Design it (keep it well design).