My answer was:
Bubble Sort
Heap Sort
Insertion Sort
Merge Sort
Quick Sort
Selection Sort
Bucket Sort
Follow up question was to ...
Interviewed for position: SDET (Contractor)
Search results for sort
Strategic Statement: The interviewer is not interested in a specific situation, but in your managerial strategies.
Sample Response: Conflict is ...
What are the most challenging documents you have done? What kinds of proposals have your written?
Posted by CommonInterview
Strategy Statement:
The interviewer wants to get a sense of what sort of work you consider as challenging, and why. In addition, you have an opportu ...
Give an example of a time when you “went to the source” to address a conflict.
Posted by CommonInterview
Strategy Statement:
It is generally known that 'going to the source' is the most effective initial step in resolving a conflict. The interviewer is i ...
Strategy Statement:
The interviewer wants to know that you see the involvement of others in your decision making as important.
Sample Response:
I ...
Tell about a job or setting where great precision to detail was required to complete a task. How did you handle that?
Posted by CommonInterview
Strategy Statement:
The employer wants to know how you work best. After all, what sort of job doesn’t at some point rely on a precision to detail? ...
This question is really popular one.
Answer:
var _keysCollections = (from item in oldDictionary orderby item.Value descending select item.Key);
...
Answer
The idea is to choose sorting algorithm, as usually QuickSort and then think about swaping strategy.
Consider following situation:
1. The no ...