What is polymorphism?
Software Engineer Interviews
Software Engineer Interview Questions
Software engineers write programs to design and develop computer software. Interviews are highly technical, so come ready to work through coding problems and math brainteasers. The specific questions you are asked will depend on what type of programming position you are looking for. Try researching a specific software discipline such as web development, application development, or system development.
Top Software Engineer Interview Questions & How to Answer
Question #1: How would you describe your programming task process?
Question #2: Which programming languages do you know and prefer?
Question 3: What is an example of a successful project that you completed?
419,718 software engineer 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