Filter interviews by
Clear (1)
I was interviewed 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
Top trending discussions
I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 4 interview rounds.
I applied via Walk-in and was interviewed before Sep 2020. There were 4 interview rounds.
I applied via Approached by Company and was interviewed before Jun 2021. There was 1 interview round.
I applied via Newspaper Ad and was interviewed before Mar 2021. There were 2 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 2 interview rounds.
I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.
Data Structure related questions
I applied via Referral and was interviewed in Dec 2020. There were 3 interview rounds.
based on 3 interviews
1 Interview rounds
based on 7 reviews
Rating in categories
Technical Support Engineer
948
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Consultant
334
salaries
| ₹0 L/yr - ₹0 L/yr |
Member Technical Staff
277
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Member of Technical Staff
250
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Technical Consultant
232
salaries
| ₹0 L/yr - ₹0 L/yr |
SAP
Zoho
Oracle
Adobe