Filter interviews by
I applied via Referral and was interviewed in Oct 2023. There were 2 interview rounds.
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...
Make use of the stack. Traverse the string and push the current character in the stack if it is an opening brace else pop from the stack If it is the corresponding starting brace for current closing brace then move to the next character of the string otherwise return false.
If after complete traversal if the stack is empty then the string is balanced else it is not balanced.
Pseudo Code:
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...
The key idea behind this approach is that we can transform each string into a string representing the character count. We will use an array “count”, of size 26 such that each element of the array represents the number of a’s, b’s, c’s and so on… We will be using these frequencies to create a string, delimited by ‘#’ characters, that we will use as a key for our HashMap.
For example :
str=”abbccc”...
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 ...
The basic idea is that, try all possible transactions, means move to every index and try to perform one transaction before the current index and one after the current index. For all the possibilities choose maximum.
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 idea is to use BFS traversal of the graph because considering an edge between any two adjacent words(words that will have a difference of only one alphabet) after that you just have to find the shortest between the start word and the target word and that can be done using BFS.
Here is the algorithm:
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...
The basic idea is to use modified Breadth-First Search (BFS) here. We can keep track of all the possible positions of the robot after ‘N’ instructions (N = 0, 1, 2, 3, 4, ...) and return the smallest ‘N’ such that the ‘TARGET’ position is reached
The steps are as follows:
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.
I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.
based on 7 interviews
Interview experience
based on 128 reviews
Rating in categories
Assistant Manager
37
salaries
| ₹4 L/yr - ₹10.8 L/yr |
Relationship Manager
31
salaries
| ₹3.3 L/yr - ₹9 L/yr |
Business Analyst
22
salaries
| ₹6 L/yr - ₹16 L/yr |
Graphic Designer
22
salaries
| ₹2.7 L/yr - ₹8.1 L/yr |
Operations Executive
21
salaries
| ₹2.2 L/yr - ₹4 L/yr |
Myntra
Flipkart
Amazon
Snapdeal