Upload Button Icon Add office photos

Jaguar Land Rover

Compare button icon Compare button icon Compare

Filter interviews by

Jaguar Land Rover Interview Questions, Process, and Tips

Updated 18 Jan 2025

Top Jaguar Land Rover Interview Questions and Answers

View all 23 questions

Jaguar Land Rover Interview Experiences

Popular Designations

30 interviews found

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 7 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 - One-on-one 

(1 Question)

  • Q1. The interview was intended to check my automotive knowledge, my pas experience and its relevancy with JLR
Round 3 - Aptitude Test 

The aptitude test is quite difficult. The questions difficulty level is high and time given to solve is very less. You have to be quick in order to crack it

Round 4 - Assignment 

Assignment was given on JLR Competitive assessment. Was asked to prepare 4-5 slides presentation.

Round 5 - One-on-one 

(1 Question)

  • Q1. To evaluate the submitted assessment and understand your presentation skills automotive/car knowledge be it be technology specific, feature specific, etc
Round 6 - One-on-one 

(1 Question)

  • Q1. The round with Senior Manager. In this round the manager checks your compatibility, behaviour, problem solving, stability, etc
Round 7 - Technical 

(1 Question)

  • Q1. Excel test - Advance formulae, Vlookup, Hlookup, conditional formatting, %, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - If you follow above mentioned advices it would be easier to crack the interview.

Market Intelligence Analyst Interview Questions asked at other Companies

Q1. What ate the industry trends ?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 10 Sep 2021

I applied via Walk-in and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. I was asked do you have own house
  • Q2. They rejected me because I have own house, this question was asked by DGM Sales.
  • Q3. Please dont say you have own house if you have one.

Interview Preparation Tips

Interview preparation tips for other job seekers - JlR Bangalore dont look of skills what you have probably.

I applied via Facebook and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Why do you want to join JLR?
  • Ans. Because it's a premium brand and my dream job .
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Jaguar Land Rover Customer Care Executive interview:
  • Customer Service
  • Customer Handling
  • customer support
  • Customer Relationship
Interview preparation tips for other job seekers - 1st round: You have to be polished and confident.You should know how to handle customers in a premium segment.You have to be a good listener as well as a good speaker.

2nd round: You should have a good writing skill in English.

Customer Care Executive Interview Questions asked at other Companies

Q1. What would you do if you win 1billion dollar lottey?
View answer (39)

I was interviewed in Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Hard

There was 2 parts. First part problems were based on Quantitative Aptitude. Problems were of 3 types- Easy, Medium and Hard with different scores. Difficulty keeps on increasing if you answer correctly and keeps on decreasing if you answer incorrectly.
First part was of 45 mins.
Second part consisted of 2 coding problems- Medium, Hard. One was based on Greedy and other was a difficult DP + Bitmask problem.
Coding part had more weightage than Aptitude.

  • Q1. 

    K Centers Selection Problem

    In Ninja Land, there are cities numbered from 0 to N-1. The distances between each pair of cities are represented by an N * N matrix 'DIST', where 'DIST[i][j]' is the distance ...

  • Ans. 

    The problem involves selecting K cities to install servers in Ninja Land to minimize the maximum distance from any city to a nearest server.

    • Iterate through all possible combinations of K cities to select for server installation.

    • Calculate the maximum distance from any city to the nearest server for each combination.

    • Choose the combination that minimizes the maximum distance.

  • Answered by AI
  • Q2. 

    Beautiful String Verification

    Given a non-empty string inputString, determine if it can be converted into a 'Beautiful String' using the defined operation.

    You can perform any number of operations to con...

  • Ans. 

    Determine if a given string can be converted into a 'Beautiful String' using a specific operation.

    • Check if the input string is already a 'Beautiful String' by checking if it contains 'abc' in the correct positions.

    • If 'abc' is present in the input string, check if the left and right portions satisfy the defined conditions.

    • If the conditions are met, return 'True', otherwise return 'False'.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

