Upload Button Icon Add office photos

LimeRoad

Compare button icon Compare button icon Compare

Filter interviews by

LimeRoad Interview Questions and Answers

Updated 1 May 2025
Popular Designations

7 Interview questions

A Sde1 was asked
Q. Given an array of non-negative integers, and a value k, determine if there is a subset of the given set with sum equal to given k.
Ans. 

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

View all Sde1 interview questions
A QC Executive was asked
Q. How would you check the garment tax report?
Ans. 

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.

View all QC Executive interview questions
A Full Stack Developer was asked
Q. 

Valid Parentheses Problem Statement

Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.

Input:

The first line contains an ...
Ans. 

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

View all Full Stack Developer interview questions
A Full Stack Developer was asked
Q. 

Problem: Ninja's Robot

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’ (Accelera...

Ans. 

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 ca...

View all Full Stack Developer interview questions
A Full Stack Developer was asked
Q. 

Group Anagrams Problem Statement

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 anothe...

Ans. 

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

View all Full Stack Developer interview questions
A Full Stack Developer was asked
Q. 

Buy and Sell Stock - III Problem Statement

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 t...

Ans. 

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.

View all Full Stack Developer interview questions
A Full Stack Developer was asked
Q. 

Word Ladder Problem Statement

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 invo...

Ans. 

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...

View all Full Stack Developer interview questions
Are these interview questions helpful?

LimeRoad Interview Experiences

10 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Core Java, OOPS concept
  • Q2. Multithreading, Deadlock

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Apr 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Window functions
  • Q2. Joins and aggregate functions
  • Q3. Abalytical function lag() and lead() question
Round 2 - One-on-one 

(1 Question)

  • Q1. Guesstimate and Puzzle
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL based questions were asked with some puzzles

Sde1 Interview Questions & Answers

user image Anonymous

posted on 16 Jan 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Group anagrams , coin change problem
  • Ans. These are pretty basic questions from leetcode
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. Subset sum to k
  • Ans. 

    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

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Discussion about work I did in previous org

Interview Preparation Tips

Topics to prepare for LimeRoad Sde1 interview:
  • DSA
  • System Design
  • Web Development
Interview preparation tips for other job seekers - DSA to intermediate level , system design for better opportunities.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. General intro and basic life question
Round 3 - One-on-one 

(1 Question)

  • Q1. Work experiance and excel

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn xcel formula and good communication
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. 1st round was mostly around SQL- joins, functions, aggregations, window functions etc, and then around my past experience & role, the projects I had done.
Round 3 - One-on-one 

(1 Question)

  • Q1. 2nd round was around some business scenarios & case study, forecasting demand/trends, product sense etc.

Interview Preparation Tips

Topics to prepare for LimeRoad Senior Business Analyst interview:
  • SQL
  • Business Analysis
  • Case Studies
Interview preparation tips for other job seekers - Be good with SQL (working knowledge), know your past & current projects in depth, be aware about the general industry trends.

I appeared for an interview in Jun 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Algorithm and Data Structures. MCQ based on dbms, html, css, js, sql, oops, program output.

  • Q1. 

    Valid Parentheses Problem Statement

    Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.

    Input:

    The first line contains an...
  • Ans. 

    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

  • Answered by AI
  • Q2. 

    Group Anagrams Problem Statement

    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...

  • Ans. 

    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

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Algorithm and Data Structures. Sql queries insert and update commands.

  • Q1. 

    Buy and Sell Stock - III Problem Statement

    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 ...

  • Ans. 

    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.

  • Answered by AI
  • Q2. 

    Word Ladder Problem Statement

    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...

  • Ans. 

    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...

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

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.

  • Q1. 

    Problem: Ninja's Robot

    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...

  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Fullstack Developer in GurgaonEligibility criteriaNo criteriaLimeroad.com interview preparation:Topics to prepare for the interview - Algorithms, Data Structures, DP, Tree, Linked List, OOPS, JavaTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice leetcode medium problems and also geeksforgeeks
Tip 2 : Have good knowledge of OOPS concept
Tip 3 : Good to know about Java

Application resume tips for other job seekers

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.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 25 Nov 2021

I appeared for an interview in May 2021.

Interview Questionnaire 

1 Question

  • Q1. Company have an opening for Relationship manager from last 7 Months. In the month of June 2021 companys Hr Mr. Gaurav call me for recruitment for RM position and scheduled my interview but they didn't take...

Interview Preparation Tips

Interview preparation tips for other job seekers - HR need to coordinate with candidate either they shortlisted or not. Hr never responding the calls of interviewer.

QA Interview Questions & Answers

user image Anonymous

posted on 1 Mar 2021

Interview Questionnaire 

1 Question

  • Q1. About my self

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence during an interview ever.

QC Executive Interview Questions & Answers

user image Anonymous

posted on 12 May 2018

Interview Questionnaire 

5 Questions

  • Q1. My quslifications
  • Q2. My work exprience how much work did i have in the company andwhere did it all come
  • Q3. Technical knowledge
  • Q4. My personal life exprience
  • Q5. Check the garment made tax report
  • Ans. 

    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.

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: nokri.com

Round: Resume Shortlist
Experience: talked up over salaries

Top trending discussions

View All
Indian Startups
2w
a senior executive
One of the best sources for Startup investment: DAHEJ(DOWRY)
You won't believe my senior has a good corporate job with over 10 years of experience. But suddenly resigned just a few days after his wedding. We all thought maybe he got married and wants to spend his time with his wife, and decided to go to his place to give him a proper farewell. All of us got shocked after knowing that he left because his father-in-law gifted him a fat cash amount and a car in the name of "blessings." He’s using the money to fund his startup and the car for "business movement." I mean seriously? People are now using dowry as startup capital and walking around acting like CEOs, playing boss with someone else’s money. Bas, shaadi karo aur apne sapne chalu karo, courtesy sasural. I don't know feeling inspired? Or disgusted?
Got a question about LimeRoad?
Ask anonymously on communities.

LimeRoad Interview FAQs

How many rounds are there in LimeRoad interview?
LimeRoad interview process usually has 2-3 rounds. The most common rounds in the LimeRoad interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for LimeRoad interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at LimeRoad. The most common topics and skills that interviewers at LimeRoad expect are SQL, Marketing, Analytics, Data Visualization and E-commerce.
What are the top questions asked in LimeRoad interview?

Some of the top questions asked at the LimeRoad interview -

  1. check the garment made tax rep...read more
  2. Subset sum t...read more
  3. 2nd round was around some business scenarios & case study, forecasting demand/t...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 9 interview experiences

Difficulty level

Easy 20%
Moderate 40%
Hard 40%

Duration

Less than 2 weeks 80%
4-6 weeks 20%
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 472 Interviews
Meesho Interview Questions
3.7
 • 366 Interviews
Udaan Interview Questions
3.9
 • 346 Interviews
BlackBuck Interview Questions
3.7
 • 193 Interviews
Tata 1mg Interview Questions
3.6
 • 186 Interviews
Digit Insurance Interview Questions
3.8
 • 158 Interviews
Paisabazaar.com Interview Questions
3.4
 • 153 Interviews
Urban Company Interview Questions
3.4
 • 143 Interviews
Tracxn Interview Questions
3.1
 • 105 Interviews
Ninjacart Interview Questions
3.9
 • 100 Interviews
View all

LimeRoad Reviews and Ratings

based on 138 reviews

2.4/5

Rating in categories

2.4

Skill development

2.4

Work-life balance

2.5

Salary

2.2

Job security

2.3

Company culture

2.0

Promotions

2.4

Work satisfaction

Explore 138 Reviews and Ratings
Customer Support Representative

Gurgaon / Gurugram

1-3 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
39 salaries
unlock blur

₹4.9 L/yr - ₹12 L/yr

Relationship Manager
30 salaries
unlock blur

₹3.3 L/yr - ₹9 L/yr

Business Analyst
22 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Graphic Designer
17 salaries
unlock blur

₹2.7 L/yr - ₹8.1 L/yr

Associate Director
16 salaries
unlock blur

₹22 L/yr - ₹51 L/yr

Explore more salaries
Compare LimeRoad with

Myntra

3.9
Compare

Udaan

3.9
Compare

Swiggy

3.7
Compare

BlackBuck

3.7
Compare
write
Share an Interview