Upload Button Icon Add office photos

Filter interviews by

Lido Learning Interview Questions, Process, and Tips

Updated 10 Jul 2024

Top Lido Learning Interview Questions and Answers

View all 25 questions

Lido Learning Interview Experiences

Popular Designations

55 interviews found

I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Sell me the same set set of earpods which I already have
  • Ans. 

    Our earpods offer superior sound quality and noise cancellation compared to your current set.

    • Our earpods have advanced noise cancellation technology that blocks out even more background noise than your current set.

    • The sound quality of our earpods is unmatched, with crystal clear highs and deep, rich bass.

    • Our earpods are also more comfortable to wear for extended periods of time, with a secure fit that stays in place du...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be fluent when you speak to the interviewer and Don't get confused ,have confidence

Top Lido Learning Business Development Associate Interview Questions and Answers

Q1. How to initiate your pitch when you were selling something or telling them about your product.
View answer (2)

Business Development Associate Interview Questions asked at other Companies

Q1. You are going to the office and you saw a 6 years old poor guy selling pencils. Out of kindness you bought all the pencils(100 pcs) at Rs. 50 and gave him extra Rs. 50 to support his family. Since you don't require those pencils at all. Wha... read more
View answer (40)

I was interviewed in Dec 2020.

Round 1 - Assignment 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

  • Q1. 

    Find All Pairs Adding Up to Target

    Given an array of integers ARR of length N and an integer Target, your task is to return all pairs of elements such that they add up to the Target.

    Input:

    The first line ...
  • Ans. 

    Given an array of integers and a target, find all pairs of elements that add up to the target.

    • Iterate through the array and for each element, check if the target minus the element exists in a hash set.

    • If it exists, add the pair to the result. If not, add the element to the hash set.

    • Handle cases where the same element is used twice in a pair.

    • Return (-1, -1) if no pair is found.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Birla Institute of Technology, Mesra. Eligibility criterianoLido Learning interview preparation:Topics to prepare for the interview - Data structures, Big O Notation, Trees Sorting and search algorithms, HeapsTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Have projects on your resume.
Tip 2 : Good to have internships
Tip 3 : Practice a lot

Application resume tips for other job seekers

Tip 1 : Have good projects
Tip 2 : Have knowledge of everything you wrote

Final outcome of the interviewSelected

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)

I applied via LinkedIn and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself.
  • Q2. Any internship you've done? If yes then tell me about it in brief.
  • Q3. Where do you see yourself in 5 years?
  • Q4. Why you want to be a part of Lido Learning?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest and confident while talking OR answering the questions. Give it your best shot and try not to be nervous. It's not that difficult as it seems to be. All the best.

Marketing Associate Interview Questions asked at other Companies

Q1. How would you sell the product if the parent has a concern of child using excessive mobile or technology
View answer (1)

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. 

    Path Queries Problem Statement

    Consider a weighted, undirected graph with 'V' vertices numbered from 1 to 'V' and 'E' bidirectional edges. You are tasked with handling 'Q' queries. For each query, you are...

  • Ans. 

    Implement a function to find the shortest distance between two vertices in a weighted, undirected graph.

    • Use Dijkstra's algorithm to find the shortest path between the given vertices.

    • Create a graph data structure to represent the weighted, undirected graph.

    • Handle cases where no path exists between the given vertices by returning -1.

    • Optimize the algorithm to handle multiple queries efficiently.

    • Consider edge cases such as...

  • Answered by AI
  • Q2. 

    Merge Sort Algorithm Problem Statement

    Your task is to sort a sequence of numbers stored in the array ‘ARR’ in non-descending order using the Merge Sort algorithm.

    Explanation:

    Merge Sort is a divide-an...

  • Ans. 

    Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.

    • Divide the input array into two halves recursively

    • Sort the two halves separately

    • Merge the sorted halves to produce a fully sorted array

    • Time complexity of Merge Sort is O(n log n)

    • Example: Input - [5, 2, 9, 1, 5], Output - [1, 2, 5, 5, 9]

  • Answered by AI
  • Q3. 

    Rat in a Maze: All Paths Problem

    You are provided with an N * N maze where a rat is positioned at starting cell MAZE[0][0]. The goal is to determine and print all possible paths that the rat can take to r...

  • Ans. 

    Given an N * N maze with binary values, find and print all possible paths for a rat to reach the destination cell.

    • Use backtracking to explore all possible paths from the starting cell to the destination cell.

    • At each cell, check if it is a valid move (within bounds and not blocked), then recursively explore all four directions.

    • Keep track of the path taken so far and mark the cells accordingly.

    • Once the destination cell i...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dronacharya College of Engineering. I applied for the job as SDE - 1 in NoidaEligibility criteriaNo criteriaLido Learning interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming etcTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
 

Application resume tips for other job seekers

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

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)

Lido Learning interview questions for popular designations

 Business Development Associate

 (14)

 Marketing Associate

 (6)

 Business Development Manager

 (3)

 Software Developer Intern

 (3)

 Business Development Executive

 (2)

 Asst.Marketing Manager

 (2)

 BDA

 (2)

 Quality Analyst

 (1)

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed before May 2022. There were 3 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 tips
Round 2 - Aptitude Test 

Normal questionnaire round with the team.

Round 3 - Assignment 

The design assignment for E mailer design for 2 different clients.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about yourself as they'll test your skills and attitude in both the rounds.

Senior Graphic Designer and Visualizer Interview Questions asked at other Companies

Q1. Tell me about carysil Ltd.
View answer (1)

Get interview-ready with Top Lido Learning Interview Questions

I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about your self?
  • Q2. What if a child has eye sight and you need to convince the parent to join him in the course offered
  • Q3. E-learning vs Offline Learning
  • Ans. 

    E-learning and offline learning have their own advantages and disadvantages.

    • E-learning offers flexibility and convenience, allowing learners to access materials from anywhere at any time.

    • Offline learning provides a more traditional classroom experience with face-to-face interaction and hands-on activities.

    • E-learning can be more cost-effective and scalable, while offline learning can be more personalized and engaging.

    • Bo...

  • Answered by AI
  • Q4. Convince a parent in any of the course you wish.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself & tell the positive perspective

Top Lido Learning Business Development Associate Interview Questions and Answers

Q1. How to initiate your pitch when you were selling something or telling them about your product.
View answer (2)

Business Development Associate Interview Questions asked at other Companies

Q1. You are going to the office and you saw a 6 years old poor guy selling pencils. Out of kindness you bought all the pencils(100 pcs) at Rs. 50 and gave him extra Rs. 50 to support his family. Since you don't require those pencils at all. Wha... read more
View answer (40)

I applied via Recruitment Consultant and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Not any serious questions

Interview Preparation Tips

Interview preparation tips for other job seekers - They hired people by telling lie, not at all transparent here, one by one they used to reveal the truth. Everyday norms are hereby changed, not even in written form.

Top Lido Learning Business Development Associate Interview Questions and Answers

Q1. How to initiate your pitch when you were selling something or telling them about your product.
View answer (2)

Business Development Associate Interview Questions asked at other Companies

Q1. You are going to the office and you saw a 6 years old poor guy selling pencils. Out of kindness you bought all the pencils(100 pcs) at Rs. 50 and gave him extra Rs. 50 to support his family. Since you don't require those pencils at all. Wha... read more
View answer (40)

I applied via Recruitment Consultant and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. About yourself ..A quick intro
  • Q2. When will you see yourself in 5 years
  • Q3. How your marketing skills are?
  • Ans. 

    I have strong marketing skills with experience in creating and executing successful campaigns.

    • Experience in creating and executing successful marketing campaigns

    • Strong understanding of target audience and market trends

    • Proficient in social media marketing and email marketing

    • Ability to analyze data and make data-driven decisions

    • Excellent communication and interpersonal skills

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and a good communication skills will help to get a job

Top Lido Learning Business Development Associate Interview Questions and Answers

Q1. How to initiate your pitch when you were selling something or telling them about your product.
View answer (2)

Business Development Associate Interview Questions asked at other Companies

Q1. You are going to the office and you saw a 6 years old poor guy selling pencils. Out of kindness you bought all the pencils(100 pcs) at Rs. 50 and gave him extra Rs. 50 to support his family. Since you don't require those pencils at all. Wha... read more
View answer (40)

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What are the good quality in sales person?
  • Q2. What are your long-term career goals?
  • Q3. What motivates you?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer wanted to check my communication skills,most of the questions were related to last experiance. I tried to be confident while answering the question.

Business Development Executive Interview Questions asked at other Companies

Q1. scenario based: if I am a teacher in a government school and my child is getting +90% marks, then why should i buy byjus course
View answer (14)

I applied via LinkedIn and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. About yourself 2. Brief about Lido Learning 3. Case Study

Interview Preparation Tips

Interview preparation tips for other job seekers - There where 2 rounds of interview, it was quite easy but a candidate must be confident with his/her answers and must be fluent in any language they are comfortable with, its important that he/she must be convincing and as the job role is MA its very important how a candidate speaks

Marketing Associate Interview Questions asked at other Companies

Q1. How would you sell the product if the parent has a concern of child using excessive mobile or technology
View answer (1)

Lido Learning Interview FAQs

How many rounds are there in Lido Learning interview?
Lido Learning interview process usually has 2-3 rounds. The most common rounds in the Lido Learning interview process are One-on-one Round, Resume Shortlist and Aptitude Test.
How to prepare for Lido Learning 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 Lido Learning. The most common topics and skills that interviewers at Lido Learning expect are Sales, Business Development, Education, Cold Calling and Educational Sales.
What are the top questions asked in Lido Learning interview?

Some of the top questions asked at the Lido Learning interview -

  1. How to initiate your pitch when you were selling something or telling them abou...read more
  2. How would you sell the product if the parent has a concern of child using exces...read more
  3. What if a child has eye sight and you need to convince the parent to join him i...read more

Tell us how to improve this page.

Lido Learning Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Whitehat jr Interview Questions
3.4
 • 262 Interviews
Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
Testbook.com Interview Questions
3.6
 • 99 Interviews
Toppr Interview Questions
3.4
 • 64 Interviews
Embibe Interview Questions
3.5
 • 60 Interviews
Cuemath Interview Questions
3.8
 • 43 Interviews
MeritNation Interview Questions
3.6
 • 7 Interviews
Vedant Interview Questions
4.2
 • 1 Interview
View all

Lido Learning Reviews and Ratings

based on 363 reviews

2.3/5

Rating in categories

2.2

Skill development

2.1

Work-life balance

2.2

Salary

1.7

Job security

2.1

Company culture

2.1

Promotions

2.1

Work satisfaction

Explore 363 Reviews and Ratings
Business Development Associate
262 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Marketing Associate
150 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Executive
147 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Online Tutor
73 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Manager
58 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Lido Learning with

BYJU'S

3.1
Compare

Vedantu

3.3
Compare

Toppr

3.4
Compare

Unacademy

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