Lido Learning Interview Experience for Fresher SDE - Intern,
Feb 2021
SDE - Intern
Lido Learning
1 rounds | 3 Coding
problems
Anonymous
Fresher | Feb 2021
Rejected
321 views
0 comments
1 upvotes
Interview preparation journey
Preparation
Duration: 2 Months
Topics: OOPS, Data Structures, Core Java, Algorithms, Pointers
Tip
Tip 1 : Prepare maximum algorithms. Tip 2 : Deep knowledge of data structure. Tip 3 : OOPS is must.
Application process
Where: Campus
Eligibility: 8 CGPA
Resume tip
Tip 1 : Keep it short. Tip 2 : Mention only your own projects.
Interview rounds
01
Round
Medium
Online Coding Interview
Duration70 Minutes
Interview date11 Feb 2021
Problems3
Timing was 9:15AM. Platform was not very good. Questions were not well explained.
Merge overlapping intervals
Given 'N' number of intervals, where each interval contains two integers denoting the boundaries of the interval. The task is to merge all the overlapping i...
You are given a string 'STR' consisting of lowercase English letters. Your task is to return all permutations of the given string in lexicographically increasing order.