Infosys Interview Question

What is sorting, how many type you know explain them

Interview Answer

Anonymous

Mar 5, 2026

Told that sorting is to convert a array or data into an orderd way. Told about selection sort, bubble, insertion, quick, merge. Explained bubble sort. Follow up question was how we can sort data in sql.- answered using order by