I applied through an employee referral. I interviewed at Educative (WA) (Lahore) in Mar 2025
Interview
It was the first round, basically a screening round where some senior engineer came, and asked me leetcode medium questions to solve with him. First, they asked me the a fibonacci series question, it was easy but the way he framed it and asked to return output was actually a bit confusing and i messed things up a bit. He wanted me to return the nth fibonacci number. The function would be passed a number n, and we would have to return that specific fibonacci number. I messed up when i ended up going one iteration ahead than what was required. it was on paper. The second question was a bit difficult, he asked me to return the nth largest number from a binary search tree without using recursion or a stack. Because, he wanted me to have O(1) space complexity. There was a bit complicated algorithm behind it which i didn't know at that time, hence, I couldn't do this question. My way of trying to reach the solution was a bit flawed too.
Interview questions [1]
Question 1
Not specifically anything he asked me, just a bit introduction and then we moved straight into the interview. Where he asked me to solve the leetcode questions on paper.
I applied online. The process took 3 weeks. I interviewed at Educative (WA) (Lahore) in May 2023
Interview
So, Interview process was very long, first online screening then call of full loop interviews that has three back to back rounds in a single day and then final interview with CTO.
All technical interviews were focused on data structures and optimization. But the overall recruitment selection was based on CGPA threshold which wasn't really good.
Interview questions [1]
Question 1
They asked many data structures problems and every problem had follow up question to improve its time complexity and space complexity.
I applied through a recruiter. The process took 1 week. I interviewed at Educative (WA) (Lahore) in Mar 2022
Interview
For a Software Engineer, they follow a three-round process:
* The first interview is a technical interview to screen candidates
* Next is a full loop, which consists of 3 back-to-back 1 hour technical interviews
* Finally, an Interview with the CTO
Interview questions [1]
Question 1
Programming queto me is its balanced sions like: find the minimum in the tree, balance the parentheses, nearest multiple to a number