Upload Button Icon Add office photos

Filter interviews by

Jio Platforms Interview Questions, Process, and Tips

Updated 1 Mar 2025

Top Jio Platforms Interview Questions and Answers

View all 123 questions

Jio Platforms Interview Experiences

Popular Designations

195 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2023. There were 3 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 Resume tips
Round 2 - Aptitude Test 

Basic aptitude questions were asked on a different platform.

Round 3 - Technical 

(2 Questions)

  • Q1. Easy to moderate questions related to arrays and strings.
  • Q2. Also question related to OOP and DBMS. They told me to implement the concepts of OOP on a code editor So get the practical knowledge.

Interview Preparation Tips

Topics to prepare for Jio Platforms Graduate Trainee interview:
  • OOP
  • DBMS
Interview preparation tips for other job seekers - Do practice of standard questions that are being asked in the interview. Also make your core knowledge strong.

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)

Interview Questions & Answers

user image Navaeeth Raman

posted on 21 Mar 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Regular BQ questions
Jio Platforms Interview Questions and Answers for Freshers
illustration image

Engineer Trainee Interview Questions & Answers

user image Utsav Kumar

posted on 21 Jul 2023

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 Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Coding Test 

2 DSA questions were asked of easy level

Round 3 - Technical 

(2 Questions)

  • Q1. I was asked to find the second largest number in an array in O(n) time complexity.
  • Ans. 

    Use a single pass algorithm to find the second largest number in an array of strings in O(n) time complexity.

    • Iterate through the array and keep track of the largest and second largest numbers encountered so far.

    • Update the second largest number whenever a new number greater than the current second largest is found.

    • Return the second largest number at the end of the iteration.

  • Answered by AI
  • Q2. It was a leetcode question to find the target sum.
Round 4 - HR 

(1 Question)

  • Q1. Basic discussion about family and experiences in college and all

Skills evaluated in this interview

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)

Supervisor Interview Questions & Answers

user image Anonymous

posted on 24 Feb 2023

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

I applied via Company Website and was interviewed in Jan 2023. There were 3 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. My last qualification ITI in Electrician
  • Ans. Electrician related questions and work .
  • Answered Anonymously
  • Q2. People like my way of talking to people and my nature
Round 3 - HR 

(1 Question)

  • Q1. Posative thinking, and smart worker

Interview Preparation Tips

Interview preparation tips for other job seekers - If I get a chance to work in Jio, I will help to increase and improve the service of Jio in Katni district.

Supervisor Interview Questions asked at other Companies

Q1. Self introduction? & what is mean by eCommerce ? How it can do
View answer (10)

Jio Platforms interview questions for popular designations

 Graduate Engineer Trainee (Get)

 (18)

 Software Developer

 (15)

 Deputy Manager

 (8)

 Software Engineer

 (7)

 Assistant Manager

 (7)

 Software Development Engineer

 (7)

 Product Manager

 (6)

 Data Scientist

 (5)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. What is your passion

Customer Service Associate Interview Questions asked at other Companies

Q1. Situational: If customer gets damaged product and he is saying he want to return the product then what you will do? (write an mail)
View answer (39)

Get interview-ready with Top Jio Platforms Interview Questions

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

I applied via Recruitment Consulltant and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Don’t remember the questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Don’t remember the exact question
  • Q2. Don’t remember the exact questions
Round 3 - HR 

(2 Questions)

  • Q1. Mostly salary discussion
  • Q2. Relocation comfortablity

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all Resume tips
Round 2 - Aptitude Test 

Test are some from english
puzzle and
some technical questions

Round 3 - Technical 

(2 Questions)

  • Q1. Two coding. some questions asked from oops. and some questions are from DS two coding some questions asked from oops and some questions are from ds
  • Q2. Two coding questions some questions asked from oops and some questions asked from ds

Interview Preparation Tips

Interview preparation tips for other job seekers - firstly he ask what you know about reliance jio.
and give me your introduction and

Top Jio Platforms Graduate Engineer Trainee (Get) Interview Questions and Answers

Q1. Distinct Subarrays with At Most K Odd Elements Given an array A of N integers, determine the total number of distinct subarrays that contain at most K odd elements. Example: Input: A = [3, 2, 3], K = 1 Output: 4 Explanation: The distinct su... read more
View answer (1)

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

