Upload Button Icon Add office photos

Filter interviews by

Lalamove Interview Questions and Answers

Updated 20 Sep 2024

Lalamove Interview Experiences

Popular Designations

2 interviews found

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 20 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a nice one and yeah.

Round 2 - Technical 

(2 Questions)

  • Q1. Which language do you use
  • Ans. 

    I primarily use PHP for web development.

    • I am proficient in PHP programming language.

    • I have experience in developing web applications using PHP.

    • I am familiar with PHP frameworks like Laravel and Symfony.

  • Answered by AI
  • Q2. And implications of the language
  • Ans. 

    PHP is a server-side scripting language used for web development.

    • PHP allows for dynamic content generation on websites.

    • Implications include faster development time and easier maintenance.

    • PHP can interact with databases like MySQL to create dynamic web applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and truthful

PHP Developer Interview Questions asked at other Companies

Q1. How can we report errors in the log file while working on a core PHP project?
View answer (3)

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (30)

Interview questions from similar companies

I applied via Internshala and was interviewed before Sep 2021. There were 2 interview rounds.

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 - One-on-one 

(1 Question)

  • Q1. Only simple about myself questions as well as finance operations terms

Interview Preparation Tips

Interview preparation tips for other job seekers - Hojata hai aaram se but thoda dhyan rkhna ki stuck na ho beech m

Interview Preparation Tips

Interview preparation tips for other job seekers - I gave attitude and dark personality test in Delhivery. But after clearing this rounds. They don't take my interview. They said that they have shortlisted another candidate. They even don't pick up call and clarify it.

I applied via Recruitment Consultant and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is diameter of Binary Tree? Write full working code.
  • Ans. 

    Diameter of a binary tree is the longest path between any two leaf nodes.

    • Calculate the height of left and right subtrees recursively.

    • Calculate the diameter recursively using the formula max(left_height + right_height + 1, max(left_diameter, right_diameter)).

    • Return the maximum diameter.

  • Answered by AI
  • Q2. Find interchanged terms from an AP, where terms are arranged in series
  • Ans. 

    To find interchanged terms from an AP series

    • Identify the common difference between terms

    • Swap the positions of adjacent terms

    • Check if the new series is also an AP

    • Repeat until no more interchanged terms can be found

  • Answered by AI
  • Q3. Explain database indexing
  • Ans. 

    Database indexing is a technique to improve the performance of database queries.

    • Indexing creates a data structure that allows for faster retrieval of data.

    • Indexes are created on one or more columns of a table.

    • Queries that use indexed columns can be executed faster.

    • Indexes can be clustered or non-clustered.

    • Clustered indexes determine the physical order of data in a table.

    • Non-clustered indexes create a separate structure...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on basic data structures, operating systems and database.

Skills evaluated in this interview

I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. A brief introduction about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. Just a normal conversation and self handling situation

Interview Preparation Tips

Interview preparation tips for other job seekers - just be confident and go thru,questions asked are easy but your confidence matter

I applied via Referral and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you understand the supply of restaurant in a particular area of a city ?
  • Ans. 

    To understand the supply of restaurants in a particular area of a city, we can use various methods.

    • Collect data from online directories like Yelp, Zomato, etc.

    • Conduct surveys to gather information about the number of restaurants in the area.

    • Analyze the population density and demographics of the area to estimate the demand for restaurants.

    • Check the number of restaurant permits issued by the local government.

    • Use GIS mapp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand any city's demographics for instance. Take most busy road and assume that 70% supply will be on food -tech (MArket Standard). Open Sw / Zo and see the supply available in that area in peak time. There can be more than one way to solve for these question

I applied via Naukri.com and was interviewed in May 2019. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Work experience
  • Q2. R u comfertable traveling
  • Ans. 

    Yes, I am comfortable traveling for work.

    • I have experience traveling for work in my previous roles.

    • I am adaptable and enjoy exploring new places.

    • I am willing to travel for client meetings and conferences.

    • I understand the importance of face-to-face interactions in sales.

    • I am organized and can handle the logistics of travel efficiently.

  • Answered by AI
  • Q3. What is your study status
  • Q4. Graduate
  • Q5. Can u join immediatly
  • Q6. Will you able to sell product by showing them on thier phone screen on the app
  • Q7. This is something new,but India is going through digitalisation,so ofcourse that wouldnt be that problem.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good,i got selected,after two days i got a cl bck,and on 3 days i did my joining procedure

