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

Graduate Engineer Trainee

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

Interview preparation journey

expand-icon
Preparation
Duration: 2 Months
Topics: Arrays, linked list, Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

Tip 1 : Practice aptitude questions
Tip 2 : Practice coding questions
Tip 3 : Read books

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

Tip 1 : Have atleast 3 great project
Tip 2 : Write only what you know and prepare well

Interview rounds

01
Round
Easy
Online Coding Interview
Duration105 Minutes
Interview date3 Aug 2021
Coding problem2

It consists of 2 Sections of overall time duration: 1 hrs 45 mins

1. Aptitude and English: 

Difficulty Level – Moderate
2. Programming Questions:

Difficulty Level – Moderate
Total no of questions – 2

1. Shortest Common Supersequence

Hard
25m average time
0/120
Asked in companies
Dream11SamsungHCL Technologies

Given two strings, ‘A’ and ‘B’. Return the shortest supersequence string ‘S’, containing both ‘A’ and ‘B’ as its subsequences. If there are multiple answers, return any of them.

Note: A string 's' is a subsequence of string 't' if deleting some number of characters from 't' (possibly 0) results in the string 's'.

For example:
Suppose ‘A’ = “brute”, and ‘B’ = “groot”

The shortest supersequence will be “bgruoote”. As shown below, it contains both ‘A’ and ‘B’ as subsequences.

A   A A     A A
b g r u o o t e
  B B   B B B  

It can be proved that the length of supersequence for this input cannot be less than 8. So the output will be bgruoote.
Try solving now

2. Add Two Numbers As Linked Lists

Moderate
20m average time
80% success
0/80
Asked in companies
SprinklrIBMDeutsche Bank

You are given two non-negative numbers 'num1' and 'num2' represented in the form of linked lists.


The digits in the linked lists are stored in reverse order, i.e. starting from least significant digit (LSD) to the most significant digit (MSD), and each of their nodes contains a single digit.


Calculate the sum of the two numbers and return the head of the sum list.


Example :
Input:
'num1' : 1 -> 2 -> 3 -> NULL
'num2' : 4 -> 5 -> 6 -> NULL

Output: 5 -> 7 -> 9 -> NULL

Explanation: 'num1' represents the number 321 and 'num2' represents 654. Their sum is 975.


Try solving now
02
Round
Easy
Video Call
Duration60 Minutes
Interview date3 Aug 2021
Coding problem1

To clear this round one must have good command over core subjects and skills that he/she mentioned during the interview.
 

1. Technical Questions

Introduce yourself.
In how many ways can we put images on any webpage?
In how many ways can we use CSS in a webpage?
Which tag is used to change lines in HTML?
What is the responsiveness of the website?
How can we achieve responsiveness?
What is Node.js, Express.js?
What is DBMS?
What is CORS?
What are joins? Types of joins?
What do you mean by object-oriented?
What are method overloading and method overriding? Difference between them?
What are SDLC, steps? (Suggestion: Read SDLC, Agile, Waterfall method in detail)
What are Software testing, debugging, types of software testing?

03
Round
Easy
HR Round
Duration30 Minutes
Interview date3 Aug 2021
Coding problem0

This interview was conducted by the Vice President of Reliance JIO and was the final round and I was asked the following questions:

Introduce yourself
Tell us about your family.
Why do you want to join JIO?

Here's your problem of the day

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

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
Graduate Engineer Trainee
3 rounds | 3 problems
Interviewed by Jio Platforms Limited
3964 views
0 comments
0 upvotes
SDE - 1
4 rounds | 9 problems
Interviewed by Jio Platforms Limited
1145 views
0 comments
0 upvotes
SDE - 1
3 rounds | 4 problems
Interviewed by Jio Platforms Limited
1062 views
0 comments
0 upvotes
Software Engineer
3 rounds | 6 problems
Interviewed by Jio Platforms Limited
737 views
0 comments
0 upvotes