What is polymorphism?
Engineer Software Interview Questions
419,718 engineer software interview questions shared by candidates
I was asked general questions about software. Very little detailed knowledge-based questions. In the F2F, I was asked to describe what a snippet of Verilog code would do. In the F2F, I was asked to talk about design methodology. I was asked a lot of questions about engineering process. In the followup Skype session, I presented a proposal for how to integrate Python as a prototyping language in their process of converting from Labview-based HMI to text-language-based HMI.
All were expected, but not asked in professional way.
3rd round: inheritance and DS (linked list, BST and arrays) based coding, puzzles and my projects.
tell me about urself
Will you lie for a company?
1)aptitude question - 2)logical aptitude question 3) pseudo code on string to find no. of vowels in string
Second Interview: First Question: declare and define a max_Stack that has 4 operations push/pop/max/top. class maxStack{ // you can add member variables as much as you need void push(); //push like normal stack int pop(); // pop like normal stack int max(); // return biggest element int top(); // like normal stack } all operations should be done in O(1)
Basic array reversal and how to prining it in ascending order kind of questions
Write a function to reverse each word in a sentence. For example, the sentence "John drinks milk" should be changed to "nhoJ sknird klim".
Viewing 2701 - 2710 interview questions