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 at Indian Institute of Information Technology (IIIT), Sri City 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 Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

Frontend 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

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. Print a Binary Tree in Vertical OrderGiven a binary tree, return the vertical order traversal of the values of the nodes of the given tree. For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will b... read more
View answer (3)

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 SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Limechat interview questions for popular designations

 Backend Developer

 (1)

 Production Manager

 (1)

 Software 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 at Indian Institute of Technology (IIT), Kharagpur 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

Software Technologies Interview Questions & Answers

Signzy Technologies user image Anonymous

posted on 3 Jan 2025

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

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. ACID Properties
  • Ans. 

    ACID properties are a set of properties that guarantee reliable and consistent transactions in a database system.

    • Atomicity ensures that either all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a valid state before and after the transaction.

    • Isolation ensures that the concurrent execution of transactions results in a system state that would be obtai...

  • Answered by AI
  • Q2. What are Idempotent HTTP Requests?
  • Ans. 

    Idempotent HTTP requests are requests that can be repeated multiple times without changing the result beyond the initial request.

    • Idempotent requests have the same outcome no matter how many times they are executed.

    • GET, PUT, and DELETE HTTP methods are typically idempotent.

    • POST requests are not idempotent as they can create new resources with each execution.

  • Answered by AI
  • Q3. Questions regarding your project, and how did you learn from the projects and tasks assigned to you?
  • Q4. System Design

Interview Preparation Tips

Topics to prepare for Signzy Technologies Software Technologies interview:
  • System DEsign
  • DSa
  • Algo
  • DBMS
  • Operating System
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What technologies did you use?
Round 2 - Assignment 

I have been assigned to create the data model and API design for policy management for SCO2.

Round 3 - Technical 

(1 Question)

  • Q1. Discussion on the programing and the also discussion on the data modal i prepared

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for what you have entered in your resume and the assignment assigned to you.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Government College of Engineering, Aurangabad and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mostly questions on logical aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. DSA questions. Reverse word of string, bubble sort, swap two variables without use of third variable
  • Q2. OOPs concepts also some questions on project
  • Q3. 1 puzzle (refer gfg)
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to work at our company?
  • Q2. What was the toughest challenge you have ever faced?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Let var const difference
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • var is function-scoped and can be redeclared and reassigned

    • let is block-scoped and can be reassigned but not redeclared

    • const is block-scoped and cannot be reassigned or redeclared

  • Answered by AI
  • Q2. Polyfills of bind method
  • Ans. 

    Polyfills of bind method provide a way to use the bind method in older browsers that do not support it natively.

    • Polyfill code typically checks if the bind method is available and if not, it creates a new function that mimics the behavior of bind.

    • One common polyfill for the bind method is the following: Function.prototype.bind = Function.prototype.bind || function() { // polyfill code here };

    • Polyfills are often used to ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Make a search bar in React
  • Ans. 

    Create a search bar component in React for filtering data

    • Create a functional component for the search bar

    • Use state to store the search query

    • Implement a onChange event handler to update the search query

    • Filter the data based on the search query

  • Answered by AI
  • Q2. React js core concepts
Round 3 - HR 

(2 Questions)

  • Q1. How you structure your work
  • Ans. 

    I structure my work by breaking down tasks, setting priorities, creating timelines, and regularly reviewing progress.

    • Break down tasks into smaller, manageable chunks

    • Set priorities based on deadlines and importance

    • Create timelines to track progress and ensure timely completion

    • Regularly review progress and adjust plans as needed

  • Answered by AI
  • Q2. How you make a project from scratch
  • Ans. 

    To make a project from scratch, start by defining requirements, creating a plan, designing the architecture, implementing the code, testing, and deploying.

    • Define project requirements and goals

    • Create a project plan with timelines and milestones

    • Design the architecture of the project, including database schema and system components

    • Implement the code following best practices and coding standards

    • Test the project thoroughly ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hour, oops concept,machine learning, python, sql

Round 2 - Coding Test 

30 minutes, python , c++ basic programs

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.

Tell us how to improve this page.

Limechat Interview Process

based on 5 interviews in last 1 year

Interview experience

4
  
Good
View more

People are getting interviews through

based on 5 Limechat interviews
Job Portal
Campus Placement
Company Website
40%
40%
20%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
Zoho Interview Questions
4.3
 • 501 Interviews
Swiggy Interview Questions
3.8
 • 420 Interviews
Freshworks Interview Questions
3.5
 • 153 Interviews
Ola Cabs Interview Questions
3.4
 • 141 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
InMobi Interview Questions
3.6
 • 35 Interviews
Hike Interview Questions
3.9
 • 31 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 & Benefits

2.5

Job Security

2.7

Company culture

2.7

Promotions/Appraisal

2.6

Work Satisfaction

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

₹9 L/yr - ₹14.5 L/yr

Associate Product Manager
5 salaries
unlock blur

₹19.5 L/yr - ₹23 L/yr

Graphic Designer
4 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Executive Accountant
4 salaries
unlock blur

₹10.5 L/yr - ₹16 L/yr

Account Executive and Team Lead
3 salaries
unlock blur

₹14 L/yr - ₹16 L/yr

Explore more salaries
Compare Limechat with

Freshworks

3.5
Compare

Zoho

4.3
Compare

Hike

3.9
Compare

InMobi

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview