Linkedin Loop || Second DSA round || Software Engineer IC2
Summary
I experienced the second Data Structures and Algorithms round for a Software Engineer IC2 position at LinkedIn, which lasted 60 minutes and included two specific coding problems.
Full Experience
This was 2nd round of DSA with LinkedIn.
Duration - 60 mins
Number of Questions - 2
Interview Questions (2)
Max Consecutive Ones II (Circular)
Max consecutive 1's in circular format. This involved replacing 1's with 0s to form the largest island.
Find K Closest Elements (BST Variation)
A variation of the "Find K Closest Elements" problem, adapted for a Binary Search Tree (BST) structure.