Filter interviews by
I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.
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...
I was interviewed in Dec 2020.
Round duration - 120 minutes
Round difficulty - Easy
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
.
The first line ...
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.
Tip 1 : Have projects on your resume.
Tip 2 : Good to have internships
Tip 3 : Practice a lot
Tip 1 : Have good projects
Tip 2 : Have knowledge of everything you wrote
I applied via LinkedIn and was interviewed in Aug 2021. There was 1 interview round.
I was interviewed in Nov 2020.
Round duration - 60 minutes
Round difficulty - Easy
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...
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...
Your task is to sort a sequence of numbers stored in the array ‘ARR’ in non-descending order using the Merge Sort algorithm.
Merge Sort is a divide-an...
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]
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...
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...
Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
Lido Learning interview questions for popular designations
posted on 10 May 2023
I applied via Referral and was interviewed before May 2022. There were 3 interview rounds.
Normal questionnaire round with the team.
The design assignment for E mailer design for 2 different clients.
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.
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...
I applied via Recruitment Consultant and was interviewed in Oct 2021. There was 1 interview round.
I applied via Recruitment Consultant and was interviewed in Sep 2021. There was 1 interview round.
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
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
I applied via LinkedIn and was interviewed in Apr 2021. There were 3 interview rounds.
Some of the top questions asked at the Lido Learning interview -
based on 3 interviews
Interview experience
based on 363 reviews
Rating in categories
Business Development Associate
262
salaries
| ₹0 L/yr - ₹0 L/yr |
Marketing Associate
150
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Development Executive
147
salaries
| ₹0 L/yr - ₹0 L/yr |
Online Tutor
73
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Development Manager
58
salaries
| ₹0 L/yr - ₹0 L/yr |
BYJU'S
Vedantu
Toppr
Unacademy