What is the difference between Table valued function and stored procedure. Why it is not good to use lot of non cluster index
C Engineer Interview Questions
3,787 c engineer interview questions shared by candidates
all important topics of CPP
Q:Ask about yourself and your family ? Q: some technical question. Q: OOPs concept.
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" }
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
First round was mostly on resume and behavioral questions like strength ,weakness, conflict situation you came across, one thing that we can learn from you, one thing that you are proud of, one thing that you thunk you need to improve on, how often have you in end ti end development. Second round: Skype interview with HR, hiring manager and Tech person. A debug question on Google doc shared page(Check for malloc and free issues) How can you solve an issue in the system?
I got four questions. *Find the missing terms in a array. *Check the string is Palindrome or not (Used user defined functions) *Find the LCM of all the elements of a given array. *Count the number repeated number of character. (You can not use simple array .you have to allocate everything dynamically in each n every program).
Was about my patent "Fire finder"
How do websites work, how user interacts with server from his browser.
The questions were about data structures,threads,networking, algorithms.If you're well prepared I think it won't be a problem to pass.
Viewing 61 - 70 interview questions