Upload Button Icon Add office photos

Filter interviews by

Jio Platforms Interview Questions, Process, and Tips for Freshers

Updated 4 Apr 2025

Top Jio Platforms Interview Questions and Answers for Freshers

View all 25 questions

Jio Platforms Interview Experiences for Freshers

Popular Designations

36 interviews found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 4 Feb 2022

I applied via Campus Placement

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 tips
Round 2 - Aptitude Test 

BASIC APPTITUDE AND CODING QUESTIONS

Round 3 - Technical 

(1 Question)

  • Q1. ABOUT YOURSELF,PROJECT ,BASIC CODING QUESTIONS

Interview Preparation Tips

Interview preparation tips for other job seekers - STICK TO BASICS OF APPTITUDE AND CODING SKILLS

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2022. 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 tips
Round 2 - Aptitude Test 

General aptitude and coding

Round 3 - Technical 

(1 Question)

  • Q1. Questions regarding role expected, understanding of system design, working knowledge of software life cycle etc.

Top Jio Platforms Product Manager Interview Questions and Answers

Q1. Explain various flavours of AB Testing. What tools did you use?
View answer (1)

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (27)

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. 

    Reverse Words in a String: Problem Statement

    You are given a string of length N. Your task is to reverse the string word by word. The input may contain multiple spaces between words and may have leading o...

  • Ans. 

    Reverse words in a string word by word, removing leading/trailing spaces and extra spaces between words.

    • Split the input string by spaces to get individual words

    • Reverse the order of the words

    • Join the reversed words with a single space in between

    • Remove any leading or trailing spaces

  • Answered by AI
Round 2 - HR 

(1 Question)

Round duration - 20 Minutes
Round difficulty - Easy

  • Q1. 

    Find the Second Largest Element

    Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.

    If a second largest element does not exist, return -1.

    Example:

    Input:
    ARR = [2,...
  • Ans. 

    Find the second largest element in an array of integers. Return -1 if second largest does not exist.

    • Iterate through the array to find the largest and second largest elements.

    • Handle cases where all elements are identical by returning -1.

    • Consider edge cases like empty array or array with less than 2 elements.

  • Answered by AI

Interview Preparation Tips

Eligibility criteria8+ CGPAJio Platforms Limited interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, OOPs, Algorithms, DP, Greedy, MLTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Try solving Love Babbar 450 Prog questions on youtube
Tip 2 : Have a good resume and projects
Tip 3 : Do learn some extra technologies eg. ML/AI

Application resume tips for other job seekers

Tip 1 : Do not lie at all
Tip 2 : Have some projects/internships listed

Final outcome of the interviewSelected

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

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 !

  • Q1. 

    Maximum Sum After Removing K Corner Elements

    Given an array arr of 'N' integer elements, your goal is to remove 'K' elements from either the beginning or the end of the array. The task is to return the ma...

  • Ans. 

    Given an array of integers, remove K elements from either end to maximize sum of remaining elements.

    • Iterate through all possible combinations of removing K elements from start and end

    • Calculate sum of remaining elements for each combination

    • Return the maximum sum obtained

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

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 !

  • Q1. 

    Idempotent Matrix Verification

    Determine if a given N * N matrix is an idempotent matrix. A matrix is considered idempotent if it satisfies the following condition:

    M * M = M

    Input:

    The first line cont...
  • Ans. 

    Check if a given matrix is idempotent by verifying if M * M equals M.

    • Calculate the product of the matrix with itself and compare it with the original matrix.

    • If the product equals the original matrix, then it is idempotent.

    • Iterate through the matrix elements to perform the necessary calculations.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

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

  • Q1. 

    Sum of Two Elements Equals the Third

    Determine if a given array contains a valid triplet of integers where two elements sum up to the third. Specifically, find indices i, j, and k such that i != j, j != k...

  • Ans. 

    Check if a given array contains a valid triplet where two elements sum up to the third.

    • Iterate through all possible triplets in the array and check if any of the conditions are satisfied.

    • Use nested loops to compare each element with every other element in the array.

    • Handle cases where the elements are not distinct by ensuring i != j, j != k, and i != k.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Sinhgad Academy Of Engineering. I applied for the job as Software Engineer in Navi MumbaiEligibility criteriaAbove 8 cpgaJio Platforms Limited interview preparation:Topics to prepare for the interview - General Aptitude (Time-Dist , Number series etc), Coding Problems - Basic & Dyanamic , Data Structures (Theory & Code) , Database (SQL/NOSQL) , Academic ProjectTime required to prepare for the interview - 2.5 MonthsInterview preparation tips for other job seekers

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 resume tips for other job seekers

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

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Jio Platforms Software Engineer Interview Questions and Answers

Q1. Maximum Sum After Removing K Corner Elements Given an array arr of 'N' integer elements, your goal is to remove 'K' elements from either the beginning or the end of the array. The task is to return the maximum possible sum of the elements t... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)

Jio Platforms interview questions for popular designations

 Graduate Engineer Trainee (Get)

 (18)

 Software Developer

 (17)

 Assistant Manager

 (8)

 Deputy Manager

 (8)

 Software Engineer

 (7)

 Software Development Engineer

 (7)

 Product Manager

 (6)

 Data Scientist

 (5)

Freelancer Interview Questions & Answers

user image Anonymous

posted on 24 Aug 2022