There were 3 interviewers in my panel. The most senior panellist asked q. related to my interests and internship experience.
Other 2 asked questions related to Coding and subjects. There was 1 coding question which was implementation based and involved many corner cases. They were checking if I was able to figure out different corner cases and handle those. 
There were situation based questions also asked. One question was on system design of Arogya Setu App.

  • Q1. 

    Complex Number Multiplication

    Calculate the product of two complex numbers represented as strings in the form “A+Bi”. Here, ‘A’ represents the real part, and ‘B’ represents the imaginary part.

    Explanatio...

  • Ans. 

    Calculate the product of two complex numbers represented as strings in the form 'A+Bi'.

    • Parse the input strings to extract real and imaginary parts of both complex numbers

    • Perform multiplication of the complex numbers using the formula (a+bi)*(c+di) = (ac - bd) + (ad + bc)i

    • Format the result as a string in the form 'A+Bi' and return

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round involved basic questions related to background and behaviour. It was basically a cultural fit round.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria6.5 CGPAJaguar Land Rover interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Fundamentals of C/C++, Operating System, DBMS, OOPsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on Data Structures, Algorithms as >= 75% of your interview will be dedicated to it. Practice as much as you can.
Tip 2 : Learn the fundamentals of C, C++, OS, SQL as that are basic expectations of interviewer.
Tip 3 : Keep 2 descent projects in resume. Try to have an internship. It will make your resume strong.

Application resume tips for other job seekers

Tip 1 : Try to keep relevant information only. Add all your skills and achievements.
Tip 2 : Try to have links of your coding and Github profiles.
Tip 3 : Add 2 to 3 project with small descriptions. Try to keep bullet points. Do mention the Tech Stack.
Tip 4 : Don't lie on any skill. Write only those on which you have worked.

Final outcome of the interviewSelected

Top Jaguar Land Rover Software Developer Interview Questions and Answers

Q1. K Centers Selection Problem In Ninja Land, there are cities numbered from 0 to N-1. The distances between each pair of cities are represented by an N * N matrix 'DIST', where 'DIST[i][j]' is the distance between city 'i' and city 'j'. Ninja... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Jaguar Land Rover interview questions for popular designations

 Software Developer

 (4)

 Software Engineer

 (2)

 Customer Care Executive

 (2)

 Market Intelligence Analyst

 (2)

 Graduate Engineer

 (1)

 Technical Trainee

 (1)

 Project Manager-Production/Manufacturing/Maintenance

 (1)

 Strategy Analyst

 (1)

I applied via Company Website and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Six Sigma Black belt implementation project
  • Ans. 

    Six Sigma Black belt implementation project is a process improvement methodology that aims to reduce defects and improve quality.

    • Identify the problem and define the project scope

    • Measure the current process performance

    • Analyze the data to identify root causes of defects

    • Improve the process by implementing solutions

    • Control the process to sustain the improvements

    • Use statistical tools and techniques to drive decision-making

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Jaguar Land Rover Senior Manager interview:
  • Six Sigma Black Belt
  • CAD
Interview preparation tips for other job seekers - Pitch yourself as a value proposition to the organization

Senior Manager Interview Questions asked at other Companies

Q1. 1. What you understand the requirement of shuttering material at project site?
View answer (19)

Get interview-ready with Top Jaguar Land Rover Interview Questions

I was interviewed in Dec 2020.

Round 1 - Video Call 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

In this round 4 person interview panel is there. This round consist of hr questions + os + project-discussion+ data-structures and problem solving.

First they asked to introduce myself and then Hr told me the process of the interview.


After that my project discussion started and then another interviewer asked me about some os concepts like deadlock, conditions of deadlock. After that he want me to implement heap data structure. First I explain my approach with the help of paint I draw the heap structure and explain that how it will be implemented and then move to coding part.

 

  • Q1. 

    Swap Two Numbers Problem Statement

    Given two integers a and b, your task is to swap these numbers and output the swapped values.

    Input:

    The first line contains a single integer 't', representing the num...
  • Ans. 

    Swap two integers 'a' and 'b' and output the swapped values.

    • Create a temporary variable to store one of the integers before swapping

    • Assign the value of 'a' to 'b' and the temporary variable to 'a'

    • Output the swapped values as 'b' followed by 'a'

  • Answered by AI
  • Q2. 

    Build Max Heap Problem Statement

    Given an integer array with N elements, the task is to transform this array into a max binary heap structure.

    Explanation:

    A max-heap is a complete binary tree where eac...

  • Ans. 

    The task is to transform an integer array into a max binary heap structure.

    • Create a max heap from the given array by rearranging elements.

    • Check if each internal node has a value greater than or equal to its children.

    • Output '1' if the transformed array represents a max-heap, else output '0'.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Trainee Technology in BangaloreEligibility criteria7.5 CGPAJaguar Land Rover interview preparation:Topics to prepare for the interview - Data structures and algorithms, OOPS, Os, System design, computer networksTime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Practise atleast 300 questions from leetcode (100 easy, 150 medium, 50 hard) and participate regularly in short contest like codeforces, codechef lunchtime, leetcode weekly contest.
