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

Software Engineer

Jio Platforms Limited
upvote
share-icon
4 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2.5 Months
Topics: General Aptitude (Time-Dist , Number series etc), Coding Problems - Basic & Dyanamic , Data Structures (Theory & Code) , Database (SQL/NOSQL) , Academic Project
Tip
Tip

Tip 1 : Be very very specific about your project details
Tip 2 : Work more on coding (Dynamic)
Tip 3 : Match the job requirement vision

Application process
Where: Campus
Eligibility: Above 8 cpga
Resume Tip
Resume tip

Tip 1 : Keep it Short but Impresssive
Tip 2 : Include Co-curricular activites

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date28 Sep 2020
Coding problem1

Its an fairly tough apti-code test , the only way to crack it is you practise and crack it , 5 programming languages are allowed for the coding test (c, c++, c#, java , python) , and you get sufficient time to solve and crack the exam , only if you are prepared well !

1. Remove K Corner Elements

Easy
15m average time
80% success
0/40
Asked in companies
Google incJio Platforms LimitedD.E.Shaw

Given an array ‘arr’ consisting of ‘N’ integer elements. You have to remove ‘K’ elements from the beginning or end of the array. Return the maximum possible sum of the remaining array elements.

Note: you can remove elements from both beginning and end, but a total of ‘K’ elements must be removed.

 

Example :

If N = 7 and K = 3, and the input array is:
{1, 2, 3, 4, 5, 6, 7}

After removing the first three elements, the resulting array now becomes {4, 5, 6, 7} and the sum of the remaining array is equal to 22.

Removing any other combination of three elements will always result in the remaining array sum less than 22.
Try solving now
02
Round
Medium
Video Call
Duration40 minutes
Interview date2 Oct 2020
Coding problem1

This was Technical Round purely to test your knowledge in programming and computer fundamental basics along with what all technical skills you are/you've been working on !

1. Idempotent Matrix

Easy
0/40
Asked in companies
MeeshoMr. CooperJio Platforms Limited

Given a N * N matrix and the task is to check matrix is idempotent matrix or not.

See the sample input.

Idempotent matrix M follows the following property :

M*M = M
Try solving now
03
Round
Easy
Video Call
Duration50 minutes
Interview date6 Oct 2020
Coding problem1

This was also a Technical round but was mostly focused on your projects and how well you were familiar with its core concepts , comparatively easy if you have done your project with full concentration

1. Sum of Two Elements Equals the Third.

Easy
10m average time
90% success
0/40
Asked in companies
BarclaysHSBCJio Platforms Limited

You are given an array Arr consisting of n integers, you need to find a valid triplet as explained below.

An array is said to have a valid triplet {arr[i], arr[j], arr[k]} if there exists three indices i, j and k such that i != j, j != k and i != j and arr[i] + arr[j] = arr[k] or arr[i] + arr[k] = arr[j] or arr[k] + arr[j] = arr[i].

For Example:
Arr = 10, 5, 5, 6, 2, 
In this array, the triplet {10, 5, 5} is valid triplet because, 5 + 5 = 10.

Note:

The elements in the array need not be distinct.
Try solving now
04
Round
Hard
HR Round
Duration30 minutes
Interview date8 Oct 2020
Coding problem0

Try and know all the details about the company , like what are the domain areas company is currently working along with the very obvious questions of Hr round like , Why should we hire you ?

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
4 rounds | 9 problems
Interviewed by Jio Platforms Limited
1119 views
0 comments
0 upvotes
SDE - 1
3 rounds | 4 problems
Interviewed by Jio Platforms Limited
1042 views
0 comments
0 upvotes
Software Engineer
3 rounds | 3 problems
Interviewed by Jio Platforms Limited
829 views
0 comments
0 upvotes
Software Engineer
3 rounds | 6 problems
Interviewed by Jio Platforms Limited
711 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7874 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
9973 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4310 views
1 comments
0 upvotes