Upload Button Icon Add office photos

Filter interviews by

Intermiles Interview Questions and Answers

Updated 8 May 2023

Intermiles Interview Experiences

Popular Designations

5 interviews found

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

I applied via Referral and was interviewed before May 2022. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Willingness to learn new technologies
  • Ans. 

    I am always eager to learn new technologies and keep myself updated with the latest trends.

    • I regularly attend tech conferences and workshops to gain knowledge about new technologies.

    • I read tech blogs and articles to stay updated with the latest trends.

    • I am open to feedback and suggestions from my team members to improve my skills.

    • I have previously learned new technologies such as Apache Spark, Hadoop, and Kafka to enha

  • Answered by AI
  • Q2. Shift to Data Engineering from Oracle
  • Ans. 

    Transitioning from Oracle to Data Engineering

    • Learn SQL and database concepts

    • Familiarize with ETL tools like Apache NiFi and Talend

    • Gain knowledge of big data technologies like Hadoop and Spark

    • Develop skills in programming languages like Python and Java

    • Understand data modeling and schema design

    • Get hands-on experience with cloud platforms like AWS and Azure

  • Answered by AI
  • Q3. Yes, i am willing

Interview Preparation Tips

Interview preparation tips for other job seekers - One of best managers

Skills evaluated in this interview

Lead Data Engineer Interview Questions asked at other Companies

Q1. Given a DataFrame df with columns 'A', 'B','C' how would you group the data by the values in column 'A' and calculate the mean of column 'B' for each group, while also summing the values in column 'C' ?
View answer (1)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Describe your previous role

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste time on them. They will waste time even if they don't want to hire you

Marketing Executive Interview Questions asked at other Companies

Q1. What is Service Scape ? After going through website, what do you think, how can we make better Servicescape for B2B marketplaces throgh Brandsmith Worldwide?
View answer (3)

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Agile, tools, behavioural, situational, case studies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine and transparent.

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. Introduction about oneself, Situational questions based on scenarios, How to manage vendor, challenges etc

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Intermiles interview questions for popular designations

 Project Manager

 (1)

 Manager

 (1)

 Product Manager

 (1)

 Marketing Executive

 (1)

 Lead Data Engineer

 (1)

Manager Interview Questions & Answers

user image Anonymous

posted on 21 Jan 2022

I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Round 2 - Aptitude Test 

Technical round on projects and how they were implemented

Round 3 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your resume through and through

Manager Interview Questions asked at other Companies

Q1. There is a chairman of a conglomerate. He has been on the post for 10 years, and is extremely dominating. He treats the various business heads like children, not letting them take any major decision. While the chairman has negatives, he bel... read more
View answer (2)

Interview questions from similar companies

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

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your project
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store

    • Used React.js for front-end development

    • Implemented Node.js for back-end functionality

    • Utilized MongoDB for database management

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

They ask about general mathematics and logical reasoning question

Interview Preparation Tips

Interview preparation tips for other job seekers - Amazing company. Best from the rest

I applied via Campus Placement and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Round 1 was online MCQ test which has question from aptitude and logical reasoning.
  • Q2. Round 2 was technical round in which they have asked 2 question: 1. Triplet sum question. 2. Implement getmin () in stack in O(1) time and space.
  • Q3. Round 3 was also a technical round we have discussed about our projects and then they have asked two puzzle.
  • Q4. Round 4 was HR round and company CTO was taking this round he has asked some usual HR question and then he asked which is your favourite app.
  • Q5. I was not selected. They have not selected anyone from our college. There was three students in last round but no one was selected

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident especially in CTO round.

I was interviewed in Aug 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Timing was fine - It was in the afternoon
Interviewer was friendly and helpful

  • Q1. 

    Find Duplicates in an Array

    Given an array ARR of size 'N', where each integer is in the range from 0 to N - 1, identify all elements that appear more than once.

    Return the duplicate elements in any orde...

  • Ans. 

    Find duplicates in an array of integers within a specified range.

    • Iterate through the array and keep track of the count of each element using a hashmap.

    • Return elements with count greater than 1 as duplicates.

    • Handle edge cases like empty array or no duplicates found.

    • Example: For input [0, 3, 1, 2, 3], output should be [3].

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

- Timing was fine - Afternoon
- Interviewer was friendly

  • Q1. How would you design a caching library?
  • Ans. 

    Designing a caching library involves considering data storage, retrieval, expiration policies, and cache invalidation strategies.

    • Define the caching requirements such as data size, access patterns, and expiration policies.

    • Choose a suitable data structure for caching like LRU, LFU, or a simple key-value store.

    • Implement cache eviction policies to handle memory constraints and optimize performance.

    • Consider thread safety an...

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

