Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Ixigo.com Team. If you also belong to the team, you can get access from here

Ixigo.com Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ixigo.com Senior UI Developer Interview Questions and Answers

Updated 21 May 2022

Ixigo.com Senior UI Developer Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Round 1 was focused on javascript and react js concepts. Questions were asked on Hoisting, Closures and their application, variable scope, Event bubbling, Event capturing, discussion on the event loop, dif...
  • Q2. Life cycle methods in react js, explain context API, advantages and disadvantages of context API, how is redux different from context API, different optimization techniques in react js, what are core web v...
  • Ans. 

    Questions related to React JS, optimization techniques, core web vitals, and webpack.

    • React JS life cycle methods include componentDidMount, componentDidUpdate, and componentWillUnmount.

    • Context API is used for sharing data between components without passing props down the component tree.

    • Advantages of Context API include avoiding prop drilling and making it easier to manage global state.

    • Disadvantages of Context API inclu...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. The second round was a design round. Was asked to implement two questions. The first question was to implement setInterval using setTimeout and the second question was to implement Autocomplete feature in ...
  • Ans. 

    Implementing setInterval using setTimeout and creating an Autocomplete feature in React.

    • setInterval can be mimicked using setTimeout by recursively calling a function after a specified delay.

    • Example: function myInterval(callback, delay) { setTimeout(() => { callback(); myInterval(callback, delay); }, delay); }

    • For Autocomplete, maintain a state for user input and filter suggestions based on that input.

    • Example: const ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Ixigo.com Senior UI Developer interview:
  • Javascript
  • react js
  • coding
  • SEO
Interview preparation tips for other job seekers - Understanding javascript concepts is important. Please study all the advanced js topics and how js works under the wood.
Do practice coding questions, mostly recursion based questions.
For react js, experience and practice are needed.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Ixigo.com?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. They asked me one question.why select in this company.

Senior UI Developer Interview Questions Asked at Other Companies

asked in Ixigo.com
Q1. Life cycle methods in react js, explain context API, advantages a ... read more
asked in Ixigo.com
Q2. Implement setInterval using setTimeout.
Q3. How do you check or uncheck a checkbox by clicking on its label?
Q4. Can we make a page responsive without media queries?
Q5. How do you implement light and dark themes in the same project?

I applied via Monster and was interviewed in Dec 2017. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They are asked question tell about yourself in general questions.

Interview Preparation Tips

General Tips: I attend in interview last candidate so just 5 minits faced HR interview.
Skills: Analytical Skills
Duration: 1-4 weeks

I applied via Referral and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What are your weekness

Interview Preparation Tips

Interview preparation tips for other job seekers - The question is to show ur negative points but convert it into positive one and show ur strength

I appeared for an interview before Mar 2021.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Self-introduction and basic knowledge of accounting terms

Interview Preparation Tips

Interview preparation tips for other job seekers - Be active and read thoroughly about the organization
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Mar 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Quantitative aptitude, reasoning with time limit

Round 3 - Assignment 

Excel tasks were given. There were total 2 tasks related to excel. 1st one was basic and second one was moderate level of difficulty. SQL queries were basic.

Round 4 - Technical 

(1 Question)

  • Q1. Questions were from the Assignment only. Approach to the problems.
Round 5 - HR 

(1 Question)

  • Q1. Basic HR questions like strength and weakness, why you want to join this organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Can be cracked easily with some preparation. Process is fast and all 4 processes takes roughly 1 -2 week.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1.30
Basic profit/loss,percentages questions

Round 2 - Technical 

(4 Questions)

  • Q1. 1 hr Asked about closures, hoisting, map, hash
  • Q2. Closures and scopes
  • Q3. Dsa 2 sum problem
  • Ans. 

    The Two Sum problem involves finding two numbers in an array that add up to a specific target sum.

    • Given an array of integers and a target sum, identify two numbers that sum to the target.

    • Example: For array [2, 7, 11, 15] and target 9, the answer is indices 0 and 1 (2 + 7 = 9).

    • Use a hash map to store numbers and their indices for efficient lookup.

    • Time complexity is O(n) with a single pass through the array.

  • Answered by AI
  • Q4. Projects and basicjs
Round 3 - HR 

(1 Question)

  • Q1. Basic related to location, timings
Are these interview questions helpful?

Intern Interview Questions & Answers

Thomas Cook user image Jayant Dnyaneshwar Chavan

posted on 3 Dec 2022

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed in Nov 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Are you proficient in Excel . Why should we hire you for this role .
  • Ans. 

    Yes, I am proficient in Excel and have experience using it for data analysis, creating charts, and managing spreadsheets.

    • Proficient in Excel for data analysis

    • Experience in creating charts and graphs

    • Skilled in managing spreadsheets

    • Familiar with advanced functions and formulas

    • Ability to manipulate and organize data efficiently

  • Answered by AI
  • Q2. Basic accounting knowledge Soft skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Always going for an interview be confident and be your natural self , be honest and diplomatic where ever needed . Hold a confident straight posture and smile.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. International routine
  • Q2. Itinerary planing
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your profile
  • Ans. 

    Dynamic sales executive with a proven track record in driving revenue growth and building strong client relationships.

    • Over 5 years of experience in B2B sales, consistently exceeding sales targets by 20%.

    • Skilled in developing and executing strategic sales plans, resulting in a 30% increase in market share for my previous employer.

    • Strong communication and negotiation skills, successfully closing deals with Fortune 500 co...

  • Answered by AI
  • Q2. Who is in your family
  • Ans. 

    I come from a close-knit family that includes my parents, a younger sister, and a supportive extended family.

    • My father is an engineer, and he has always encouraged me to pursue my passions.

    • My mother is a teacher, instilling in me the value of education and hard work.

    • I have a younger sister who is currently in high school and loves playing soccer.

    • We often have family gatherings where we share stories and enjoy each othe...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Your leadership qualities
  • Q2. Will u able to handle pressure

Ixigo.com Interview FAQs

How many rounds are there in Ixigo.com Senior UI Developer interview?
Ixigo.com interview process usually has 2 rounds. The most common rounds in the Ixigo.com interview process are Technical.
How to prepare for Ixigo.com Senior UI Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Ixigo.com. The most common topics and skills that interviewers at Ixigo.com expect are Angularjs, Javascript, React.Js, Ajax and Design Patterns.
What are the top questions asked in Ixigo.com Senior UI Developer interview?

Some of the top questions asked at the Ixigo.com Senior UI Developer interview -

  1. Life cycle methods in react js, explain context API, advantages and disadvantag...read more
  2. The second round was a design round. Was asked to implement two questions. The ...read more
  3. Round 1 was focused on javascript and react js concepts. Questions were asked o...read more

Tell us how to improve this page.

Software Engineer
48 salaries
unlock blur

₹7 L/yr - ₹19 L/yr

Software Developer
38 salaries
unlock blur

₹8.5 L/yr - ₹25 L/yr

Product Manager
17 salaries
unlock blur

₹14.5 L/yr - ₹43 L/yr

Senior Software Engineer
14 salaries
unlock blur

₹20.5 L/yr - ₹38 L/yr

Software Engineer2
14 salaries
unlock blur

₹13.4 L/yr - ₹21 L/yr

Explore more salaries
Compare Ixigo.com with

American Express Global Business Travel

4.3
Compare

BLS International Services

3.8
Compare

Rao Consultants

4.0
Compare

ATPI

3.9
Compare
write
Share an Interview