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 (29)

Interview questions from similar companies

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

I applied via campus placement at Birla Institute of Technology (BIT), Ranchi and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was a combination of mcq and coding questions
mcq: aptitude + c++ + sql question, nothing really tough
Coding question: 3 leetcode question, medium level, of stack, binary search and graph traversal

Round 2 - One-on-one 

(5 Questions)

  • Q1. Question regarding project
  • Q2. SQL basic to moderate question
  • Q3. C++ coding question on strings recursion callback in c, oops medium level question, finding error in code
  • Q4. Puzzles Q1-> cake cutting ( 3 cuts, 8 slices) Q2 ->9 bottles, 8 same weight bottles, 1 heavy, 2 tries using a balance
  • Q5. OS question difference bw multi-processing and multi-programming how would u reduce number of page faults. etc
Round 3 - One-on-one 

(3 Questions)

  • Q1. Once again project explanation
  • Q2. Basic to high level oops question:( C++) i was asked to write some class and in that these questions were asked 1: different types of access modifiers, but the question was asked indirectly. like why did...
  • Q3. HR questions, since it was a semi technical cum hr round,

Interview Preparation Tips

Interview preparation tips for other job seekers - stay clam and respond actively and please fill the company recruitment form properly, question was asked directly form that form. Also properly attend the pre placement talks, it would be beneficial as u can directly answer company related questions without any hesitation.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Basic HR stuffs
Round 2 - One-on-one 

(1 Question)

  • Q1. Various management questions/topics
Round 3 - Group Discussion 

5 areas of discussion all related to management

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

(1 Question)

  • Q1. Explain ELK stack
  • Ans. 

    ELK stack is a popular open-source log management solution consisting of Elasticsearch, Logstash, and Kibana.

    • ELK stack stands for Elasticsearch, Logstash, and Kibana.

    • Elasticsearch is a distributed search and analytics engine for storing and searching data.

    • Logstash is a data processing pipeline that ingests, transforms, and enriches data.

    • Kibana is a data visualization tool used to analyze and visualize the data stored i...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Object oriented programming questions

Round 2 - Assignment 

React native component build pagination

Round 3 - HR 

(2 Questions)

  • Q1. Basics of profile
  • Q2. Basics of profile one
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced cashier with strong customer service skills and attention to detail.

    • Worked as a cashier for 3+ years at XYZ store

    • Skilled in handling cash transactions and operating POS systems

    • Excellent communication skills and ability to work in a fast-paced environment

  • Answered by AI
  • Q2. Why you want tojoin png
  • Ans. 

    I want to join PNG because of its reputation for excellent customer service and opportunities for growth.

    • I am impressed by PNG's commitment to providing top-notch customer service, which aligns with my own values.

    • I am excited about the potential for career advancement and professional development at PNG.

    • I have heard positive feedback from current employees about the supportive work environment at PNG.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Selenium based scenarios questions
  • Q2. What are selenium locators?
  • Ans. 

    Selenium locators are used to identify web elements on a web page in order to perform automated testing.

    • Selenium locators include ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and XPath.

    • They are used in Selenium WebDriver to interact with web elements such as clicking buttons, entering text, etc.

    • For example, driver.findElement(By.id("username")).sendKeys("testuser");

  • Answered by AI
  • Q3. Test listeners in katalon studio
  • Q4. Scenario based questions in testing and basics of testing
Round 2 - One-on-one 

(2 Questions)

  • Q1. Priority vs Severity in testing
  • Ans. 

    Priority determines the order in which issues should be fixed, while severity indicates the impact of the issue on the system.

    • Priority is based on business needs and impact on project timeline.

    • Severity is based on the impact of the issue on the system functionality.

    • Priority can change based on project requirements, while severity remains constant.

    • Example: A spelling mistake in a button label may have low severity but h...

  • Answered by AI
  • Q2. What will you do if bug found post production?
Round 3 - Technical 

(4 Questions)

  • Q1. In detail explanation of previously worked projects
  • Q2. In selenium how to handle popups and alerts?
  • Ans. 

    In Selenium, popups and alerts can be handled using the Alert interface and switchTo() method.

    • Use Alert interface to handle popups and alerts

    • Switch to the alert using driver.switchTo().alert()

    • Perform actions like accept(), dismiss(), getText() on the alert

  • Answered by AI
  • Q3. Groovy and Java based coding questions ( give output for the questions on console)
  • Q4. Katalon Studio based scenarios questions .

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong fundamentals in manual and automation testing ,
Good grip on Java , groovy in automation testing

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. In place string manipulation.
  • Ans. 

    In-place string manipulation refers to modifying a string without using extra memory space.

    • In-place string manipulation involves directly modifying the characters of the original string without creating a new string object.

    • Examples include reversing a string in place, converting all characters to uppercase in place, or removing whitespace in place.

    • For example, to reverse a string in place: start with two pointers at th...

  • Answered by AI
  • Q2. OS, Kernel related questions
Round 2 - Technical 

(1 Question)

  • Q1. Multi Threaded File Processing.
Round 3 - Technical 

(1 Question)

  • Q1. Previous Project Related. Coding on synchronization.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Interview Question. Requires good OS kernel fundamentals. Medium leet code. File system related system design.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Why am I looking for a change
  • Q2. What am I looking for in my next role
  • Q3. Tell the interviewer about my experience and skills used in current role

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, give true answers and don't fake your responses. Providing accurate information will help you and the organisation understand if your talent matches with their requirement

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
 • 457 Interviews
Swiggy Interview Questions
3.8
 • 432 Interviews
Zomato Interview Questions
3.7
 • 320 Interviews
BlackBuck Interview Questions
3.8
 • 173 Interviews
Urban Company Interview Questions
3.4
 • 133 Interviews
Porter Interview Questions
4.1
 • 83 Interviews
Dunzo Interview Questions
3.4
 • 76 Interviews
Rivigo Interview Questions
3.9
 • 72 Interviews
Rapido Interview Questions
3.9
 • 27 Interviews
View all

Lalamove Reviews and Ratings

based on 62 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 62 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