Tip 2 : It is important to practice coding consistently because it is what enables you to solve interview-questions in the stipulated time. But before this, it is even important to have a clear understanding of all the data-structures, so that they can be easily implemented as and when required to solve a problem. It is also mandatory to have a clear understanding of the time and space complexities of algorithms because this is what you are judged upon in real interviews. Good intuition and a good approach to solve a problem are what really helps to crack the interview of such companies. 
Tip 3 : Be confident during the interview and interact with the interviewer.
Tip 4 : Also prepare for theory subjects like Operating system, Database Management System, etc
Tip 5 : Know your projects well, be ready with outcome of project, Tools and Technology used, any hardships during the project that you overcame. Have atleast 2 projects.

Application resume tips for other job seekers

Tip 1 : Mention github links of project and Write your projects detailed - mostly in the following format: Name of the project, brief use case, tech stack used for development.
Tip 2 : Mention your rank on sites like CodeForces, CodeChef(if they are good). Also add any extra-curriculars you were part of, Eg- Android Developer Cyberlabs ". Presents you as a well rounded individual
Tip 3 : Be very honest and figure out only those things in your resume that you really know. Anything extra or unknown may have a negative impact upon your interview if asked by the interviewer.

Final outcome of the interviewSelected

Skills evaluated in this interview

Technical Trainee Interview Questions asked at other Companies

Q1. Minimum Cost to Destination You are given an NxM matrix consisting of '0's and '1's. A '1' signifies that the cell is accessible, whereas a '0' indicates that the cell is blocked. Your task is to compute the minimum cost required to travel ... read more
View answer (1)

I was interviewed in Dec 2020.

Round 1 - Video Call 

(3 Questions)

Round duration - 70 Minutes
Round difficulty - Medium

There were 5 people in the zoom meet, including me. Rest all 4 were interviewers, 3 from India and 1 from the United Kingdom.
They started with my introduction and then moved on to the questions from my resume, starting with my internship at Samsung Bangalore and then projects.
Then another interviewer asked about my weakness and strength. Then comes the turn of coding questions.
Starting with finding the minimum element in O(1) time, rotating the 2-D array by 90 degrees, OOPS questions were also asked like- polymorphism, abstraction, virtual class. Some OS questions were- cache, paging algorithms.
Then come my POR and other activities.

  • Q1. 

    Kth Smallest Element Problem Statement

    You are provided with an array of integers ARR of size N and an integer K. Your task is to find and return the K-th smallest value present in the array. All elements...

  • Ans. 

    Find the K-th smallest element in an array of distinct integers.

    • Sort the array and return the element at index K-1.

    • Use a min-heap to find the K-th smallest element efficiently.

    • Implement quickselect algorithm for optimal performance.

  • Answered by AI
  • Q2. 

    Inplace Rotate Matrix 90 Degrees Anti-Clockwise

    You are provided with a square matrix of non-negative integers of size 'N x N'. The task is to rotate this matrix by 90 degrees in an anti-clockwise directi...

  • Ans. 

    Rotate a square matrix by 90 degrees anti-clockwise without using extra space.

    • Iterate through each layer of the matrix from outer to inner layers

    • Swap elements in groups of 4 to rotate the matrix in place

    • Handle odd-sized matrices separately by adjusting the loop boundaries

  • Answered by AI
  • Q3. What are the page replacement algorithms in Operating Systems?
  • Ans. 

    Page replacement algorithms are used in operating systems to decide which page to replace when a new page needs to be brought in.

    • FIFO (First In, First Out) - replaces the oldest page in memory

    • LRU (Least Recently Used) - replaces the page that has not been used for the longest time

    • LFU (Least Frequently Used) - replaces the page that has been used the least number of times

    • Optimal - replaces the page that will not be used

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria7 CGPAJaguar Land Rover interview preparation:Topics to prepare for the interview - Arrays, Strings, Stack and Queue, STL, Object-Oriented Programming, Operating System, Database Management System, Computer NetworksTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice GFG Must Do section, solve at least 5 Questions daily
Tip 2 : Start talking to new people regarding technology to remove hesitation at the time of the interview.
Tip 3 : Be in contact with a senior already working in that company, ask them regarding previous experience and new project the company is working on.
Tip 4 : Once you are done with GFG must do questions, now complete leetcode sorting by your target company.
Tip 5 : For core subjects refer to gate smashers and knowledge gate videos on youtube.

Application resume tips for other job seekers

Tip 1 : Try to modify your resume according to the company you are applying for, for this read their Job Description provided to you.
Tip 2 : Mention no more than 3 projects and 1,2 internships.
Tip 3 : Divide your skills into beginner, intermediate and hard sections, otherwise don't mention too many skills.
Tip 4 : Don't mention to many Position Of Responsibilities( at max 2-3).

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Jaguar Land Rover Software Developer Interview Questions and Answers

Q1. K Centers Selection Problem In Ninja Land, there are cities numbered from 0 to N-1. The distances between each pair of cities are represented by an N * N matrix 'DIST', where 'DIST[i][j]' is the distance between city 'i' and city 'j'. Ninja... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. It went well, results awaiting

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent company to work. Preparation is the key to crack the interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

Interview Questionnaire 

1 Question

  • Q1. I am given interview in this company and they takes 39800rs as a security deposit and also want money for rs 20000 for bank account and 15500 for insurance.

Project Manager-Production/Manufacturing/Maintenance Interview Questions asked at other Companies

Q1. What is mean by production engineer and what actual define the production word in all the auto sector?
View answer (3)

Customer Care Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2020

I applied via Referral and was interviewed before Oct 2019. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are your salary expectations?
  • Q2. Why it’s been asked ? I mean we deserve the best.
  • Q3. Why we need to judge ourselves throughout the salary? That we are deserving or non deserving

Interview Preparation Tips

Interview preparation tips for other job seekers - Make the interview smooth and comfortable because 70% people are scared to face the interview and rest of them don’t want to go for that.

Customer Care Interview Questions asked at other Companies

Q1. What will you do if you were given 1 millions in amount in your hand. How will you spend it?
View answer (12)

Jaguar Land Rover Interview FAQs

How many rounds are there in Jaguar Land Rover interview?
Jaguar Land Rover interview process usually has 2 rounds. The most common rounds in the Jaguar Land Rover interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Jaguar Land Rover 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 Jaguar Land Rover. The most common topics and skills that interviewers at Jaguar Land Rover expect are Java, IT, C++, C and CPP.
What are the top questions asked in Jaguar Land Rover interview?

Some of the top questions asked at the Jaguar Land Rover interview -

  1. What is a capacitor ,is it active or pass...read more
  2. 2 easy coding problem of searching and sorting al...read more
  3. State difference between electricity and electron...read more
How long is the Jaguar Land Rover interview process?

The duration of Jaguar Land Rover interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Jaguar Land Rover Interview Process

based on 26 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

Tata Motors Interview Questions
4.2
 • 997 Interviews
Maruti Suzuki Interview Questions
4.2
 • 586 Interviews
Hero MotoCorp Interview Questions
4.1
 • 334 Interviews
TVS Motor Interview Questions
4.0
 • 313 Interviews
Bajaj Auto Interview Questions
3.9
 • 267 Interviews
Ashok Leyland Interview Questions
4.1
 • 239 Interviews
Royal Enfield Interview Questions
4.2
 • 152 Interviews
Force Motors Interview Questions
3.6
 • 117 Interviews
Eicher Motors Interview Questions
4.2
 • 33 Interviews
View all

Jaguar Land Rover Reviews and Ratings

based on 232 reviews

4.0/5

Rating in categories

3.7

Skill development

4.2

Work-life balance

3.7

Salary

3.8

Job security

3.8

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 232 Reviews and Ratings
Product Specialist
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Market Intelligence Analyst
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Service Advisor
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Jaguar Land Rover with

Tata Motors

4.2
Compare

Mahindra & Mahindra

4.1
Compare

Maruti Suzuki

4.2
Compare

Ashok Leyland

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