Upload Button Icon Add office photos

Filter interviews by

Jio Platforms Software Development Engineer II Interview Questions and Answers

Updated 16 Dec 2024

Jio Platforms Software Development Engineer II Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java Core Interview Question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Appian based interview
Round 2 - One-on-one 

(1 Question)

  • Q1. Appian based interview
Round 3 - One-on-one 

(1 Question)

  • Q1. Client interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java questions and basics of testing

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Hadoop,hive,sqoop,sql,map reduced,Ozzie,spark, Scala, and Java related question
  • Q2. They asked about bigdata and MySQL
  • Q3. Spark and scala/python
  • Q4. Oops concept and pure core Java they asked. Me,API AND Jdbc also

Interview Preparation Tips

Interview preparation tips for other job seekers - U have to prepare for the first round..all basic concept

Interview Questionnaire 

6 Questions

  • Q1. Introduce your self
  • Q2. What is prime number
  • Ans. 

    A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself.

    • Prime numbers are only divisible by 1 and themselves

    • Examples of prime numbers include 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, and 97

    • Prime numbers are important in cryptography and number theory

  • Answered by AI
  • Q3. Write a code on prime number
  • Ans. 

    Code to check if a number is prime or not.

    • A prime number is only divisible by 1 and itself.

    • Start checking from 2 up to the square root of the number.

    • If the number is divisible by any number in the range, it's not prime.

    • Otherwise, it's prime.

  • Answered by AI
  • Q4. Write a question on ages problem
  • Ans. 

    What is the average age of a group of people with ages ranging from 20 to 60?

    • Add up all the ages and divide by the number of people in the group

    • The age range is 40 years

    • Assuming an equal distribution of ages, the average age would be 40

  • Answered by AI
  • Q5. Are you relocate
  • Q6. What is your strengths and weaknesses

Skills evaluated in this interview

I applied via Company Website and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Job timing& job location
  • Q2. Over time allowance
  • Q3. Training period
  • Q4. Salary structure
  • Q5. Express thanks

Interview Preparation Tips

Interview preparation tips for other job seekers - Advice only didn't ask difficult questions

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. What is inheritance, abstract class, override, Interface and everything in oops.
  • Ans. 

    Inheritance, abstract class, override, and interface are all concepts in object-oriented programming.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Abstract classes cannot be instantiated and are used as a blueprint for other classes.

    • Override is used to provide a new implementation for a method that is already defined in a parent class.

    • Interfaces define a set of methods that a class mus...

  • Answered by AI
  • Q2. What is full text index?
  • Ans. 

    Full text index is a database index that allows for efficient text-based searching.

    • Full text index is used to search for specific words or phrases within a large amount of text data.

    • It is commonly used in search engines, document management systems, and social media platforms.

    • Full text index can be created on one or more columns of a table in a database.

    • It uses techniques such as stemming, stop words, and word proximit...

  • Answered by AI
  • Q3. What do you know about the constructors and destructors?
  • Ans. 

    Constructors and destructors are special methods used in object-oriented programming languages to initialize and destroy objects.

    • Constructors are used to initialize objects when they are created.

    • Destructors are used to clean up resources used by an object when it is destroyed.

    • Constructors have the same name as the class and are called automatically when an object is created.

    • Destructors have the same name as the class p...

  • Answered by AI
  • Q4. Difference between php 5 and php 7?
  • Ans. 

    PHP 7 is faster, more secure and has new features compared to PHP 5.

    • PHP 7 has improved performance with up to 2x faster execution

    • PHP 7 has better error handling and type declarations

    • PHP 7 has new operators and functions like spaceship operator and null coalescing operator

    • PHP 7 has removed deprecated features like mysql extension

    • PHP 7 has improved support for Unicode

    • PHP 7 requires 64-bit architecture

    • PHP 7 has improved m...

  • Answered by AI
  • Q5. Php caching techniques, how session works in PHP? What are the security to prevent token hijack in API?
  • Ans. 

    PHP caching, session handling, and API token security

    • PHP caching techniques include opcode caching, data caching, and query caching

    • Session handling in PHP involves creating a unique session ID for each user and storing session data on the server

    • To prevent token hijacking in APIs, use HTTPS, set expiration times for tokens, and use token revocation

    • Other security measures include input validation, output encoding, and us

  • Answered by AI
  • Q6. MySql: what are store procedures, Indexes and virtual tables.
  • Ans. 

    Store procedures, indexes, and virtual tables are important features of MySql.

    • Store procedures are pre-written code blocks that can be executed on demand.

    • Indexes are used to speed up database queries by creating a quick lookup table.

    • Virtual tables are temporary tables that are created on the fly and do not persist in the database.

    • Examples of store procedures include creating a new user or updating a record.

    • Examples of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to know OOPS very well and core PHP and MySQL ( joins ) very well to crack interview. All verbal not a single line of code need to written.

Skills evaluated in this interview

I applied via Referral and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Fail safe fail fast Why is string immutable String buffer vs String builder Executor framework Lombok Transient Volatile Synchronized keyword Finally keyword Finalize Will finally execute if we return ...
  • Ans. 

    Questions related to Java concepts and frameworks

    • Fail safe fail fast - used in concurrent programming to handle exceptions and ensure thread safety

    • String is immutable to ensure thread safety and prevent unintended changes to the string

    • String buffer vs String builder - both are used to manipulate strings, but string builder is faster and not thread-safe

    • Executor framework - used for asynchronous task execution and thread...

  • Answered by AI
  • Q2. Spring bean scopes

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core java thoroughly

Interview Questionnaire 

1 Question

  • Q1. Only the new technology would make survive me ? Because Im from the some what older technology but I can learn and adopt.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Process done more than 45mins, they were asking me the all the new technologies which is in the market. They were checked my ability with tricky questions. Need to answer in the smart way if you didn't know the answer just say the truth.

Jio Platforms Interview FAQs

How many rounds are there in Jio Platforms Software Development Engineer II interview?
Jio Platforms interview process usually has 3 rounds. The most common rounds in the Jio Platforms interview process are HR, Technical and One-on-one Round.
What are the top questions asked in Jio Platforms Software Development Engineer II interview?

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

  1. Don’t remember the exact quest...read more
  2. Don’t remember the exact questi...read more
  3. Don’t remember the questi...read more

Tell us how to improve this page.

Jio Platforms Software Development Engineer II Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Bharti Airtel Interview Questions
4.0
 • 843 Interviews
DXC Technology Interview Questions
3.7
 • 795 Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
View all
Jio Platforms Software Development Engineer II Salary
based on 58 salaries
₹6.2 L/yr - ₹27 L/yr
43% less than the average Software Development Engineer II Salary in India
View more details

Jio Platforms Software Development Engineer II Reviews and Ratings

based on 7 reviews

4.5/5

Rating in categories

3.9

Skill development

5.0

Work-life balance

3.6

Salary

3.9

Job security

3.2

Company culture

2.2

Promotions

3.9

Work satisfaction

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