I applied via Company Website and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Videos recording questions. Like:- Tell me about you.
  • Ans. Ans:- Tell your name, place, parents names, study or work experience.
  • Answered Anonymously
  • Q2. Why do you want to join with jio
  • Ans. 

    I am interested in joining Jio because of their innovative approach to technology and their commitment to providing affordable and accessible services to all.

    • Jio has revolutionized the telecom industry in India with their 4G network and affordable data plans

    • Their focus on digital transformation and innovation aligns with my career goals

    • Jio's commitment to bridging the digital divide and providing access to technology f...

  • Answered by AI
  • Q3. Tell me about your some achivement in your life that can be proud feel for you.

Interview Preparation Tips

Interview preparation tips for other job seekers - You will answer all questions with confidence.
Not hard interview.

Freelancer Interview Questions asked at other Companies

Q1. A customer demands a feature or service your platform doesn't currently offer. How do you handle this request? (1 Point) * Dismiss the request, stating the platform op- erates as is. Thank them for the suggestion and explain any limitations... read more
View answer (2)

Get interview-ready with Top Jio Platforms Interview Questions

I appeared for an interview before Oct 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Questions related to Quant and Verbal.
Coding questions checked whether the basics are clear or not.

  • Q1. 

    Binary Palindrome Check

    Given an integer N, determine whether its binary representation is a palindrome.

    Input:

    The first line contains an integer 'T' representing the number of test cases. 
    The next 'T'...
  • Ans. 

    Check if the binary representation of a given integer is a palindrome.

    • Convert the integer to binary representation.

    • Check if the binary representation is a palindrome by comparing it with its reverse.

    • Return true if it is a palindrome, false otherwise.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in MumbaiEligibility criteriaNo Backlogs, 6 CGPAJio Platforms Limited interview preparation:Topics to prepare for the interview - Programming, Quant, Java, OOPS, Algorithms, Data Structures, Operating SystemsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare for Aptitude Questions well since most companies have aptitude questions in the screening round. So you can proceed with further rounds only when you are well versed with Aptitude
Tip 2 : Be good with at least one programming language. Does not matter which language it is. It can be Java, C, C++, Python or any other language. Most of the coding rounds will be on websites which support multiple programming languages. Java and C are the languages which will be supported everywhere.
Tip 3 : Be prepared with at least the basics of various subjects. For CS students, these subjects could be Operating System, OOPS, Data Structures and Algorithms. Most of the interviewers will check if your basics are clear. Advanced topics are required only for few companies.
Tip 4 : If you don't know the answer to a particular question, then be honest and let me know that you are not aware of that topic instead of making something up. Most of the interviewers have 10+ years of experience and they can easily make out if you know a topic or are just making something up.
Tip 5 : If you have completed an internship, then probably your interview would be about your experience and the projects done at the internship. Be sure to state your experience and your contributions clearly.
Tip 6 : Projects are an important topic for the interview. Before the interviews, revise the projects you had completed or are working on currently. The projects need not be some external projects. These can be academic and final year projects. Make sure you know everything about the project.

Application resume tips for other job seekers

Tip 1 : For freshers, always put the Education section before the Experience/Internship section and mention the educational details in reverse chronological order starting with the most recent college/university. No need to mention SSC and HSC. If you are an undergrad student, only mention the undergrad college. 
Tip 2 : Always showcase 2-3 projects. The first being the final year project (could be in-progress at the time of the interview) and others can be academic profile.
Tip 3 : Mention your LinkedIn Profile, GitHub profile (For CS students), your blog URL (if you have one) and other portfolio links (relevant to your course of study)
Tip 4 : Skip the objective section. This section is usually not required since you are directly applying for that specific company.
Tip 5 : ALWAYS PROOFREAD YOUR RESUME. Make sure that your resume does not contain any spelling or grammatical errors.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Jio Platforms Software Developer Interview Questions and Answers

Q1. Rotting Oranges Problem Statement You are given a grid containing oranges where each cell of the grid can contain one of the three integer values: 0 - representing an empty cell 1 - representing a fresh orange 2 - representing a rotten ora... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Jio Platforms Interview FAQs

How many rounds are there in Jio Platforms interview for freshers?
Jio Platforms interview process for freshers usually has 2-3 rounds. The most common rounds in the Jio Platforms interview process for freshers are Technical, Resume Shortlist and Coding Test.
How to prepare for Jio Platforms interview for freshers?
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 for freshers?

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

  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.

Tell us how to improve this page.

Jio Platforms Interview Process for Freshers

based on 21 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

Mphasis Interview Questions
3.4
 • 809 Interviews
DXC Technology Interview Questions
3.7
 • 804 Interviews
Nagarro Interview Questions
4.0
 • 765 Interviews
NTT Data Interview Questions
3.8
 • 629 Interviews
Publicis Sapient Interview Questions
3.5
 • 623 Interviews
GlobalLogic Interview Questions
3.6
 • 594 Interviews
View all

Jio Platforms Reviews and Ratings

based on 1.5k reviews

3.5/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.1

Salary

4.1

Job security

3.2

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 1.5k Reviews and Ratings
Software Developer
620 salaries
unlock blur

₹4.2 L/yr - ₹15 L/yr

Software Development Engineer
575 salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Assistant Manager
486 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Product Manager
446 salaries
unlock blur

₹10 L/yr - ₹42 L/yr

Deputy Manager
445 salaries
unlock blur

₹4.8 L/yr - ₹20 L/yr

Explore more salaries
Compare Jio Platforms with

Jio

4.0
Compare

DXC Technology

3.7
Compare

Mphasis

3.4
Compare

Sutherland Global Services

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