Questions d'entretiens - Software development engineer
Questions d'entretien de software development engineer partagées par les candidats
Le top des questions d'entretien
1. Tell me about your experience when you make decision without the approval of your mentor. 2. Park lot design. Sir i have no experience because i am fresher. An experience would be making a customer fully satisfied and retaining them in the process. All companies have rules and policies and I as a manager would not break those rules and policies, however bend them in a way where both parties would be satisfied. im looking to level up in my career, and my current company has limited opportunities for career growth Afficher plus de réponses |
Delete node in BST |
a primitive class having two string attributes and one attribute list of the class itself and then we have to get the each level's string variables's printed.... |
Reverse a singly linked-list with and without using an auxiliary data structure. |
Finding a path in a maze which is represented by a grid of characters. |
In a collection of strings, output the string that occurs most often. |
Find two smallest elements in an unsorted array using only one pass i.e. O(n) |
Hardest question was how to sort a linked list using recursion only. I knew the iterative solution but couldn't come up with recursion. Very difficult. |
Reverse a string in a matrix in place. you are given the direction and length of the string. |
Given a set of number ranges, i.e. [1,5], [3,6], [7,9], write a program to merge overlapping number ranges. In the above example, the result should be [1,6], [7,9]. |