Ixigo interview experience Real time questions & tips from candidates to crack your interview

Frontend Engineer

Ixigo
upvote
share-icon
1 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Application story
I applied through LinkedIn. The recruiter then reached out to me, asked screening questions, and after that, scheduled my interview. That’s how I got the opportunity.
Preparation
Duration: 3 months
Topics: HTML, CSS, Advanced JavaScript, React.js, Next.js, TypeScript
Tip
Tip

Tip 1: Prepare JavaScript and React.js in depth.

Tip 2: Be curious to understand the “why” behind every piece of code to learn JavaScript behaviour.

Tip 3: Practice daily and stay in momentum; it will make your journey easier.

Application process
Where: Linkedin
Eligibility: Experience >= 2.5 years, (Salary Package: 15 - 18 LPA)
Resume Tip
Resume tip

Tip 1: Keep it to one page.

Tip 2: Try to keep it updated.

Interview rounds

01
Round
Hard
Face to Face
Duration60 minutes
Interview date1 Dec 2025
Coding problem4

1. Frontend Concepts

  • What is the difference between cookies, local storage, and session storage? (Learn)
  • What is useRef in React, and what are its real-world use cases? (Learn)
  • How can you create concentric circles using a single div?

2. Route Protection

If you need to protect a route, what approaches would you use, and where would you implement the code (SSR, middleware, useEffect)? Also, explain the order of execution.

3. JavaScript Output

Output-based question:

console.log("Raj" - "Anuj" + 10);
console.log("Raj" + "10");
console.log(1 + "-1");
 

4. Async Output

What will be the output of the following JavaScript code, and why?

async function fun() {
 console.log('A', await Promise.resolve("E").then(() => 'W'));
 console.log('B', await Promise.resolve("F").then(() => console.log("H")));
}

fun();

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by Ixigo
1976 views
0 comments
0 upvotes
company logo
Senior Software Engineer
3 rounds | 3 problems
Interviewed by Ixigo
1599 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3319 views
0 comments
0 upvotes