Upload Button Icon Add office photos

Jaguar Land Rover

Compare button icon Compare button icon Compare

Filter interviews by

Jaguar Land Rover Interview Questions and Answers

Updated 18 Jan 2025
Popular Designations

24 Interview questions

A Technical Expert was asked 5mo ago
Q. Who uses SCR relays?
Ans. 

SCR relay is used in electrical circuits to control the flow of current.

  • SCR relay is used in power control applications.

  • It is commonly used in motor control, lighting control, and heating control.

  • SCR relay is used in industries for controlling high power loads.

  • It is also used in electronic devices like dimmer switches and power supplies.

View all Technical Expert interview questions
A Mechatronics Engineer was asked 7mo ago
Q. What is a PCB, and why is it used?
Ans. 

PCB stands for Printed Circuit Board, used to mechanically support and electrically connect electronic components using conductive pathways.

  • PCB is used to provide a sturdy platform for mounting electronic components.

  • It allows for easy and efficient connections between components through conductive pathways.

  • PCBs are commonly used in electronic devices such as computers, smartphones, and medical equipment.

  • They help ...

View all Mechatronics Engineer interview questions
A Mechatronics Engineer was asked 7mo ago
Q. What is a PID controller and why is it used?
Ans. 

PID controller is a control loop feedback mechanism used in systems to maintain desired setpoints by adjusting inputs based on error signals.

  • PID stands for Proportional-Integral-Derivative, which are the three terms used in the controller algorithm.

  • Proportional term responds to the current error signal.

  • Integral term deals with the accumulation of past errors.

  • Derivative term predicts future error trends.

  • PID control...

View all Mechatronics Engineer interview questions
A Site Reliability Engineer was asked 12mo ago
Q. What would you recommend a junior engineer learn first: Kubernetes or Lambda?
Ans. 

It depends on the specific use case and requirements of the project.

  • Consider the complexity and scale of the project - Kubernetes is better suited for large, complex applications with multiple services, while Lambda is more suitable for smaller, event-driven applications.

  • Evaluate the cost implications - Lambda can be more cost-effective for low-traffic applications due to its pay-per-use pricing model, while Kuber...

View all Site Reliability Engineer interview questions
A Senior Power Electronics Engineer was asked
Q. How do you select a gate resistor?
Ans. 

Gate resistor selection is crucial for power electronics design to optimize switching performance and protect the components.

  • Consider the switching frequency of the power electronics circuit.

  • Calculate the maximum allowable gate current based on the datasheet of the MOSFET.

  • Choose a gate resistor value that balances turn-on and turn-off times for the MOSFET.

  • Take into account the gate capacitance of the MOSFET when s...

View all Senior Power Electronics Engineer interview questions
A Graduate Engineer was asked
Q. Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it can trap after raining.
Ans. 

Rainwater trapping problem involves calculating the amount of water that can be trapped between elevations after rainfall.

  • Use two pointers to traverse the elevation array from both ends.

  • Calculate the left and right max heights to determine trapped water.

  • Example: For heights [0,1,0,2,1,0,1,3,2,1,2,1], the trapped water is 6 units.

  • Time complexity is O(n) and space complexity is O(1) for the two-pointer approach.

View all Graduate Engineer interview questions
A Software Developer was asked
Q. SELL ABD BUY 1 array question(easy level)
Ans. 

This question involves buying and selling items in an array.

  • The array must contain strings.

  • You need to implement a function to buy and sell items from the array.

  • Provide examples of buying and selling operations.

View all Software Developer interview questions
Are these interview questions helpful?
A Market Intelligence Analyst was asked
Q. What are the industry trends?
Ans. 

Industry trends in Market Intelligence Analyst role include data-driven decision making, AI and machine learning integration, and increased focus on customer insights.

  • Data-driven decision making is becoming more prevalent in the industry, with companies relying on data analysis to drive strategic decisions.

  • Integration of AI and machine learning technologies is on the rise, allowing for more efficient data processi...

View all Market Intelligence Analyst interview questions
An Electrical Technician was asked
Q. What is the difference between electricity and electronics?
Ans. 

Electricity is the flow of electrons while electronics deals with the control of the flow of electrons.

  • Electricity is a natural phenomenon while electronics is a man-made technology.

  • Electricity is the basic form of energy while electronics is a branch of science that deals with the study of electronic devices and their applications.

  • Electricity is used to power electronic devices.

  • Examples of electronic devices incl...

View all Electrical Technician interview questions
A Desktop Support Engineer L1 was asked
Q. How do you check network activities?
Ans. 

Network activities can be checked using various tools and techniques.

  • Use network monitoring tools like Wireshark, tcpdump, and NetFlow Analyzer to capture and analyze network traffic.

  • Check network logs to identify any suspicious activities or errors.

  • Use ping and traceroute commands to test network connectivity and identify any network issues.

  • Monitor network bandwidth usage to identify any abnormal spikes in traffi...

View all Desktop Support Engineer L1 interview questions

Jaguar Land Rover Interview Experiences

30 interviews found

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 Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

20 questions 40 minutes, 3 type of question easy, medium and hard each of 1, 3 and 5 points respectively, if you answer correct then you move above in difficulty else go down.

Round 2 - Technical 

(2 Questions)

  • Q1. 20 questions 40 minutes same pattern as apti. Questions mainly from power electronics, network theory, machines and analog electronics
  • Q2. 2 coding question one easy, one medium. Doing 1 question only may work
Round 3 - One-on-one 

(3 Questions)

  • Q1. Picked question from my cv/ project. Complete analysis of boost converter, voltage at no load, saturation of inductor, parasitics etc and much more.
  • Q2. Bjt as switch opams mosfet on off charecteristics etc, analog electronics.
  • Q3. 2 easy coding problem of searching and sorting algos
  • Ans. 

    Implementing binary search and bubble sort algorithms in Python

    • Binary search: Divide and conquer algorithm to find a target value in a sorted array

    • Bubble sort: Iteratively swap adjacent elements if they are in the wrong order

    • Example for binary search: def binary_search(arr, target):

    • Example for bubble sort: def bubble_sort(arr):

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Jaguar Land Rover Internship Trainee interview:
  • Power Electronics
  • Analog Electronics
  • Network analysis
  • Coding
  • Digital Electronics
Interview preparation tips for other job seekers - Be thorough with your concepts

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very Easy CAT easy level questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is PCB and why is it used ??
  • Ans. 

    PCB stands for Printed Circuit Board, used to mechanically support and electrically connect electronic components using conductive pathways.

    • PCB is used to provide a sturdy platform for mounting electronic components.

    • It allows for easy and efficient connections between components through conductive pathways.

    • PCBs are commonly used in electronic devices such as computers, smartphones, and medical equipment.

    • They help reduc...

  • Answered by AI
  • Q2. What is PID controller and why is it used ??
  • Ans. 

    PID controller is a control loop feedback mechanism used in systems to maintain desired setpoints by adjusting inputs based on error signals.

    • PID stands for Proportional-Integral-Derivative, which are the three terms used in the controller algorithm.

    • Proportional term responds to the current error signal.

    • Integral term deals with the accumulation of past errors.

    • Derivative term predicts future error trends.

    • PID controllers ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Who's use the Scr realy ?
  • Ans. 

    SCR relay is used in electrical circuits to control the flow of current.

    • SCR relay is used in power control applications.

    • It is commonly used in motor control, lighting control, and heating control.

    • SCR relay is used in industries for controlling high power loads.

    • It is also used in electronic devices like dimmer switches and power supplies.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online test with questions on circuits, power electronics, analog electronics aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Gate drive design
  • Ans. 

    Gate drive design is crucial for efficient operation of power electronics systems.

    • Gate drive design involves selecting the appropriate gate driver IC based on the power switch being used.

    • Proper gate drive design ensures fast switching speeds, minimal switching losses, and reliable operation.

    • Considerations include gate voltage levels, gate resistance, and gate capacitance.

    • Gate drive design also involves protection featu...

  • Answered by AI
  • Q2. To select gate resistor
  • Ans. 

    Gate resistor selection is crucial for power electronics design to optimize switching performance and protect the components.

    • Consider the switching frequency of the power electronics circuit.

    • Calculate the maximum allowable gate current based on the datasheet of the MOSFET.

    • Choose a gate resistor value that balances turn-on and turn-off times for the MOSFET.

    • Take into account the gate capacitance of the MOSFET when select...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Jaguar Land Rover Senior Power Electronics Engineer interview:
  • Electronics Circuits
  • Power Electronics
