Licious hires mostly off-campus and lateral rather than through mass campus drives, so the public write-ups are individual accounts from LeetCode, Medium and Glassdoor rather than college placement posts. Two things recur strongly across them: Java is often mandated in the coding rounds and your code has to actually compile, and there is a low-level design round that catches candidates who only prepped DSA.
Reported flow: three rounds - two technical screens, then a hiring manager round.
Technical screen 1 (~1 hour)
2 DSA questions at medium level. Not a whiteboard conversation: write it in Java, and it must compile.
Reported topic areas across SDE-1 accounts: arrays, strings, linked lists, trees and recursion. Named examples include House Robber II (DP) and lowest common ancestor in a binary tree.
Interviewers push on optimisation after a working solution, so leave time to talk complexity.
Technical screen 2 (~1 hour)
2 low-level design problems - one easy, one medium - again written and compiled in Java.
Plus CS fundamentals questioning alongside the design work.
This is the round people report being least prepared for. Class design, interfaces and responsibilities matter more here than algorithmic cleverness.
Hiring manager round (~60 min)
Cultural fit plus CS fundamentals in the same sitting.
Long discussion of current and previous projects: your actual roles and responsibilities, the tech stack and why, and a deep dig into project architecture.
Personal projects came up, and so did “how do you keep up with new technology” - answered concretely, not with a list of newsletters.
Experience 2: what the online assessment looks like
Not every candidate gets an OA - referral and lateral routes often skip straight to the technical screens - but where one exists, reports describe it as unusually long and unusually varied:
2.5 to 3 hours total.
A “gaming” section: reasoning, logical puzzles, quantitative problems and short memorisation tasks. This surprises people expecting a pure coding test.
Coding challenges.
Technical MCQs.
At SDE-2 the screening is much tighter and stack-specific instead: one reported 2025 cycle used 15 MCQs in 10 minutes on Java and Spring, followed by 2 easy coding questions in 20 minutes.
Practise in Java, in an editor that compiles, if Java is your declared language. Multiple accounts specify this explicitly, and pseudocode does not pass.
Prepare LLD as seriously as DSA. It is a full round at SDE-1, not a bonus question.
Know your own architecture cold. The hiring manager round is largely your projects, examined properly.
Domain knowledge about cold-chain logistics or delivery SLAs is not what published accounts report being tested on - useful context for the culture-fit conversation, but do not prep it in place of design and fundamentals.
Clear the screening round first. Timed practice beats last-minute topic hopping.
For domain questions, explain cold chain inventory in plain language, inputs, outputs, what breaks at scale.
OOPs and SQL still open a lot of Licious panels. Do not skip fundamentals.
HR answers should be concrete. One story with a result beats five slogans.
If you do not know something, say so and outline how you would find out.
SDE-2 candidates: prioritise one end-to-end design (orders + inventory + SLA) and two production incident stories - do not only grind Easy/Medium lists.
After technical rounds, Licious usually closes with a short HR / hiring-manager conversation: motivation, location, notice period, and a couple of behavioural stories. Prepare those answers on the dedicated page rather than cramming them into this hub.