Filter interviews by
I applied via Referral and was interviewed in Aug 2023. There were 4 interview rounds.
Math, English, Reasoning MCQ questions
Top trending discussions
posted on 8 Nov 2024
I applied via campus placement at Gokaraju Rangaraju Institute of Engineering and Technology, Hyderabad and was interviewed before Nov 2023. There were 2 interview rounds.
It was both aptitude and coding questions combined test.
There will be 2 questions and we have 30 mins of time. I solved one of them and the other I just wrote code but did not get enough time to submit.
Explanation of sorting techniques and implementation of bubble sort
Sorting techniques include bubble sort, selection sort, insertion sort, merge sort, quick sort, etc.
Bubble sort compares adjacent elements and swaps them if they are in the wrong order, repeating until the array is sorted.
Example: [5, 3, 8, 2, 1] -> [3, 5, 8, 2, 1] -> [3, 5, 2, 8, 1] -> [3, 5, 2, 1, 8] -> [3, 2, 5, 1, 8] -> [3, 2, 1, 5, 8] -> [2, 3, 1,
Binary search is a search algorithm that finds the position of a target value within a sorted array.
Divide the array into two halves and compare the target value with the middle element.
If the target value is less than the middle element, search the left half. If greater, search the right half.
Repeat the process until the target value is found or the subarray is empty.
Interview experience
Senior Software Engineer
13
salaries
| ₹9.5 L/yr - ₹17.3 L/yr |
Software Engineer
12
salaries
| ₹7.2 L/yr - ₹12.2 L/yr |
Senior Leader Engineer
7
salaries
| ₹25 L/yr - ₹32.5 L/yr |
Business Analyst
6
salaries
| ₹3.8 L/yr - ₹15.6 L/yr |
Product Manager
5
salaries
| ₹23 L/yr - ₹29.7 L/yr |
TCS
Infosys
Wipro
HCLTech