Upload Button Icon Add office photos

Filter interviews by

Jio Platforms Software Development Engineer Interview Questions, Process, and Tips

Updated 8 Nov 2024

Top Jio Platforms Software Development Engineer Interview Questions and Answers

Jio Platforms Software Development Engineer Interview Experiences

7 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain merge sort code
  • Ans. 

    Merge sort is a divide and conquer algorithm that recursively splits an array into halves, sorts them, and then merges them back together.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be good in your basics concepts and resume thoroughly

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. String Match KMP algorithm
  • Ans. 

    The KMP algorithm is used for pattern matching in strings.

    • KMP algorithm avoids unnecessary comparisons by utilizing a prefix-suffix table.

    • It has a time complexity of O(n + m), where n is the length of the text and m is the length of the pattern.

    • The algorithm is efficient for large texts and patterns with repetitive characters.

    • Example: Searching for 'abc' in 'ababcabc' using KMP algorithm will return the index 2.

  • Answered by AI
  • Q2. Sort student based on first name
  • Ans. 

    Sort an array of student names based on their first names.

    • Use a sorting algorithm like bubble sort or quicksort to sort the array.

    • Compare the first names of each pair of students and swap them if necessary.

    • Repeat the process until the array is sorted.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. 3 Sum standard leetcode
  • Q2. Sql basic questions
Round 3 - HR 

(1 Question)

  • Q1. Basic behavioural questions

Skills evaluated in this interview

Software Development Engineer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Given an acyclic graph of a city where each edge represents a roa ... read more
asked in Hike
Q2. You have application which shows list of all contacts, the Name c ... read more
asked in Amazon
Q3. Given a m * n matrix filled with '0's and 'x's at random position ... read more
asked in Samsung
Q4. puzzle-There are 1000 wine bottles. One of the bottles contains p ... read more
asked in Accenture
Q5. Have you worked on cloud technology? Architecture of cloud
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Medium level questions

Round 2 - Technical 

(1 Question)

  • Q1. Focus on project and technology related questions
Round 3 - Technical 

(1 Question)

  • Q1. Some coding and skills mentioned in resume based questions.
Round 4 - HR 

(1 Question)

  • Q1. Simple or normal HR types question.

Interview Preparation Tips

Topics to prepare for Jio Platforms Software Development Engineer interview:
  • DSA
  • Computer Networking
Interview preparation tips for other job seekers - Try to code leetcode medium level.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Java Core, Spring Boot, SQL
  • Q2. Collections, Multithreading
  • Q3. Streams, Microservices
Round 2 - HR 

(2 Questions)

  • Q1. General Discussion
  • Q2. Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for your basics and it will be easy to crack.

Jio Platforms interview questions for designations

 Software Development Engineer 1

 (2)

 Software Development Engineer II

 (1)

 Software Development Engineer Intern

 (2)

 SDE (Software Development Engineer)

 (1)

 Software Engineer

 (7)

 Senior Software Engineer

 (3)

 Software Developer

 (15)

 Software Tester

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Approached by Company and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Print the count of words in a paragraph. (Easy)
  • Ans. 

    Count the number of words in a paragraph.

    • Split the paragraph into words using whitespace as a delimiter.

    • Count the number of words in the resulting array.

    • Exclude any punctuation marks from the count.

  • Answered by AI
  • Q2. Lot of Java and Spring Boot was tested.
Round 2 - Technical 

(1 Question)

  • Q1. Techno-Mangerial Round, system design discussions.
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

Topics to prepare for Jio Platforms Software Development Engineer interview:
  • Java
  • Tomcat
  • JPA
  • Hibernate
  • Spring Boot
Interview preparation tips for other job seekers - Jio will to ask high level dsa questions, only easy/medium and role specific questions.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at SIES Graduate School of Technology, Mumbai and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic easy aptitude test

Round 2 - Coding Test 

Coding test was very basic with Java OOPs concepts and few database queries.

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Indore and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

There were around 15 questions, 2 were coding questions based on graphs and DP.

Round 2 - Technical 

(3 Questions)

  • Q1. Quick sort implementation
  • Ans. 

    Quick sort is a popular sorting algorithm that uses divide and conquer strategy.

    • Divide the array into two sub-arrays based on a pivot element

    • Recursively sort the sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

  • Answered by AI
  • Q2. BST node insertion
  • Q3. Stack related questions

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Job Fair

Round 1 - Aptitude Test 

Verbal, reasoning,aptitude

Round 2 - Technical 

(1 Question)

  • Q1. MCQs related to CS
Round 3 - Coding Test 

2Coding questions and it was moderate level

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

I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was simple and easy, anyone can solve it

Round 2 - English Communication 

(1 Question)

  • Q1. In this round we had to record videos of ourselves speaking based on some topic they provide.
Round 3 - Technical 

(1 Question)

  • Q1. The most of the part was HR questions, they only asked for my previous projects as technical.

Interview Preparation Tips

Topics to prepare for UST Software Development Engineer interview:
  • HR
  • Project
Interview preparation tips for other job seekers - Be sure to add as many projects you have to the resume.

I applied via Naukri.com and was interviewed in Sep 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Basic java questions along with oops concepts
  • Q2. Spring mvc and spring boot

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for the company, as its service based it may not have good perks. But still good.

Jio Platforms Interview FAQs

How many rounds are there in Jio Platforms Software Development Engineer interview?
Jio Platforms interview process usually has 2-3 rounds. The most common rounds in the Jio Platforms interview process are Technical, HR and Aptitude Test.
What are the top questions asked in Jio Platforms Software Development Engineer interview?

Some of the top questions asked at the Jio Platforms Software Development Engineer interview -

  1. Print the count of words in a paragraph. (Ea...read more
  2. Sort student based on first n...read more
  3. String Match KMP algori...read more

Tell us how to improve this page.

Jio Platforms Software Development Engineer Interview Process

based on 7 interviews

1 Interview rounds

  • Technical Round
View more
Jio Platforms Software Development Engineer Salary
based on 538 salaries
₹3 L/yr - ₹13.3 L/yr
43% less than the average Software Development Engineer Salary in India
View more details

Jio Platforms Software Development Engineer Reviews and Ratings

based on 49 reviews

3.1/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

2.6

Salary

4.1

Job security

3.0

Company culture

1.9

Promotions

2.7

Work satisfaction

Explore 49 Reviews and Ratings
Software Developer
550 salaries
unlock blur

₹4.2 L/yr - ₹15.9 L/yr

Software Development Engineer
538 salaries
unlock blur

₹3 L/yr - ₹13.3 L/yr

Assistant Manager
469 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Product Manager
432 salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Deputy Manager
361 salaries
unlock blur

₹4.9 L/yr - ₹20.5 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