Reliance Jio interview experience Real time questions & tips from candidates to crack your interview

Data Engineering Intern

Reliance Jio
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
I started preparing for the Intern season in April. I purchased the Coding Ninjas Course in Data Structures and Java and prepared for it in the Summer Holidays.
Application story
Reliance Jio came to our college for the On-Campus Hiring process. We had resume-based shortlisting and then a coding test before the interviews.
Why selected/rejected for the role?
I had a good grasp of DSA and had good projects on my resume. Also, my JEE advanced rank was reasonable compared to other students.
Preparation
Duration: 3 months
Topics: Data Structures, Pointers, OOPS, DataBase Management, Web Development, Operating Systems
Tip
Tip

Tip 1: For Internships, practice at least 150 coding questions
Tip 2: Try to do as many projects as you can in different fields like WebDev and Android to get a good grasp of the skills
Tip 3: If you don't like doing development, then you can try Competitive Programming

Application process
Where: Campus
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1: Have at least 7 CGPA
Tip 2: Also, mention your JEE ranks, as some recruiters compare that.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration60 minutes
Interview date20 Jul 2022
Coding problem2

They first asked personal details and then proceeded with the questions

1. Towers

Moderate
15m average time
85% success
0/80
Asked in companies
HCL TechnologiesOracleTata1mg

You are given ‘N’ cubes in an array ‘ARR’ in a certain order, and your task is to build towers using them. Whenever two cubes are on top of the other, the upper cube must be smaller than the lower cube.

You must process the cubes in the given order. You can always either place the cube on top of an existing tower or begin a new tower. What is the minimum possible number of towers?

For example:

Given ‘N’ = 3, ‘ARR’[] = 3, 2, 1.
The answer will be one because you can stack one over two over 3. Therefore only these can be inserted in the same tower.
Try solving now

2. Container with Maximum Water

Easy
10m average time
90% success
0/40
Asked in companies
SalesforceMicrosoftAmazon

You have been given an array/list ‘ARR‘ of length ‘N’ consisting of non-negative integers ARR1, ARR2, ..., ARRN. The i’th integer denotes a point with coordinates (i, ARR[i]). ‘N’ vertical lines are drawn such that the two endpoints of the i’th line are at (i, arr[i]) and (i,0).

Your task is to find two lines, which, together with the x-axis, form a container, such that the container contains the most water. Return the maximum area of the container.

Note:
1. Consider the container to be 2-dimensional for simplicity. 
2. For any pair of sides ignore all the lines that lie inside that pair of sides. 
3. You are not allowed to slant the container.

Example

Example:

Consider 'ARR'= {1,8,6,2,5,4,8,3,7} then the vertical lines are represented by the above image. The blue section denotes the maximum water than a container can contain.
Try solving now
02
Round
Easy
Video Call
Duration20 minutes
Interview date20 Jul 2022
Coding problem2

This was tech interview on Microsoft Teams

1. Missing Number

Moderate
30m average time
70% success
0/80
Asked in companies
HSBCSterlite Technologies LimitedSamsung

You are given an array/list ‘BINARYNUMS’ that consists of ‘N’ distinct strings which represent all integers from 0 to N in binary representation except one integer. This integer between 0 to ‘N’ whose binary representation is not present in list ‘BINARYNUMS’ is called ‘Missing Integer’.

Your task is to find the binary representation of that ‘Missing Integer’. You should return a string that represents this ‘Missing Integer’ in binary without leading zeros.

Note

1. There will be no leading zeros in any string in the list ‘BINARYNUMS’.

Example:

Consider N = 5 and the list ‘binaryNums’=  [“0”, “01”, “010”, “100”, “101”].  This list consists of the binary representation of numbers [0, 1, 2, 4, 5]. Clearly, the missing number is 3 and its binary representation will be “11”. So you should return string “11”.
Try solving now

2. First Missing Positive

Moderate
18m average time
84% success
0/80
Asked in companies
DunzoHikeSamsung

You are given an array 'ARR' of integers of length N. Your task is to find the first missing positive integer in linear time and constant space. In other words, find the lowest positive integer that does not exist in the array. The array can have negative numbers as well.

For example, the input [3, 4, -1, 1] should give output 2 because it is the smallest positive number that is missing in the input array.

Try solving now
03
Round
Easy
HR Round
Duration15 minutes
Interview date20 Jul 2022
Coding problem1

1. Basic HR Questions

Introduce yourself

Tell me about a situation where you showcased leadership skills. 

Where do you see yourself in 5 years?

What are your strengths and weaknesses?

Problem approach

Tip 1 : Be precise and clear with your answers
Tip 2 : Communication skills are important

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
company logo
Data Analyst Intern
2 rounds | 4 problems
Interviewed by Reliance Jio
0 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 6 problems
Interviewed by Reliance Jio
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3451 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Data Engineering Intern
3 rounds | 4 problems
Interviewed by Dunzo
841 views
0 comments
0 upvotes