J'ai postulé via un recruteur. Le processus a pris 1 jour. J'ai passé un entretien chez HARMAN en nov. 2015
Entretien
Very unprofessional individuals interviewed me.
I had cleared the first round of interview which was for the role of infotainment engineer. First round was C programming F to F interview which went fine. Second round was handled very badly by an ignorant person who was not knowledgeable. He asked question about C++ design pattern. I told him I know about singleton and factory design pattern. I explained to him the singlet on design pattern. He argued with me that static members which are private cannot be initialized outside the class using scope resolution operator as (className: :member name = <Value>). I explained to him that was the only way to initialize static variables but the interviewer argued that we should initialize it inside the class only and my answer was wrong!!
Next he asked what is constant keyword in pointers and its different variations.
I answered as :
const char *c and char const *c have the same effect and mean that the pointed to character or string is constant where as the pointer itself is not constant and can be made to point to some other character or string.... Char *const c means the pointed to char can be changed where as the pointer should be constant.
The interviewer told that the answer was wrong and to verify it at home!! He told that const char* c and char const* c are completely different. He then stopped the interview and told that they are looking for candidate with higher experience and told that I will not fit in the team requirement and asked me to leave!! I verified all his wrong statements in the interview. Such unprofessional and low knowledgeable individuals work at Herman which is quite a shame...
J'ai passé un entretien chez HARMAN (Gurgaon, Haryana)
Entretien
Interview is easy with only basic questions on react and js.Code sandbox and js fiddle is what you need . Just basic dsa question as to remove duplicates.Or find the frequency of letters.
Questions d'entretien [1]
Question 1
Frequency question - Given an array find frequency of most occuring number.
J'ai postulé en ligne. J'ai passé un entretien chez HARMAN
Entretien
Got Shortlisted and invited for the walkin face to face interview
Written test which includes based on jetpack compose library and data structure and algorithm questions.
The questions are in Kotlin and mostly multiple choice questions.
For the position of Dotnet developer Interview process starts like 2 Technical rounds
1. They will ask you to create small application with given requirement in sometime
2. Discussion on application built and questions on .Net technologies and others
Questions d'entretien [1]
Question 1
Dependency injection and oops principles were the most things