all important topics of CPP
C Engineer Interview Questions
5,469 c engineer interview questions shared by candidates
Q:Ask about yourself and your family ? Q: some technical question. Q: OOPs concept.
What is the best treatment for sinus infection?
What is Union.Explain. I explained correctly. Then they gave a code snippet. And asked for output. I told the correct answer quickly. Then they gave me the following code and asked to print "There are 100 boxes" by the statement cout<< obj1.a; And told that there are some errors in the code, correct that. After discussing with them for about 15 minutes, I understood that they were quite unskilled and have conducted the Interview to clear their concepts. class ABC { public: string x; int y; ABC (string _x, int _y){ x=_x; y=_y } }; class XYZ { string a; } main() { ABC *obj = new ABC("There are _ boxes", 100); XYZ *obj1 ; obj1 = obj; cout<< obj1.a; //This statement should print "There are 100 boxes" }
To give them a 6 month overview if appointed
LeetCode/Hackerrank style algo question. You probably wont be asked to or won't have to implement all of it. I was asked to describe a method, I presented an idea, and then got most of the way with an implementation before running out of time. They were happy with the attempt
How old are your children?
Würden Sie die Stelle auch über eine Arbeitnehmnerüberlassung besetzen?
Sobre a história da empresa
Can you tell me about yourself?
Viewing 91 - 100 interview questions