Filter interviews by
I applied via Campus Placement
Normal MCQ questions, mostly GATE type questions.
Top trending discussions
I applied via Company Website and was interviewed before Aug 2021. There were 2 interview rounds.
Easy level questions
I applied via Referral and was interviewed before Jan 2023. There were 3 interview rounds.
Given an array of integers, determine if there is a subset that sums up to a given target value.
Use a recursive approach to explore all possible subsets
At each step, either include the current element or exclude it
If the target value is reached, return true
If all elements are exhausted and the target value is not reached, return false
I applied via Campus Placement and was interviewed before Jul 2022. There were 5 interview rounds.
3 questions were asked. 1 easy 1 medium 1 hard
One on one coding round. Basic easy to medium coding questions were asked
I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.
3 DSA questions were there in the coding round
I applied via Referral and was interviewed before Jan 2024. There were 3 interview rounds.
1 HR of coding round, 2 problems asked. One on stack, one on DP.
Machine coding round where LLD implementation of a cab booking system was asked.
I applied via Campus Placement
3 questions 1 is easy and 2 medium problems
Check if a linked list is palindrome
Traverse the linked list and push each element onto a stack
Traverse the linked list again and compare each element with the top of the stack
If all elements match, the linked list is a palindrome
The diameter of a binary tree is the longest path between any two leaf nodes.
Calculate the height of left and right subtrees recursively
Find the diameter of left and right subtrees
Compare the diameter of left and right subtrees and return the maximum
I was interviewed before Apr 2021.
Round duration - 60 minutes
Round difficulty - Easy
In the interview I was asked few puzzles and few coding problems.
In the coding questions the interviewers did not ask me to write down the complete codes of the problems, they only asked me to suggest some suitable algorithms.
Given a positive integer N
, find the total number of '1's in the binary representation of all the numbers from 1 to N
.
You should return the result modulo 109+7 as the co...
Count the total number of set bits in the binary representation of numbers from 1 to N, modulo 10^9+7.
Iterate through numbers from 1 to N and count the set bits in their binary representation
Use bitwise operations to count set bits efficiently
Return the total count modulo 10^9+7 as the result
Round duration - 45 minutes
Round difficulty - Easy
In second round of interview I was asked some hardcore programming questions on data structures since I wrote it as my area of interest.
I was asked some puzzles as well.
Given two sorted integer arrays ARR1
and ARR2
of size M and N, respectively, merge them into ARR1
as one sorted array. Assume that ARR1
has a size of M + N to hol...
Merge two sorted arrays into one sorted array in place.
Iterate from the end of both arrays and compare elements to merge in place
Use two pointers to keep track of the current position in both arrays
Handle cases where one array is fully merged before the other
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
based on 1 interview
Interview experience
Business Analyst
36
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
25
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
25
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Development Engineer
25
salaries
| ₹0 L/yr - ₹0 L/yr |
Sde1
16
salaries
| ₹0 L/yr - ₹0 L/yr |
Myntra
Flipkart
Snapdeal
Shopclues