Filter interviews by
Top trending discussions
posted on 10 Nov 2015
I appeared for an interview before Oct 2020.
Round duration - 40 minutes
Round difficulty - Medium
Asked about time complexity of algorithm, puzzles, DBMS, cutting edge technologies etc. What are indexes?
Given an array of integers ARR
of size N, consisting of 0s and 1s, you need to select a sub-array and flip its bits. Your task is to return the maximum count of 1s that can b...
Given an array of 0s and 1s, find the maximum count of 1s by flipping a sub-array at most once.
Iterate through the array and keep track of the maximum count of 1s obtained by flipping a sub-array.
Consider flipping a sub-array from index i to j and calculate the count of 1s in the resulting array.
Return the maximum count of 1s obtained by flipping a sub-array at most once.
Round duration - 20 minutes
Round difficulty - Medium
Asked 1 standard algorithm
You are provided with a 2-dimensional matrix having N
rows and M
columns, containing only 1s (land) and 0s (water). Your goal is to determine the number of islands in t...
Count the number of islands in a 2D matrix of 1s and 0s.
Iterate through the matrix and perform depth-first search (DFS) to find connected 1s.
Mark visited cells to avoid redundant traversal.
Increment island count whenever a new island is encountered.
Tip 1 : prepare for competitive programming
Tip 2 : know about standard algorithm
Tip 3 : must be good with dbms
Tip 1 : must have projects, which you can explain to them
Tip 2 : have things on resume, that you are totally certain about.
I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.
Apti, sql, two coding questions
I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.
Three coding questions
Reversing k nodes in a linked list
Iterate through the linked list in groups of k nodes
Reverse each group of k nodes
Update the pointers accordingly to maintain the reversed order
Basic coding questions
Use hashing to identify duplicate values in an array efficiently.
Utilize a hash set to track seen values. Example: For array [1, 2, 3, 2], add 1, 2, 3 to the set and identify 2 as a duplicate.
Iterate through the array and check if the value exists in the hash set. If it does, it's a duplicate.
Time complexity is O(n) due to single pass through the array, while space complexity is O(n) for the hash set.
I applied via Approached by Company and was interviewed in Dec 2023. There were 3 interview rounds.
All three questions are leetcode medium level.
10th level aptitude problem.
I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.
I applied via Campus Placement and was interviewed before Mar 2023. There were 3 interview rounds.
Normal aptitude test
SQL Questions and one problem
based on 1 interview experience
Software Engineer
25
salaries
| ₹3.5 L/yr - ₹12.8 L/yr |
Devops Engineer
17
salaries
| ₹3 L/yr - ₹10.8 L/yr |
Cloud Devops Engineer
11
salaries
| ₹3 L/yr - ₹8.3 L/yr |
Software Developer
8
salaries
| ₹3.6 L/yr - ₹8 L/yr |
Java Developer
4
salaries
| ₹1.2 L/yr - ₹13.1 L/yr |
State Street Syntel
AXA Business Services
MagicBricks
Chegg