Filter interviews by
I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.
Binary Search in a rotated array, coding via coderpad
Top trending discussions
I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 2 interview rounds.
posted on 1 Apr 2021
posted on 1 Apr 2021
I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.
Recursive functions solve problems by breaking them down into smaller subproblems, often leading to elegant solutions.
A recursive function calls itself with modified parameters.
Base case is crucial to prevent infinite recursion.
Example: Factorial function - factorial(n) = n * factorial(n-1) with base case factorial(0) = 1.
Example: Fibonacci sequence - fib(n) = fib(n-1) + fib(n-2) with base cases fib(0) = 0, fib(1) = 1.
...
posted on 13 Sep 2021
I applied via Recruitment Consultant and was interviewed in Mar 2021. There was 1 interview round.
I applied via Job Portal
Moderate difficult challenge in control
posted on 28 Jan 2024
I appeared for an interview in Dec 2023.
The question asks to find the number of consecutive alphabets in a string.
Iterate through the string and check if each character is consecutive to the previous one.
Keep track of the count of consecutive alphabets encountered.
Return the count at the end.
posted on 31 Jan 2024
I applied via LinkedIn and was interviewed in Jul 2023. There were 3 interview rounds.
Two DSA problems were given. Moderate level.
Default and static methods in interface allow for method implementation and utility methods in Java interfaces.
Default methods provide a default implementation for a method in an interface.
Static methods in interfaces can be called directly on the interface itself.
Default and static methods were introduced in Java 8.
Default methods can be overridden by implementing classes.
Static methods cannot be overridden and are no...
React Native, GraphQL, Docker
Learned React Native for cross-platform mobile app development
Explored GraphQL for efficient data fetching and manipulation
Gained knowledge in Docker for containerization and deployment
posted on 5 Feb 2024
I appeared for an interview in Jan 2024.
2 programming questions on Java 8 and 2 logical reasoning questions.
based on 1 interview experience
Difficulty level
Duration
Software Engineer
23
salaries
| ₹40.1 L/yr - ₹60 L/yr |
Senior Dft Engineer
22
salaries
| ₹30 L/yr - ₹39 L/yr |
Senior Software Engineer
19
salaries
| ₹40.5 L/yr - ₹75.6 L/yr |
Software Developer
17
salaries
| ₹43.8 L/yr - ₹45.5 L/yr |
Data Scientist
12
salaries
| ₹39.3 L/yr - ₹74.4 L/yr |
Reliance Communications
Henry Harvin Education
GAO Tek