- Timing was fine - Afternoon
- Interviewer was friendly

  • Q1. What is the number of edges in a 10x10 cube?
  • Ans. 

    A 10x10 cube has 600 edges.

    • A cube has 12 edges, so a 10x10 cube would have 12 edges on each of its 6 faces.

    • 12 edges x 6 faces = 72 edges for the entire cube.

    • However, each edge is shared by two faces, so we need to divide by 2 to get the total number of unique edges.

    • 72 edges / 2 = 36 unique edges on the outer surface of the cube.

    • Since the cube has 10x10x10 = 1000 unit cubes, each with 12 edges, we need to subtract the e...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Senior Software Engineer in GurgaonEligibility criteriaGood professional experienceixigo interview preparation:Topics to prepare for the interview - iOS Development, Software Architecture, Protocol Oriented programming, System Design, Data StructuresTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Be confident
Tip 2 : Be always ready for white board coding
Tip 3 : Brush up your basics

Application resume tips for other job seekers

Tip 1 : Resume should not be more than 1 page long
Tip 2 : Write down your technical skills, Frameworks

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. To find the kth minimum element from BST
  • Ans. 

    To find the kth minimum element from a Binary Search Tree (BST)

    • Perform an in-order traversal of the BST to get elements in sorted order

    • Return the kth element from the sorted list

    • Time complexity: O(n) where n is the number of nodes in the BST

  • Answered by AI
  • Q2. Basic OOPs question like inheritance encapsulation
Round 2 - Technical 

(2 Questions)

  • Q1. In a BST two numbers are swapped find swapped nos.
  • Ans. 

    To find swapped numbers in a BST, perform inorder traversal and keep track of previous node.

    • Perform inorder traversal of the BST

    • Keep track of the previous node while traversing

    • If at any point, the current node's value is less than the previous node's value, those are the swapped numbers

  • Answered by AI
  • Q2. What you did in college projects
Round 3 - One-on-one 

(2 Questions)

  • Q1. Puzzles: find the fastest 3 horses in 25 horse race with a race and 5 horses can be run at a time
  • Q2. Weakness and strength. how a friend will describe you

Interview Preparation Tips

Topics to prepare for Ixigo.com Software Engineer interview:
  • java
  • dsa
  • puzzle
  • tree
Interview preparation tips for other job seekers - DSA and system design are needed

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Intermiles Interview FAQs

How many rounds are there in Intermiles interview?
Intermiles interview process usually has 2-3 rounds. The most common rounds in the Intermiles interview process are Resume Shortlist, One-on-one Round and HR.
How to prepare for Intermiles 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 Intermiles. The most common topics and skills that interviewers at Intermiles expect are Customer Experience, Sales, AWS, Adobe and Airlines.
What are the top questions asked in Intermiles interview?

Some of the top questions asked at the Intermiles interview -

  1. Shift to Data Engineering from Ora...read more
  2. Agile, tools, behavioural, situational, case studie...read more
  3. Yes, i am will...read more

Recently Viewed

LIST OF COMPANIES

Aisin Automotive Haryana

Overview

DESIGNATION

INTERVIEWS

SKH Y-TEC

No Interviews

REVIEWS

Aurobindo Pharma

No Reviews

SALARIES

Kml Mouldings

JOBS

Affixious

No Jobs

REVIEWS

Affixious

No Reviews

REVIEWS

Affixious

No Reviews

REVIEWS

Affixious

No Reviews

REVIEWS

Affixious

No Reviews

Tell us how to improve this page.

Intermiles Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 752 Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Oyo Rooms Interview Questions
3.3
 • 218 Interviews
MakeMyTrip Interview Questions
3.6
 • 122 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
BookMyShow Interview Questions
4.0
 • 23 Interviews
Ixigo.com Interview Questions
3.6
 • 21 Interviews
Cleartrip Interview Questions
3.4
 • 18 Interviews
Goibibo Interview Questions
4.3
 • 6 Interviews
View all

Intermiles Reviews and Ratings

based on 21 reviews

3.4/5

Rating in categories

2.8

Skill development

3.9

Work-life balance

3.1

Salary

2.8

Job security

3.0

Company culture

2.2

Promotions

3.1

Work satisfaction

Explore 21 Reviews and Ratings
Assistant Manager
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Security Analyst
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Analyst
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Intermiles with

Goibibo

4.3
Compare

MakeMyTrip

3.6
Compare

Yatra

3.4
Compare

Cleartrip

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