Filter interviews by
I applied via Referral and was interviewed in Oct 2023. There were 2 interview rounds.
Rate your
company
🤫 100% anonymous
How was your last interview experience?
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
LimeRoad interview questions for popular designations
I applied via Approached by Company and was interviewed before Oct 2022. There were 3 interview rounds.
I was interviewed in Jun 2021.
Round duration - 60 minutes
Round difficulty - Medium
Algorithm and Data Structures. MCQ based on dbms, html, css, js, sql, oops, program output.
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 of parentheses is balanced or not.
Iterate through each character in the string and use a stack to keep track of opening parentheses
If a closing parenthesis is encountered, check if it matches the top of the stack. If not, the string is not balanced
If all parentheses are matched correctly and the stack is empty at the end, the string is balanced
Given an array or list of strings called inputStr
, your task is to return the strings grouped as anagrams. Each group should contain strings that are anagrams of one anoth...
Group anagrams in an array of strings based on their characters.
Iterate through each string in the input array
Sort the characters of each string and use the sorted string as a key in a hashmap to group anagrams
Return the values of the hashmap as the grouped anagrams
Round duration - 60 minutes
Round difficulty - Medium
Algorithm and Data Structures. Sql queries insert and update commands.
Given an array prices
where the ith element represents the price of a stock on the ith day, your task is to determine the maximum profit that can be achieved at ...
Determine the maximum profit that can be achieved by selling stocks with at most two transactions.
Iterate through the array and calculate the maximum profit that can be achieved by selling stocks at each day.
Keep track of the maximum profit after the first transaction and the maximum profit after the second transaction.
Return the maximum profit that can be achieved overall.
Given two strings, BEGIN
and END
, along with an array of strings DICT
, determine the length of the shortest transformation sequence from BEGIN
to END
. Each transformation inv...
The Word Ladder problem involves finding the shortest transformation sequence from one word to another by changing one letter at a time.
Use breadth-first search to find the shortest transformation sequence.
Create a graph where each word is a node and words that can be transformed into each other are connected.
Keep track of visited words to avoid cycles and optimize the search process.
Return -1 if no transformation sequ...
Round duration - 45 minutes
Round difficulty - Medium
Some questions related to html and css. What are the various selector in css. SQL queries on how to use group by and having. Difference between truncate and delete.
The Ninja has a robot which navigates an infinite number line starting at position 0 with an initial speed of +1. The robot follows a set of instructions which includes ‘A’ (Acceler...
Determine the minimum length of instruction sequence for a robot to reach a given target on an infinite number line.
Start at position 0 with speed +1, update position and speed based on 'A' and 'R' instructions
For each test case, find the shortest sequence of instructions to reach the target
Consider both positive and negative positions for the robot
Return the minimum length of instruction sequence for each test case
Tip 1 : Practice leetcode medium problems and also geeksforgeeks
Tip 2 : Have good knowledge of OOPS concept
Tip 3 : Good to know about Java
Tip 1 : Put your achievements like ranks in coding contest or leetcode rating
Tip 2 : Better to have Java as a skill and some good projects or internships.
I was interviewed in May 2021.
The garment tax report needs to be checked.
Review the garment tax report for accuracy and completeness.
Ensure that all tax calculations are correct.
Verify that the report includes all necessary information, such as tax rates and applicable exemptions.
Cross-check the report with relevant documentation, such as invoices and receipts.
Identify any discrepancies or errors and take appropriate actions to rectify them.
Top trending discussions
based on 7 interviews
Interview experience
Anonymously discuss salaries, work culture, and many more
Get Ambitionbox App
based on 128 reviews
Rating in categories
Assistant Manager
37
salaries
| ₹0 L/yr - ₹0 L/yr |
Relationship Manager
31
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Analyst
22
salaries
| ₹0 L/yr - ₹0 L/yr |
Operations Executive
21
salaries
| ₹0 L/yr - ₹0 L/yr |
Category Manager
20
salaries
| ₹0 L/yr - ₹0 L/yr |
Myntra
Flipkart
Amazon
Snapdeal