Filter interviews by
I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.
Interview was for about 30 mins . One easy level question was asked on array.
Q. Given a string. If on rearranging the characters of string it can become palindrome then return true else false.
Some follow up questions were asked on the implementation of the solution.
I was interviewed in Apr 2021.
Round duration - 60 minutes
Round difficulty - Easy
Timing was 10 AM. Platform is very good.
It's Christmas and Santa has 'K' gifts to distribute. There are 'N' children standing in a straight line in the park due to COVID restrictions. You are given an array distance
...
Find the minimum distance Santa must travel to distribute 'K' gifts to 'K' different children standing in a straight line.
Sort the array 'distance' in ascending order to simplify the problem.
Calculate the distance between each adjacent child and find the minimum sum of distances for 'K' gifts.
Keep track of the minimum sum of distances as you iterate through the array.
Given a string S
consisting solely of the characters '('
, ')'
, and '*'
, determine if it is a valid string.
1. Every left parenthesis '(' must h...
Determine if a string consisting of '(' , ')' and '*' characters is valid based on given rules.
Iterate through the string and keep track of the count of left parentheses, right parentheses, and stars.
Use a stack to keep track of the positions of left parentheses.
If at any point the count of right parentheses exceeds the count of left parentheses + stars, the string is invalid.
If after iterating through the string, ther...
Tip 1 : Have some projects.
Tip 2 : Practice coding problems on Coding ninjas.
Tip 1 : Keep it short.
Tip 2 : Do not put false things.
I was interviewed in Apr 2021.
Round duration - 90 minutes
Round difficulty - Medium
Timing was 10 AM. Platform is very good.
It's Christmas and Santa has 'K' gifts to distribute. There are 'N' children standing in a straight line in the park due to COVID restrictions. You are given an array distance
...
Find the minimum distance Santa must travel to distribute 'K' gifts to 'K' different children standing in a straight line.
Sort the array 'distance' in ascending order to simplify the problem.
Calculate the distance between each adjacent child and find the minimum sum of distances for 'K' gifts.
Keep track of the minimum sum of distances as you iterate through the array.
Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.
The first line contains an...
The task is to determine if a given string consisting of parentheses is balanced or not.
Use a stack data structure to keep track of opening parentheses
Iterate through the string and push opening parentheses onto the stack and pop when encountering a closing parenthesis
If at the end the stack is empty, the string is balanced, otherwise it is not
Tip 1 : Have some projects.
Tip 2 : Practice coding problems on Coding ninjas.
Tip 1 : Keep it short.
Tip 2 : Do not put false things.
I was interviewed in Apr 2021.
Round duration - 60 minutes
Round difficulty - Easy
Timing was 10 AM. Platform is very good.
It's Christmas and Santa has 'K' gifts to distribute. There are 'N' children standing in a straight line in the park due to COVID restrictions. You are given an array distance
...
Find the minimum distance Santa must travel to distribute 'K' gifts to 'K' different children standing in a straight line.
Sort the array 'distance' in ascending order to simplify the problem.
Calculate the distance between each adjacent child and find the minimum sum of distances for 'K' gifts.
Keep track of the minimum sum of distances as you iterate through the array.
Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.
The first line contains an...
The task is to determine if a given string consisting of parentheses is balanced or not.
Iterate through the characters of the string and use a stack to keep track of opening parentheses.
When encountering an opening parenthesis, push it onto the stack. When encountering a closing parenthesis, check if it matches the top of the stack.
If the stack is empty at the end or if there are unmatched parentheses, the string is no...
Tip 1 : Have some projects.
Tip 2 : Practice coding problems on GeeksForGeeks
Tip 1 : Don't Lie on resume
Tip 2 : Have some certificates
SimplifyVMS interview questions for designations
I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.
I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.
I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.
First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.
I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.
Good
I was interviewed before Jun 2021.
Round duration - 180 minutes
Round difficulty - Easy
It was an mcq + coding round. There were aptitude and ouput based question in mcq. And coding questions were easy
Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...
Find the duplicate number in an array of integers from 0 to (N-2).
Iterate through the array and keep track of the frequency of each number using a hashmap.
Return the number with a frequency greater than 1 as the duplicate number.
Time complexity can be optimized to O(N) using Floyd's Tortoise and Hare algorithm.
You are provided with a string S
and an array of integers A
of size M
. Your task is to perform M
operations on the string as specified by the indices in array A
...
Given a string and an array of indices, reverse substrings based on the indices to obtain the final string.
Iterate through the array of indices and reverse the substrings accordingly
Ensure the range specified by each index is non-empty
Return the final string after all operations are completed
Round duration - 60 Minutes
Round difficulty - Easy
It was technical + hr round. there were 2 people as interviewer. They stated from intro and asked some basic puzzles and hr questions. After that they asked about my projects, technologies and some ds algo and dbms questions.
Tip 1 : Practice aptitude
Tip 2 : Focus on practicing coding
Tip 3 : Learn from mistakes
Tip 1 : Mention some projects that you have done
Tip 2 : Try to have skills that are required for the role
based on 1 interview
1 Interview rounds
Software Engineer
19
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
13
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
12
salaries
| ₹0 L/yr - ₹0 L/yr |
UI/UX Designer
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Lead Engineer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
PeopleStrong
Quess
Team Lease
Darwinbox