I applied via Recruitment Consultant and was interviewed in Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions are about fresh department only

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know about fresh department

I applied via Campus Placement

Interview Preparation Tips

Round: Resume Shortlist
Experience: They selected 10 students from our college from CS and IT .They are looking for guys with extra projects done during college .App development will be a bonus ,contribution to open source and competitive programming will help for shortlisting.
Some of my friends had research papers published and they too got selected.

Round: Test
Experience: Have to write code snippet for 4 questions in 45 minutes
1.Difference between hour hand and minute hand
2.longest palindromic sub string.
3.Product Array puzzle
4.Some question related to matrix

Tips: All question were from geeksforgeeks
So practice it well ..u will make through it

Round: Test
Experience: Long Discussion on projects
They will scan each and every line of your Resume ,so dont write bullshits..
I wrote about interest in AI and got screwed..Discussion on college projects and final year project.
Then asked me to design a snake and ladder game OOPS concepts
Told me to find sum of all elements of sub matrix..(hint pre-processing the matrix)
Asked me about sessions and cookies
Gave a query to write on database indexing (dont remember exactly)
Asked me the code of the difference between hour hand and minute hand and extended it wid the second hand
Asked me as how to implement a dictionary
asked about TRIES ,CODE SNIPPET ON THE SHARED DOCS
One of my friend was asked to implement (set) of STL
Tips: The interviewer was cool guy..helped me a lot always made me comfortable.Interact with them as much as possible

Round: Test
Experience: Wid the CTO of the company .
Started wid the projects again .ACID properties,Database transactions,Concurrency Control
Optimization in database.
Then he asked me to code a function
Given a hash function applied on letters of English words ,un-hash it.Took me 45 minutes to reach the solution ,he helped me a lot.
Asked me to write the code for diameter of a binary tree
Asked me write the code for Boolean Matrix
One of my friend was asked to a question in which there was a bug in a m*n matrix and we have to find the bug(hint dfs or bfs)
Tips: keep calm ,,just keep talking ad he will help u a lot...

Round: HR
Experience: This was the toughest round for me...I had cleared all the rounds but they rejected me in the HR round ,,,dont know where I screwed..Learn every thing of Zomato..
They offered me an internship and thereafter they would look to give a PPO ...!!!lets see what happens

Skills: Coding Skills And Knowledge On Data Structures
Duration: 3
College Name: NIT Srinagar

Lalamove Interview FAQs

How many rounds are there in Lalamove interview?
Lalamove interview process usually has 2 rounds. The most common rounds in the Lalamove interview process are Coding Test and Technical.
What are the top questions asked in Lalamove interview?

Some of the top questions asked at the Lalamove interview -

  1. Which language do you ...read more
  2. And implications of the langu...read more

Tell us how to improve this page.

Lalamove Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 459 Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
Udaan Interview Questions
3.9
 • 334 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
BlackBuck Interview Questions
3.8
 • 176 Interviews
Urban Company Interview Questions
3.4
 • 134 Interviews
Porter Interview Questions
3.9
 • 84 Interviews
Dunzo Interview Questions
3.4
 • 69 Interviews
Rapido Interview Questions
3.8
 • 29 Interviews
View all

Lalamove Reviews and Ratings

based on 63 reviews

4.0/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.6

Salary

3.6

Job security

3.7

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 63 Reviews and Ratings
Business Development Executive
41 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Team Lead
14 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Sales Manager
10 salaries
unlock blur

₹7.8 L/yr - ₹16 L/yr

Key Accounts Executive
9 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Operations Associate
6 salaries
unlock blur

₹4.1 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Lalamove with

Swiggy

3.8
Compare

Zomato

3.8
Compare

Delhivery

3.9
Compare

Shadowfax Technologies

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