Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Jio Platforms Sde1 Interview Questions and Answers

Updated 31 Dec 2022

Jio Platforms Sde1 Interview Experiences

3 interviews found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 31 Dec 2022

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

I applied via Campus Placement and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Coding Test 

There are 2 coding questions
1st one was so easy, anyone who practiced coding,dsa for 1 month can also solve it.
2nd one is a difficult qn based on dp, Its not an standard dp problem, for most of them 2nd qn is difficult which is either dp or graph.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain me about your internship and projects your are mentioned in your resume.
  • Q2. Qn was easy only, the way he explained that dsa qn was so bad, it took 30 mins for me extract the exact meaning of qn from him. IN OOPS he asked, What is singelton class? Write code for it.
Round 3 - Technical 

(3 Questions)

  • Q1. DSA qn: Given a string find a first repeating character. Eg: String is "abcbca" , ans > "a"
  • Ans. 

    Given a string, find the first repeating character.

    • Use a hash table to keep track of characters and their frequency.

    • Iterate through the string and check if the character is already in the hash table.

    • Return the first character with a frequency greater than 1.

  • Answered by AI
  • Q2. SQL qn: standard qn, find the 2nd highest salary Find the nth highest salary from table employee
  • Ans. 

    SQL query to find nth highest salary from employee table

    • Use ORDER BY and LIMIT clauses

    • For 2nd highest salary use LIMIT 1,1

    • For nth highest salary use LIMIT n-1,1

  • Answered by AI
  • Q3. And some qns about my projects.
Round 4 - HR 

(1 Question)

  • Q1. He asked me to go through my resume completely and asked me about my family deatails.

Interview Preparation Tips

Interview preparation tips for other job seekers - Verdict Is I got selected, the process was very easy as no difficult qns were asked in DSA as well as SQL, If u have some intermediate knowledge in DSA and SQL and have an good grab over ur resume. U can easily get through the technical round as HR round only formality round not eliminatory for this company.

Skills evaluated in this interview

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Sde1 Interview Questions & Answers

user image Anonymous

posted on 29 Jul 2022

Round 1 - Coding Test 

Dsa questions were asked

Round 2 - One-on-one 

(1 Question)

  • Q1. Oops and dsa questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise dsa and oops for better chances, also practice for HR round

Sde1 Interview Questions Asked at Other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and Arra ... read more
asked in Park Plus
Q2. 1. What is a doubly-linked list? And real-world applications.
asked in Amazon
Q3. pid ={3,5,0,1} ppid ={5,4,2,2} process id(pid) ppid=parent proces ... read more
Q4. Given one point and circle how will you find if it's inside circl ... read more
asked in Amazon
Q5. N queen problem with problem statement and dry running of code wi ... read more

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 Resume 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

Interview questions from similar companies

Sde1 Interview Questions & Answers

TCS user image Anonymous

posted on 13 Jan 2023

Interview experience
5
Excellent
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 - Aptitude Test 

They asked some technical interview questions

Round 3 - HR 

(2 Questions)

  • Q1. How do you face challenges?
  • Q2. How do you deal with deadlines?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic CS subjects well and be ready for hr questions

Sde1 Interview Questions & Answers

Infosys user image Anonymous

posted on 27 Jun 2022

Round 1 - Aptitude Test 

Was good and you get questions from various topics.
Apti
Basics of cs

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Your strengths on technical subjects you have gine

Interview Preparation Tips

Interview preparation tips for other job seekers - Good with basics will be helpful and try to more focus in what you know and brush up your basics

Sde1 Interview Questions & Answers

TCS user image Anonymous

posted on 18 Aug 2022

Round 1 - Aptitude Test 

Per question time good amoubnt of questions

Round 2 - HR 

(1 Question)

  • Q1. Easy questions based on my resume
Round 3 - Technical 

(1 Question)

  • Q1. Bvased on javba as i mentioned java in my resume

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on coding and aptitude and reasoni9ng as both are needed to crack the interview

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .
Contribute & help others!
anonymous
You can choose to be anonymous

Jio Platforms Interview FAQs

How many rounds are there in Jio Platforms Sde1 interview?
Jio Platforms interview process usually has 3-4 rounds. The most common rounds in the Jio Platforms interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Jio Platforms Sde1 interview?

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

  1. DSA qn: Given a string find a first repeating character. Eg: String is "abcbca"...read more
  2. SQL qn: standard qn, find the 2nd highest salary Find the nth highest salary fr...read more
  3. Qn was easy only, the way he explained that dsa qn was so bad, it took 30 mins ...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

SPI Group

No Interviews

INTERVIEWS

Nagarro

No Interviews

Tell us how to improve this page.

Jio Platforms Sde1 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k 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
 • 844 Interviews
DXC Technology Interview Questions
3.7
 • 819 Interviews
Mphasis Interview Questions
3.4
 • 812 Interviews
View all
Jio Platforms Sde1 Salary
based on 49 salaries
₹4 L/yr - ₹15.2 L/yr
55% less than the average Sde1 Salary in India
View more details

Jio Platforms Sde1 Reviews and Ratings

based on 4 reviews

2.5/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

2.0

Salary

4.6

Job security

2.0

Company culture

1.6

Promotions

2.3

Work satisfaction

Explore 4 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent