They gave 4 question regarding an application they designed recently.One of the question is how can I improve its experience.
Software Applications Engineer Interview Questions
6,897 software applications engineer interview questions shared by candidates
The next question was on data structure. I was given a list of element and print all the unique elements with the least complexity. I was also asked to reduce the no of if statements.
What is exception handling ?and give examples
1. Reverse the linked list. 2. Reverse the pairs of nodes in linked. e.g.. I/p : 1->2->3->4->5->6 O/p : 2->1->4->3->6->5 3. Reverse the n number of pairs in linked list. e.g. if n =3. I/p : 1->2->3->4->5->6 O/p : 3->2->1->6->5->4 4. Some sorting of alphabets.
Explain Binary tree. Why object oriented. Explain your project in detail .
Look over 3rd party code and explain how it works and how you'd integrate it into an application.
C programs ro check basics of programming
Factorial of a number in C++.?
Why did you leave when the interviewer missed the session
Linked lists, data structures and about projects mentioned in the resume.
Viewing 4811 - 4820 interview questions