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 Engineer Interview Questions, Process, and Tips

Updated 23 Sep 2024

Ixigo.com Senior UI Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Types of primitives in JS
  • Ans. 

    Primitives in JS are data types that are not objects and are immutable.

    • Types of primitives in JS include string, number, boolean, null, undefined, and symbol.

    • Primitives are passed by value, not by reference.

    • Examples: 'hello' (string), 42 (number), true (boolean), null, undefined, Symbol('foo')

  • Answered by AI
  • Q2. Difference between inline and block elements
  • Ans. 

    Inline elements do not start on a new line and only take up as much width as necessary, while block elements start on a new line and take up the full width available.

    • Inline elements do not force a new line to start and only take up as much width as necessary (e.g. <span>, <a>, <strong>).

    • Block elements always start on a new line and take up the full width available (e.g. <div>, <p>, <h1&...

  • Answered by AI
  • Q3. Techniques to optimise list rendering? List virtualisation
  • Ans. 

    List virtualisation optimises rendering by only rendering items that are currently visible on the screen.

    • Use virtual scrolling to render only the visible items in a list

    • Implement windowing techniques to dynamically load and unload items as the user scrolls

    • Utilize libraries like React Virtualized or Angular CDK Virtual Scroll for efficient list rendering

  • Answered by AI
  • Q4. Output question: typeof Symbol
  • Q5. Difference between pseudo elements and pseudo classes
  • Ans. 

    Pseudo elements are used to style specific parts of an element, while pseudo classes are used to style an element based on its state or position.

    • Pseudo elements are denoted by :: before the element name, like ::before or ::after

    • Pseudo classes are denoted by a single colon before the class name, like :hover or :active

    • Pseudo elements are used to style parts of an element that do not exist in the DOM, like adding content ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep basics clear

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

One hour for date-time serialization.

Round 2 - Coding Test 

1 hour
pattern program

Interview Preparation Tips

Interview preparation tips for other job seekers - Get some knowledge on some framework and also some advance technologies too.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Linked list, tree, queues

Round 2 - One-on-one 

(3 Questions)

  • Q1. Merge linked list
  • Q2. Minimum jump question
  • Q3. Coin switch problem
  • Ans. 

    Coin switch problem involves determining the minimum number of coin flips to make all coins face the same direction.

    • Start from one end and count the number of flips needed to make all coins face the same direction

    • Consider the edge cases where the first and last coins are different

    • Optimize by flipping only when necessary

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

45 MCQ Which includes below topics
Basic core Java
Database
Spring
Hibernate
Angular
One program based on core Java logic

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Travel module related code test.

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Interviewer asked two coding question medium level

Round 2 - Technical 

(1 Question)

  • Q1. I were asked to design parking lot Basically focusing on class diagram and how candidate is thinking about entities and design pattern
Round 3 - Technical 

(1 Question)

  • Q1. This is also LLD round interviewer asked me to design book my show How freezing the seats work? In two cases if using sql or not using any database just using cache of application

Interview Preparation Tips

Topics to prepare for MakeMyTrip Senior Software Engineer interview:
  • System Design
  • DSA
  • LLD
  • HLD
Interview preparation tips for other job seekers - You should focus on system designing and also DSA
For system design learn basic concept from internet then try to use that concept in real life use cases like I used bla bla car once so I tried to design this app
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Walk-in and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Techincal question
  • Q2. Php array functions
  • Ans. 

    PHP array functions are built-in functions in PHP that allow manipulation and handling of arrays.

    • Some common PHP array functions include array_push(), array_pop(), array_merge(), array_filter(), and array_map().

    • These functions can be used to add elements to an array, remove elements from an array, merge arrays, filter arrays based on a callback function, and apply a callback function to each element of an array.

    • Example

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Implement LRU Cache
  • Ans. 

    LRU Cache is a data structure that stores the most recently used items and discards the least recently used items when full.

    • Use a combination of a doubly linked list and a hashmap to implement LRU Cache.

    • Keep track of the most recently used item at the head of the linked list and the least recently used item at the tail.

    • When a new item is accessed, move it to the head of the linked list and update the hashmap.

    • When the c...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 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 - Technical 

(1 Question)

  • Q1. Based on core concepts of JavaScript and React fundamentals.
Round 3 - Technical 

(1 Question)

  • Q1. Advance topics of React and JavaScript and easy and medium level of DS algo
Round 4 - Technical 

(1 Question)

  • Q1. More like technical discussion on services that helps them to manage their product and problem solving if discussion not go long.
Round 5 - HR 

(1 Question)

  • Q1. Compensation and others formalities

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core things and have in depth knowledge of your Techs
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic js question closure, async defer and all
  • Q2. Create autosuggest debounce, pollyfill
  • Ans. 

    Autosuggest debounce is a feature that delays the search suggestions until the user stops typing, and a polyfill is a piece of code that provides functionality that is not natively supported by the browser.

    • Implement a debounce function to delay the autosuggest feature until the user stops typing.

    • Use a polyfill to provide support for the autosuggest feature in browsers that do not natively support it.

    • Example: Implement ...

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. A programming question
  • Q2. React-native architecture and flatlist
  • Q3. Kadanes algorithm
  • Ans. 

    Kadane's algorithm is used to find the maximum subarray sum in an array of integers.

    • Iterate through the array and keep track of the maximum sum ending at each index.

    • At each index, choose between extending the previous subarray or starting a new subarray.

    • Example: For array [-2, 1, -3, 4, -1, 2, 1, -5, 4], the maximum subarray sum is 6 (from index 3 to 6).

  • Answered by AI
  • Q4. Scalablity, performance

Interview Preparation Tips

Interview preparation tips for other job seekers - Advance js topics and programming questions, scalablity and performance optimization

Skills evaluated in this interview

Ixigo.com Interview FAQs

How many rounds are there in Ixigo.com Senior UI Engineer interview?
Ixigo.com interview process usually has 1 rounds. The most common rounds in the Ixigo.com interview process are Technical.
What are the top questions asked in Ixigo.com Senior UI Engineer interview?

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

  1. Techniques to optimise list rendering? List virtualisat...read more
  2. difference between pseudo elements and pseudo clas...read more
  3. Difference between inline and block eleme...read more

Tell us how to improve this page.

Ixigo.com Senior UI Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 227 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
Thomas Cook Interview Questions
3.8
 • 44 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
RedBus Interview Questions
4.2
 • 31 Interviews
EaseMyTrip.com Interview Questions
4.5
 • 26 Interviews
Cleartrip Interview Questions
3.4
 • 18 Interviews
ClarityTTS Interview Questions
4.4
 • 14 Interviews
View all
Software Engineer
35 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Software Developer
15 salaries
unlock blur

₹12 L/yr - ₹33 L/yr

Software Engineer2
13 salaries
unlock blur

₹15.3 L/yr - ₹21 L/yr

Product Manager
13 salaries
unlock blur

₹11 L/yr - ₹36 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹17.5 L/yr - ₹38 L/yr

Explore more salaries
Compare Ixigo.com with

MakeMyTrip

3.7
Compare

Yatra

3.4
Compare

Cleartrip

3.4
Compare

Goibibo

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview