Infosys L3 Interview Experience - Out of Campus (HackWithInfy)
460
May 14, 2026
May 16, 2026

For the interview, these were some of the common questions they asked:

  1. Jump Game
  2. LRU Cache
  3. Swap Nodes in Pairs
  4. Find the Closest Palindrome
    (+ follow-up: find the strictly greater palindrome number)

If you are interviewing for L3, your interview will most likely be divided into two parts:

  1. Resume Review (30–45 min):
    They ask questions based on your resume, past experience, and some light problem-solving questions. It’s not too difficult if you’ve revised your resume, even loosely.
    [This round is for everyone, and L1 candidates only need to clear this.]

  2. DSA + System Design + Deep Dives (30–45 min):
    They started with a brief introduction and then gave one DSA question (in my case, it was LRU Cache). I didn’t know the complete solution, so they guided me with hints, but I still couldn’t solve it fully.
    They also asked a very open-ended LLD question to design a movie booking service.

    This is also the round where they may dive deep into your resume if you have something interesting listed. They can ask detailed questions on OS concepts, networking, memory management, and the internal workings of your programming language.
    [This round is only for L2 and L3 candidates.]

Some Important Things to Note:

  1. SQL is a good part of these interviews, I was asked SQL in both the rounds with varying difficulty. LeetCode's SQL study plan is enough but also brush-up the insertion, updating and deleting values from a Table, online SQL platforms don't include those.

  2. The environment is very fast-paced. They interview more than 100 candidates in a single day, so everything feels rushed. You need to be both accurate and quick while solving problems.

  3. This interview pattern is not fixed. If the L1 interviewers are busy, you may be directly assigned to L2/L3 interviewers. Be prepared to jump straight into DSA questions.

  4. The interviewers sit in separate cubicles, and candidates are invited one by one. Most interviewers tend to ask similar(same) questions to different candidates, so if you are strategic enough, you might get lucky.

Closing Thoughts

My interview itself didn’t go very well, there were too many fumbles. But the results haven’t been announced yet, so I’ll update the post once they are.

And well, good luck, guys.

Comments (5)