Jaguar Land Rover interview experience Real time questions & tips from candidates to crack your interview

Trainee Technology

Jaguar Land Rover
upvote
share-icon
2 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 12 Months
Topics: Data structures and algorithms, OOPS, Os, System design, computer networks
Tip
Tip

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 process
Where: Campus
Eligibility: 7.5 CGPA
Resume Tip
Resume tip

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.

Interview rounds

01
Round
Hard
Online Coding Interview
Duration120 minutes
Interview date1 Nov 2020
Coding problem0

Round was started at sharp 6pm. It consists of two sections. one section is mcq which consists of aptitude and puzzles. The interesting part of mcqs is that the environment is adaptive means if you answer correctly then next question will be hard as compare to previous question.
 

02
Round
Medium
Video Call
Duration90 Minutes
Interview date1 Dec 2020
Coding problem5

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.

 

1. Technical Questions

Interviewer first asked about my intership project. I first explain problem statement of the project then explain How I solved the problem and then How it impacted the company. Then Interview asked some cross-question based on my project and I will be able to answer almost all questions

Then Interviewer asked me about my college project. As I made android application and luckily interviewer worked in the android developement team so the discussion goes around How you implemented features and what are the use cases of this project and one basic question of android what is activity.

2. OS Questions

What is deadlock and what are the conditions of the deadlock?

What is semaphore and how you implement semaphore?

3. Swap Two Numbers

Easy
10m average time
0/40
Asked in companies
CIS - Cyber InfrastructureErnst & Young (EY)Cybage Software

You are given two numbers 'a' and 'b' as input.


You must swap the values of 'a' and 'b'.


For Example:
Input: 
'a' = 8, 'b' = 5

Output:
5 8

Explanation:
Initially, the value of 'a' and 'b' is 8 and 5, respectively.

After swapping, the value of 'a' is 5, and the value of 'b' is 8.
Try solving now

4. Build Heap

Moderate
30m average time
70% success
0/80
Asked in companies
OYOSamsungSAP Labs

You are given an integer array with N elements. Your task is to build a max binary heap from the array.

A max-heap is a complete binary tree in which the value of each internal node is greater than or equal to the values of the children of that node.

Note :
You do not need to print anything, just return the vector representation of the heap such that the input array follows 0 - based indexing and :

The left child of the ith node is at (2 * i + 1)th index.

The right child of the ith node is at (2 * i + 2)th index.

Parent of the node present at ith index is at (i - 1) / 2 indexes.
Try solving now

5. Basic HR Questions

Why you are interested in Jaguar land rover?
Are you comfortable in working with different teams in your graduation period?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
SDE - 1
3 rounds | 3 problems
Interviewed by Jaguar Land Rover
4827 views
0 comments
0 upvotes
SDE - 1
3 rounds | 4 problems
Interviewed by Jaguar Land Rover
2028 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3451 views
0 comments
0 upvotes
Graduate Software Intern
3 rounds | 4 problems
Interviewed by Jaguar Land Rover
273 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Trainee Technology
2 rounds | 4 problems
Interviewed by HCL Technologies
4853 views
0 comments
0 upvotes