Filter interviews by
I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.
Top trending discussions
I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.
posted on 28 Jul 2021
I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.
Check if binary tree is balanced or not.
A balanced binary tree has the height of left and right subtrees differ by at most 1.
Recursively check the height of left and right subtrees and compare.
Use a helper function to calculate the height of a subtree.
Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.
Detect loops in a linked list.
Use two pointers, one moving at a faster pace than the other.
If there is a loop, the faster pointer will eventually catch up to the slower one.
To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.
posted on 15 Jul 2022
I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.
If you are a fresher , then this is for you else almost no coding test for experienced candidates.
I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.
I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.
Just plain leetcode medium questions
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
Consisted of aptitude and coding output questions
Coding test was given with three questions .we have to write in on word in 45 mins
posted on 9 Mar 2022
I applied via Company Website and was interviewed in Feb 2022. There were 4 interview rounds.
Java
I am a software engineer with experience in developing and maintaining software applications.
I have a Bachelor's degree in Computer Science.
I have worked on various projects using different programming languages such as Java, C++, and Python.
I am skilled in software development methodologies like Agile and have experience with version control systems like Git.
I have strong problem-solving and analytical skills, which h...
My strengths include problem-solving, attention to detail, and teamwork. My weaknesses include time management and public speaking.
Strengths: problem-solving, attention to detail, teamwork
Weaknesses: time management, public speaking
I applied via Campus Placement and was interviewed in May 2022. There were 2 interview rounds.
Total question where 20 and it include all the topics of aptitude and some coding solution
It contain 5 question of question where doc file is send and we have to write a answer to that document file
posted on 15 Jul 2022
I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 3 interview rounds.
Some Questions are based on programming and some are aptitude questions.
This is coding round here 5 coding questions is there?
Find the first non-repeated character in a string.
Iterate through the string and count the frequency of each character.
Return the first character with a count of 1.
Find the second maximum difference in an integer array.
Sort the array in descending order
Calculate the difference between adjacent elements
Return the second maximum difference
Given an integer, find the sum of all its digits.
Convert the integer to a string and iterate over each character to get the sum.
Use modulo operator to get the last digit and add it to the sum, then divide by 10 to remove the last digit.
Recursively call the function with the integer divided by 10 and add the remainder to the sum.
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
Software Engineer
112
salaries
| ₹8 L/yr - ₹21 L/yr |
Senior Software Engineer
94
salaries
| ₹11.4 L/yr - ₹28 L/yr |
Software Developer
43
salaries
| ₹7.5 L/yr - ₹16.5 L/yr |
Site Engineer
26
salaries
| ₹17 L/yr - ₹22.5 L/yr |
Sdet
19
salaries
| ₹7 L/yr - ₹11.5 L/yr |
Medcode
Maxgen Technologies
Cyfuture
Value Point Systems