Upload Button Icon Add office photos

Filter interviews by

Limechat Interview Questions and Answers

Updated 26 Aug 2024

Limechat Interview Experiences

Popular Designations

5 interviews found

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 javascript coding question : Group the elements based on fruit and sort.
2 SQL queries.
30 react and computer fundamentals .

Round 2 - One-on-one 

(2 Questions)

  • Q1. Implement a search keyword in given text files and print the file name and file content functionality in the backend.
  • Ans. 

    Implement search functionality to find keyword in text files and display file name and content.

    • Read all text files in a directory

    • Search for keyword in each file

    • Print file name and content if keyword is found

  • Answered by AI
  • Q2. Implement above question ,using Naive approach and boyer moore algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on JavaScript and DSA.

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Interview Questions & Answers

user image Manoj Paramesh

posted on 23 Jun 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

General react question like custom hooks

Limechat Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

Coding test consisted of mcq questions related to node js, git, express js, typescript

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
View answer (1)

Software Developer Interview Questions & Answers

user image Swapnil Chougule

posted on 10 Feb 2024

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

I applied via Job Portal and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic mcqa asd aptitude test 2hrs

Round 2 - Coding Test 

Some dry test, js basics , one leet code

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Limechat interview questions for popular designations

 Production Manager

 (1)

 Software Developer

 (1)

 Backend Developer

 (1)

 Software Developer Intern

 (1)

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

I applied via Campus Placement and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Describe how you would make the swiggy driver app.
  • Ans. 

    To create the Swiggy driver app, I would focus on user-friendly interface, real-time tracking, order management, and communication features.

    • Develop a user-friendly interface for drivers to easily view and accept orders.

    • Implement real-time tracking functionality for drivers to navigate to customer locations efficiently.

    • Incorporate order management tools for drivers to organize and prioritize deliveries.

    • Include communica...

  • Answered by AI
  • Q2. What are the important metrics?
  • Ans. 

    Important metrics for a Production Manager include production efficiency, quality control, inventory management, and cost effectiveness.

    • Production efficiency: Measure of how well resources are utilized to produce goods.

    • Quality control: Monitoring and ensuring products meet quality standards.

    • Inventory management: Tracking and optimizing inventory levels to meet demand.

    • Cost effectiveness: Analyzing production costs to ma

  • Answered by AI

Production Manager Interview Questions asked at other Companies

Q1. Production, Maintenance, Quality and Safety. Out of four, tell me the most important and least important thing for you and why?
View answer (10)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. EXPLAINATION of DSP and SSP
  • Ans. 

    DSP stands for Demand-Side Platform and SSP stands for Supply-Side Platform in the context of programmatic advertising.

    • DSP is a platform used by advertisers to purchase ad inventory in real-time auctions.

    • SSP is a platform used by publishers to sell their ad inventory to advertisers.

    • DSPs and SSPs work together in programmatic advertising to automate the buying and selling of ad space.

    • DSPs use data and algorithms to targ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. Short term goals
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

5 DSA Questions 2 Easy, 2Medium, 1 Hard, hackerrank

Round 3 - Technical 

(2 Questions)

  • Q1. 3 DSA question were asked of medium level
  • Q2. Largest vertical rectangle in array
  • Ans. 

    Find the largest vertical rectangle in an array of strings

    • Iterate through each column in the array

    • For each column, find the consecutive vertical rectangles of '1's

    • Calculate the area of each rectangle and keep track of the largest one

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. 1 DSA and around OS, DBMS, Resume
Round 5 - Technical 

(1 Question)

  • Q1. Around projects, Multithreading, LLD, HLD

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Hackerearth platform was provided , Question was based on Tree dsa. Need to run and pass few test cases.

Round 2 - Case Study 

Design patterns , chess LLD

Round 3 - Case Study 

Design blocking queue which can handle the multithreading scenario

Round 4 - One-on-one 

(5 Questions)

  • Q1. Last project experiences
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database management

  • Answered by AI
  • Q2. And management cases.
  • Q3. Discussion about recent projects
  • Q4. Discussion about working in projects for which hiring for
  • Q5. Discussion about why leaving previous company.

Analyst Interview Questions & Answers

InMobi user image abishek saju

posted on 15 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Why do you want to work here
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain your previous work experience
Contribute & help others!
anonymous
You can choose to be anonymous

Limechat Interview FAQs

How many rounds are there in Limechat interview?
Limechat interview process usually has 1-2 rounds. The most common rounds in the Limechat interview process are Coding Test, One-on-one Round and Aptitude Test.
How to prepare for Limechat 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 Limechat. The most common topics and skills that interviewers at Limechat expect are CRM, Automation, Health Insurance, customer support and SMS.
What are the top questions asked in Limechat interview?

Some of the top questions asked at the Limechat interview -

  1. Implement a search keyword in given text files and print the file name and file...read more
  2. Describe how you would make the swiggy driver a...read more
  3. What are the important metri...read more
How long is the Limechat interview process?

The duration of Limechat interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

REVIEWS

JPMorgan Chase & Co.

No Reviews

INTERVIEWS

Oyo Rooms

No Interviews

INTERVIEWS

Aptech

No Interviews

LIST OF COMPANIES

Advanced Micro Devices

Locations

LIST OF COMPANIES

Lumens Technologies

Locations

INTERVIEWS

NMDC Limited

No Interviews

LIST OF COMPANIES

Schneider Electric

Locations

SALARIES

INDOASIAN

SALARIES

NMDC Limited

LIST OF COMPANIES

Pantech Solutions

Locations

Tell us how to improve this page.

Limechat Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
Freshworks Interview Questions
3.5
 • 157 Interviews
Ola Cabs Interview Questions
3.4
 • 139 Interviews
MakeMyTrip Interview Questions
3.6
 • 122 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
Hike Interview Questions
3.6
 • 32 Interviews
View all

Limechat Reviews and Ratings

based on 11 reviews

2.8/5

Rating in categories

2.5

Skill development

2.8

Work-life balance

3.5

Salary

2.5

Job security

2.7

Company culture

2.7

Promotions

2.6

Work satisfaction

Explore 11 Reviews and Ratings
Customer Success Manager
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Product Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graphic Designer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Accounts Executive
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Limechat with

Freshworks

3.5
Compare

Zoho

4.3
Compare

Hike

3.6
Compare

InMobi

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview