I applied online. The process took 2 weeks. I interviewed at Licious in Nov 2024
Interview
First round : OA and Some games able to solve one code only Got selected for next round
Second Round Coding Round: it was easy questions Was selected for next round
Third Round LLD HLD: Was able to. complete the task but got rejected never got any feedback
You are climbing a staircase with n steps.
Each time, you can climb either 1 step or 2 steps.
Your goal: Find the total number of distinct ways to reach the top.
I reached out to HR through LinkedIn. If the profile status is actively recruiting, then they usually responds timely. I was told to do an online coding round. I was practicing 2-3 medium level questions daily for a month, so I was able to submit the solutions properly. Then I had a round of DSA. 2 Medium level coding questions were asked. I don't remember at the time of writing the review. Then I had a round specific to Golang concepts (probably because of a new project being coming up which I am working on after joining). This consisted of concepts such as Go-routine and singleton implementations. OOP concepts were also asked.
Interview questions [1]
Question 1
I only remember 2nd round question. Implement Singleton Data structure using Go Routines.