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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. LLD of bookmyshow
  • Q2. Concurrency Handling
  • Q3. Race conditions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good LLD and HLD knowledge
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
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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Standard LeetCode Hard Question. But interviewer did not give the required image to understand what exactly was required. He himself was confused.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Travel module related code test.

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

I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 hr of test on code earth platform

Round 2 - One-on-one 

(2 Questions)

  • Q1. LPS array in string
  • Ans. 

    LPS array in string refers to the Longest Palindromic Substring array in a given string.

    • Create an array to store all the palindromic substrings found in the given string.

    • Iterate through the string and check for palindromic substrings of different lengths.

    • Store the longest palindromic substrings in the array.

  • Answered by AI
  • Q2. DP on grid problem

Interview Preparation Tips

Interview preparation tips for other job seekers - all the best do dsa

Skills evaluated in this interview

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
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA ROUND : DP question was asked

Round 2 - Technical 

(2 Questions)

  • Q1. MICROSERVICE VS MONOLITH
  • Ans. 

    Microservices are small, independent services that work together, while monolith is a single, large application.

    • Microservices are loosely coupled and can be developed, deployed, and scaled independently.

    • Monoliths are tightly coupled and any change requires redeployment of the entire application.

    • Microservices allow for better fault isolation and scalability.

    • Monoliths are simpler to develop and deploy initially.

    • Examples ...

  • Answered by AI
  • Q2. DATABASE SELECTION
Round 3 - Technical 

(1 Question)

  • Q1. Design Rate Limiter

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3Sum, target sum backtracking quesion, leetcode medium question

Round 2 - Technical 

(2 Questions)

  • Q1. Gas station leetcode
  • Q2. Dba differnce/explain mysql or nosql databse
  • Ans. 

    MySQL is a relational database management system, while NoSQL databases are non-relational databases.

    • MySQL is a traditional relational database that uses tables to store data and SQL for querying.

    • NoSQL databases are non-relational and can be document-based, key-value pairs, wide-column stores, or graph databases.

    • MySQL is ACID-compliant and suitable for complex queries and transactions.

    • NoSQL databases are often used for...

  • Answered by AI

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