Interview preparation tips for other job seekers - JLR seeks top notch theoretical knowledge
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Normal DP question (LC med)

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

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What would you recommend for a junior engineer between kubernetes and Lambda
  • Ans. 

    It depends on the specific use case and requirements of the project.

    • Consider the complexity and scale of the project - Kubernetes is better suited for large, complex applications with multiple services, while Lambda is more suitable for smaller, event-driven applications.

    • Evaluate the cost implications - Lambda can be more cost-effective for low-traffic applications due to its pay-per-use pricing model, while Kubernetes...

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Vishal Sable

posted on 11 Nov 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2023. There were 4 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 

(2 Questions)

  • Q1. Spring boot, java 8 and microswrvices
  • Q2. Basic question about spring framework
Round 3 - HR 

(2 Questions)

  • Q1. Basic details asked about my last project that i have worked.
  • Q2. Basic details about last project
Round 4 - Coding Test 

Just normal MCQ test.

Interview Preparation Tips

Interview preparation tips for other job seekers - Misleading experience I would not suggest to join this company.

Strategy Analyst Interview Questions & Answers

user image Karthika Haridas

posted on 7 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why this company
  • Ans. 

    I am drawn to this company because of its innovative approach to strategy and its strong track record of success.

    • The company has a reputation for being a leader in the industry, consistently outperforming competitors.

    • I admire the company's commitment to fostering a culture of creativity and collaboration.

    • The opportunity to work with a talented team of professionals who are passionate about driving strategic growth is v...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Rain water trapping dsa question
  • Ans. 

    Rainwater trapping problem involves calculating the amount of water that can be trapped between elevations after rainfall.

    • Use two pointers to traverse the elevation array from both ends.

    • Calculate the left and right max heights to determine trapped water.

    • Example: For heights [0,1,0,2,1,0,1,3,2,1,2,1], the trapped water is 6 units.

    • Time complexity is O(n) and space complexity is O(1) for the two-pointer approach.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Handshake and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell about yourself, skills related to the specific job

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Jaguar Land Rover?
Ask anonymously on communities.

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.

Overall Interview Experience Rating

3.7/5

based on 26 interview experiences

Difficulty level

Easy 31%
Moderate 69%

Duration

Less than 2 weeks 79%
2-4 weeks 14%
6-8 weeks 7%
View more

Interview Questions from Similar Companies

Ford Motor Interview Questions
4.2
 • 161 Interviews
Yamaha Motor Interview Questions
4.1
 • 75 Interviews
Volvo Interview Questions
4.1
 • 68 Interviews
Bajaj Motors Interview Questions
3.9
 • 57 Interviews
General Motors Interview Questions
4.3
 • 33 Interviews
Renault Interview Questions
4.2
 • 30 Interviews
Plastic Omnium Interview Questions
3.7
 • 29 Interviews
Nissan Interview Questions
3.8
 • 27 Interviews
Volvo Trucks Interview Questions
3.9
 • 25 Interviews
View all

Jaguar Land Rover Reviews and Ratings

based on 263 reviews

4.0/5

Rating in categories

3.7

Skill development

4.2

Work-life balance

3.6

Salary

3.8

Job security

3.8

Company culture

3.0

Promotions

3.8

Work satisfaction

Explore 263 Reviews and Ratings
Software Engineer
36 salaries
unlock blur

₹18 L/yr - ₹32.6 L/yr

Product Specialist
33 salaries
unlock blur

₹2 L/yr - ₹5.8 L/yr

Market Intelligence Analyst
25 salaries
unlock blur

₹9.3 L/yr - ₹16.2 L/yr

Software Developer
24 salaries
unlock blur

₹21.2 L/yr - ₹43.5 L/yr

Data Analyst
18 salaries
unlock blur

₹2 L/yr - ₹21 L/yr

Explore more salaries
Compare Jaguar Land Rover with

Hyundai Motor India Limited

4.3
Compare

Ford Motor

4.2
Compare

Yamaha Motor

4.1
Compare

Bajaj Motors

3.9
Compare
write
Share an Interview