Upload Button Icon Add office photos

Filter interviews by

Jio Platforms SDE (Software Development Engineer) Interview Questions and Answers

Updated 26 Dec 2022

Jio Platforms SDE (Software Development Engineer) Interview Experiences

1 interview found

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

I applied via campus placement at National Institute of Technology, Surathkal and was interviewed in Jun 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 tips
Round 2 - Coding Test 

2 medium level questions on array and backtracking

Round 3 - Technical 

(1 Question)

  • Q1. Very interactive and supportive one. Mostly on vectors and probability. 1 question on sorting and 1 question on DBMS.
Round 4 - HR 

(1 Question)

  • Q1. Hobbies, Family background

Interview Preparation Tips

Topics to prepare for Jio Platforms SDE (Software Development Engineer) interview:
  • DSA
  • DBMS
  • OS
  • OOPS
Interview preparation tips for other job seekers - Confidence is the key. Ask for help, show your solving skills and be interactive.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. All java and spring boot related Questions like interface, streams, qualifier, profile
  • Q2. Char count using streams
  • Ans. 

    Counting characters using streams in Java

    • Use the chars() method to convert the string to an IntStream of characters

    • Use the count() method to count the number of characters in the stream

  • Answered by AI

Skills evaluated in this interview

Round 1 - Aptitude Test 

Very easy

Round 2 - Technical 

(2 Questions)

  • Q1. How to find length , freq of each char and list of unique characters of a string
  • Ans. 

    To find length, frequency of each character and list of unique characters of a string.

    • Iterate through the string and count the frequency of each character using a hash table.

    • Create a list of unique characters by iterating through the hash table.

    • Calculate the length of the string using the built-in length function.

    • Return the frequency, length and list of unique characters as an array of strings.

  • Answered by AI
  • Q2. How to check wheather a string is palindrome or not?
  • Ans. 

    To check if a string is palindrome or not.

    • Compare the first and last characters of the string and continue towards the middle until all characters have been compared.

    • If all characters match, the string is a palindrome.

    • If any characters do not match, the string is not a palindrome.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep basics clear..and command on your projects

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Full about python
  • Q2. What is recursion?
  • Ans. 

    Recursion is a programming technique where a function calls itself to solve a problem.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively.

    • It requires a base case to stop the recursion and prevent infinite loops.

    • Recursion can be used to solve problems like traversing trees and sorting algorithms.

    • Examples of recursive functions include factorial, Fibonacci sequence, and binary...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare well with one oops concept

I applied via Campus Placement and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. WHAT IS ETHERENT,SWITCH,HUB?
  • Ans. 

    Ethernet is a networking technology used for LANs. Switches and hubs are devices used to connect multiple devices to a network.

    • Ethernet is a protocol used for communication between devices on a network.

    • A switch is a networking device that connects devices on a network and directs data to its intended recipient.

    • A hub is a networking device that connects devices on a network and broadcasts data to all connected devices.

    • S...

  • Answered by AI
  • Q2. TYPES OF JOIN IN DBMS
  • Ans. 

    Types of join in DBMS

    • Inner join: returns only the matching rows from both tables

    • Left join: returns all the rows from the left table and matching rows from the right table

    • Right join: returns all the rows from the right table and matching rows from the left table

    • Full outer join: returns all the rows from both tables, with NULL values in the columns where there is no match

    • Cross join: returns the Cartesian product of both

  • Answered by AI
  • Q3. PATTERN CODING PROBLEM
  • Ans. 

    Write a pattern coding problem using an array of strings.

    • Use loops to iterate through the array and print the pattern.

    • The pattern can be any shape or design.

    • Make sure to use proper spacing and formatting.

  • Answered by AI
  • Q4. BASIC QUERY

Interview Preparation Tips

Interview preparation tips for other job seekers - IT WAS EASY AND GOOD

Skills evaluated in this interview

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

Round 1 - Aptitude Test 

(2 Questions)

  • Q1. MCQ questions based on skills
  • Q2. MCQ questions based on resume
Round 2 - One-on-one 

(1 Question)

  • Q1. Implement Stack using queue
  • Ans. 

    Implement a stack using a queue data structure.

    • Create two queues, q1 and q2.

    • Push elements into q1.

    • When popping, dequeue all elements from q1 and enqueue them into q2 until the last element.

    • Dequeue and return the last element from q1.

    • Swap q1 and q2 after each push or pop operation.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare DS questions and be crystal clear in whichever language you use

Skills evaluated in this interview

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

I applied via campus placement at J S S Academy of Technical Education, Bangalore and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Average to easy difficulty level.

Round 2 - Technical 

(3 Questions)

  • Q1. Java code of string manipulation
  • Ans. 

    String manipulation in Java involves various methods like substring, concat, replace, etc.

    • Use substring() to extract a part of the string

    • Use concat() to concatenate two strings

    • Use replace() to replace a specific character or substring in a string

  • Answered by AI
  • Q2. What is the Java code for various types of sorting algorithms?
  • Ans. 

    Various sorting algorithms in Java code

    • Bubble Sort: int[] arr = {5, 2, 8, 1, 3}; Arrays.sort(arr);

    • Selection Sort: int[] arr = {5, 2, 8, 1, 3}; Arrays.sort(arr);

    • Insertion Sort: int[] arr = {5, 2, 8, 1, 3}; Arrays.sort(arr);

    • Merge Sort: int[] arr = {5, 2, 8, 1, 3}; Arrays.sort(arr);

    • Quick Sort: int[] arr = {5, 2, 8, 1, 3}; Arrays.sort(arr);

  • Answered by AI
  • Q3. Sql query and topics related to joins.