Team Manager Interview Questions & Answers

user image Anonymous

posted on 1 Jan 2023

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

I applied via Referral and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Some questions about my self
  • Q2. From where you belong
  • Q3. What u do presently for survive in the world

Interview Preparation Tips

Topics to prepare for Jio Platforms Team Manager interview:
  • Jio services
Interview preparation tips for other job seekers - Be confident and maintain eye contact with the person
About general knowledge
Working for jio

Team Manager Interview Questions asked at other Companies

Q1. To maintain SIEM solution which are the daily activities that you will perform?
View answer (4)

Assistant Manager Interview Questions & Answers

user image Abhijit Mahajan

posted on 5 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Group Discussion 

A group of 4-8 candidates were asked to discuss on a random topic of the interviewers choice. The interviewer will just observe, probably looking for confidence, body language and if you let others speak.

Round 2 - Technical 

(1 Question)

  • Q1. Mostly OOPs concepts and DSA questions.
Round 3 - Coding Test 

Interviewer will ask any DSA question of his choice and will ask for a optimised approach.

Round 4 - HR 

(3 Questions)

  • Q1. Introduce yourself.
  • Q2. Why do you want to join jio.
  • Q3. General questions.

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (87)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2022. 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 Resume tips
Round 2 - Group Discussion 

They give a topic to discuss

Round 3 - Technical 

(3 Questions)

  • Q1. Basic oops and dsa
  • Q2. Pillars of oops, stack , queue and some algorithms
  • Ans. 

    Pillars of OOPs are Abstraction, Encapsulation, Inheritance, and Polymorphism. Stack and Queue are data structures. Algorithms include sorting, searching, and graph traversal.

    • Abstraction: Hiding implementation details

    • Encapsulation: Binding data and functions together

    • Inheritance: Reusing code from parent classes

    • Polymorphism: Multiple forms of a function or object

    • Stack: Last In First Out (LIFO) data structure

    • Queue: First...

  • Answered by AI
  • Q3. How stack work difference between stack and queues
  • Ans. 

    Stack and queue are data structures used to store and retrieve data. The main difference is in the order of retrieval.

    • Stack follows Last In First Out (LIFO) order, while Queue follows First In First Out (FIFO) order.

    • In a stack, the element added last is the first one to be removed, while in a queue, the element added first is the first one to be removed.

    • Stacks are used in undo-redo functionality, while queues are used

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Personal information family background, studies etc
  • Q2. About family, can you relocate to Navi Mumbai

Skills evaluated in this interview

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)
Contribute & help others!
anonymous
You can choose to be anonymous

Jio Platforms Interview FAQs

How many rounds are there in Jio Platforms interview?
Jio Platforms interview process usually has 2-3 rounds. The most common rounds in the Jio Platforms interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Jio Platforms 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 Jio Platforms. The most common topics and skills that interviewers at Jio Platforms expect are Appium, Automation Testing, IT, Testing and Application Testing.
What are the top questions asked in Jio Platforms interview?

Some of the top questions asked at the Jio Platforms interview -

  1. Is is possible to implement stack using queue...read more
  2. Tell me something about recursion also do you have idea about time and space co...read more
  3. What is Frontend, Do you know Node j...read more
How long is the Jio Platforms interview process?

The duration of Jio Platforms interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

SALARIES

Jio Platforms

INTERVIEWS

AB InBev India

No Interviews

SALARIES

Jio Platforms

DESIGNATION

DESIGNATION

INTERVIEWS

WNS

No Interviews

INTERVIEWS

IDBI Intech Limited

No Interviews

INTERVIEWS

IDBI Intech Limited

No Interviews

Tell us how to improve this page.

Jio Platforms Interview Process

based on 221 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Bharti Airtel Interview Questions
4.0
 • 842 Interviews
DXC Technology Interview Questions
3.7
 • 816 Interviews
Vodafone Idea Interview Questions
4.1
 • 555 Interviews
View all

Jio Platforms Reviews and Ratings

based on 1.4k reviews

3.5/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.1

Salary

4.1

Job security

3.2

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 1.4k Reviews and Ratings
Software Developer
582 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
551 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
472 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
432 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
366 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Jio Platforms with

Jio

3.9
Compare

Reliance Industries

4.0
Compare

Bharti Airtel

4.0
Compare

Vodafone Idea

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview