Filter interviews by
posted on 16 Dec 2024
It was a Basic Aptitude Test
We were asked to do Sorting, SQL queries (join)
I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.
5 years of experience in software development
Proficient in developing web applications
Skilled in using various technologies such as Java, JavaScript, and SQL
I was interviewed in Apr 2024.
posted on 2 May 2024
I applied via Approached by Company and was interviewed before Feb 2023. There were 2 interview rounds.
posted on 7 May 2024
I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.
They will give javascript coding(based on your role)question we need to solve and submit the solution
Aptitude
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.
posted on 30 Apr 2024
I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.
There was coding test
Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them separately, and then merges them back together in sorted order.
Divide the input array into two halves
Recursively sort each half
Merge the sorted halves back together