Filter interviews by
I appeared for an interview in Feb 2025.
The first round was a coding test on HackerRank that lasted 75 minutes and included three medium-level questions. The second round involved pair coding; a CoderPad link was shared, and you were required to solve a coding question within 45 minutes. The third and fourth rounds were focused on High-Level Design (HLD) and Low-Level Design (LLD), which I was unable to experience as I was rejected in the second round.
Find the optimized path in an n*m matrix from top-left to bottom-right using dynamic programming.
Use dynamic programming to store the minimum cost to reach each cell.
Initialize a 2D array 'dp' where dp[i][j] represents the minimum cost to reach cell (i, j).
Base case: dp[0][0] = matrix[0][0].
For each cell, calculate dp[i][j] as the minimum of dp[i-1][j] and dp[i][j-1] plus the current cell's cost.
Example: For a matrix [...
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
Full stack question with java and angular and sql
Case study on project
I applied via Indeed and was interviewed in Aug 2024. There was 1 interview round.
2 questions on arrays
I appeared for an interview before Mar 2024, where I was asked the following questions.
Top trending discussions
I applied via Walk-in and was interviewed before Apr 2021. There were 3 interview rounds.
Process for freshers-
Go through RS Agarwal book and be ready for logical reasoning questions
Criteria for selection is 75% so make sure to select right ans
There will be 2 questions based on selected language
And questions on general English.
posted on 8 Jan 2021
posted on 31 Mar 2022
I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.
posted on 22 Feb 2021
I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.
posted on 3 Feb 2021
based on 5 interview experiences
Difficulty level
Duration
based on 7 reviews
Rating in categories
Technical Support Engineer
993
salaries
| ₹14.5 L/yr - ₹26 L/yr |
Technical Consultant
448
salaries
| ₹19 L/yr - ₹32 L/yr |
Senior Technical Consultant
396
salaries
| ₹26 L/yr - ₹45 L/yr |
Member Technical Staff
367
salaries
| ₹32 L/yr - ₹58.3 L/yr |
Senior Member of Technical Staff
343
salaries
| ₹48 L/yr - ₹87.7 L/yr |
SAP
Zoho
Oracle
Adobe