Filter interviews by
Be the first one to contribute and help others!
I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.
Aptitude test
Current affairs
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.
I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.
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 Recruitment Consulltant and was interviewed before Aug 2021. There were 3 interview rounds.
Array tasks on given platform
I applied via LinkedIn and was interviewed in Oct 2023. There were 4 interview rounds.
Technical discussion with Interviewer including coding test.
Advanced coding test and technical discussion
I applied via LinkedIn and was interviewed in Mar 2023. There were 3 interview rounds.
Java 8 introduced new features like lambda expressions, streams, and functional interfaces.
Lambda expressions allow concise syntax for defining anonymous functions.
Streams provide a way to work with collections in a functional style.
Functional interfaces have a single abstract method and can be used with lambda expressions.
Example: Lambda expression - (a, b) -> a + b
Example: Stream usage - List<String> names = Ar...
Spring components are reusable software building blocks managed by the Spring framework.
Spring components are Java classes annotated with @Component or its specialized annotations like @Service, @Repository, @Controller.
These components are managed by the Spring IoC container and can be injected into other components using @Autowired annotation.
Spring components promote code reusability, modularity, and maintainability
I applied via LinkedIn and was interviewed in Aug 2023. There were 3 interview rounds.
The test is around 1 hour. All the questions will test the aptitude and coding skills. The questions are challenging but few are easy to crack.
posted on 6 Dec 2023
I applied via Company Website and was interviewed in Nov 2023. There were 3 interview rounds.
It was an Aptitude and Verbal with some SpringBoot and DB related MCQs
Executive Software Engineer
55
salaries
| ₹3.4 L/yr - ₹6 L/yr |
Software Engineer
47
salaries
| ₹3 L/yr - ₹8.8 L/yr |
Software Developer
39
salaries
| ₹1 L/yr - ₹6.3 L/yr |
Software Engineer Trainee
24
salaries
| ₹2 L/yr - ₹4 L/yr |
HR Executive
11
salaries
| ₹2 L/yr - ₹3.5 L/yr |
Medcode
Maxgen Technologies
Cyfuture
Value Point Systems