Round 3 - HR 

(4 Questions)

  • Q1. About yourself and family
  • Q2. What do you know about the company?
  • Ans. 

    The company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Specializes in creating innovative software solutions

    • Works with clients from various industries

    • Known for high-quality and reliable products

    • Has a strong team of software engineers and developers

  • Answered by AI
  • Q3. Can you provide examples of real-life scenarios where you handled conflicts with either a colleague or a manager?
  • Ans. 

    Handled conflicts by addressing issues directly, seeking compromise, and maintaining professionalism.

    • Addressed a disagreement with a colleague by scheduling a one-on-one meeting to discuss concerns and find common ground.

    • Resolved a conflict with a manager by actively listening to their perspective, providing feedback, and working together to find a solution.

    • Maintained professionalism during conflicts by staying calm, r...

  • Answered by AI
  • Q4. What actions would you take if your manager does not approve your product idea, and how would you attempt to persuade them?
  • Ans. 

    I would gather more data to support my idea, present a compelling case to my manager, and be open to feedback and compromise.

    • Gather data to support the idea, such as market research, user feedback, or cost-benefit analysis.

    • Prepare a well-structured presentation highlighting the potential benefits of the product idea.

    • Listen to the manager's concerns and feedback, and be open to making adjustments or compromises.

    • Seek sup...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident; they will strive to comfort you despite any feelings of hesitation and nervousness. A foundational understanding of Java or C++, along with knowledge of data structures and algorithms (DSA), will be extremely advantageous. You should illustrate your potential contributions while also recognizing your limitations. Foster a positive atmosphere.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Run time polymorphism code
  • Q2. Linked list code
  • Q3. Deep copy shallow copy differences
  • Ans. 

    Deep copy creates a new copy of an object with its own unique memory space, while shallow copy creates a new object that references the same memory locations as the original object.

    • Deep copy duplicates all nested objects, while shallow copy only duplicates the references to nested objects.

    • Deep copy ensures that changes to the copied object do not affect the original object, while shallow copy may lead to unintended sid...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. More deep questions about polymorphism code
  • Q2. Code for interchange of strings without strcpy
  • Ans. 

    Use a loop to swap characters of two strings without using strcpy function.

    • Create two arrays of characters to store the strings

    • Use a loop to iterate through each character of the strings and swap them

    • Ensure to handle cases where strings have different lengths

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare oops concept and data structure well because its easy for first round but for second round its too difficult - the interviewer was so irritating and asked very stupid wuestions
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. Architecture discussion around projects
Round 2 - Technical 

(1 Question)

  • Q1. Caching, auth discussion in depth

Interview Preparation Tips

Interview preparation tips for other job seekers - I've cleared both the technical rounds, still after that HR ghosted me and after following up multiple times she mentioned the vacancy was cancelled.
it was highly unprofessional of them.
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 Oct 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Basic aptitudes question in online test

Round 2 - Coding Test 

Two coding Q online test

Round 3 - Technical 

(2 Questions)

  • Q1. Resume bsic Q asked
  • Q2. Oops question basic theory
Round 4 - One-on-one 

(2 Questions)

  • Q1. One coding question asked to solve on paper of arrays
  • Q2. Basic questions from resume
Round 5 - HR 

(2 Questions)

  • Q1. Relocating related questions
  • Q2. Why u want to join global logic
  • Ans. 

    I want to join Global Logic because of their reputation for cutting-edge technology solutions and collaborative work environment.

    • Global Logic is known for their innovative technology solutions

    • I am impressed by the collaborative work environment at Global Logic

    • I believe Global Logic offers great opportunities for professional growth and development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and little bit coding

Jio Platforms Interview FAQs

How many rounds are there in Jio Platforms SDE (Software Development Engineer) interview?
Jio Platforms interview process usually has 4 rounds. The most common rounds in the Jio Platforms interview process are Resume Shortlist, Coding Test and Technical.

Tell us how to improve this page.

Jio Platforms SDE (Software Development Engineer) Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Jio Platforms SDE (Software Development Engineer) Salary
based on 34 salaries
₹5 L/yr - ₹13.8 L/yr
62% less than the average SDE (Software Development Engineer) Salary in India
View more details

Jio Platforms SDE (Software Development Engineer) Reviews and Ratings

based on 10 reviews

4.1/5

Rating in categories

3.9

Skill development

4.8

Work-life balance

3.6

Salary

4.9

Job security

3.8

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 10 Reviews and Ratings
Software Developer
571 salaries
unlock blur

₹4.1 L/yr - ₹15.1 L/yr

Software Development Engineer
547 salaries
unlock blur

₹3 L/yr - ₹13.1 L/yr

Assistant Manager
473 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Product Manager
424 salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Deputy Manager
367 salaries
unlock blur

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