Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Reliance Industries Team. If you also belong to the team, you can get access from here

Reliance Industries Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Reliance Industries Full Stack Developer Interview Questions and Answers

Updated 21 May 2024

Reliance Industries Full Stack Developer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Optimise the Fibonacci series
  • Ans. 

    Optimizing Fibonacci series by using memoization or iterative approach for better performance.

    • Use memoization to store calculated values and avoid redundant calculations.

    • Implement an iterative approach to calculate Fibonacci series efficiently.

    • Consider using dynamic programming techniques for optimization.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Dec 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 Resume tips
Round 2 - Aptitude Test 

An aptitude test is an exam used to determine an individual's skill or propensity to succeed in a given activity

Round 3 - Coding Test 

Programming questions are an integral part of an interview for the developer's position

Interview Preparation Tips

Interview preparation tips for other job seekers - The hard truth is that this is a terrible job market for job seekers. The salaries are lower in general and more positions are being reduced to freelance or part-time. The work you have always loved may not have the same title and may be shared by a team now. Instead of viewing this as a negative, though, consider the opportunities. Maybe you like sales, but always wanted to do some consulting

I applied via Naukri.com and was interviewed in Oct 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 Resume tips
Round 2 - HR 

(4 Questions)

  • Q1. What is java? What is variable?
  • Ans. 

    Java is a popular programming language used for developing various applications. A variable is a named memory location used to store data.

    • Java is an object-oriented language

    • It is platform-independent

    • Variables in Java have a specific data type

    • Variables can be assigned values and their values can be changed

    • Example: int age = 25; String name = "John";

  • Answered by AI
  • Q2. What is inheritance? types of inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows code reuse and promotes code organization.

    • There are different types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Single inheritance involves a class inheriting from a single base class.

    • Multiple inheritance involves...

  • Answered by AI
  • Q3. 1.Java is a high level language 2.java is a programme is called a set of instructions 3.java run time environment (jre) 4.java is a platform independent. Variable: A variable which is container that some d...
  • Q4. Inheritance; 1.Acquring the properties of parent class to the child class with out changeing the properties of parent class is known as inheritance 2.inheritanc is a is relationship 3.extends keyword is us...
  • Ans. 

    Inheritance is acquiring properties of parent class to child class without changing parent class properties. It is classified into 5 types.

    • Inheritance is a way to reuse code and establish a relationship between classes

    • The 'extends' keyword is used to implement inheritance in Java

    • Examples of inheritance include a 'Car' class inheriting properties from a 'Vehicle' class

    • Single level inheritance involves one parent class a...

  • Answered by AI
Round 3 - Group Discussion 

May I about you ? Which your qualification and which stream

Interview Preparation Tips

Topics to prepare for Tata Group Software Developer interview:
  • Core Java
  • Web Technologies
Interview preparation tips for other job seekers - My strength is quick learner, self motivated, Hard working
My weakness is if any body ask for help me,I never say know.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Python c java etc more about code

I applied via Naukri.com and was interviewed in Jun 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Core Java developer with advance java
  • Q2. Core Java all topics

Interview Preparation Tips

Topics to prepare for ITC Software Developer interview:
  • Core Java all topics
  • Advance java inheritance interfa
  • Abstract, encapsulation
  • Polymorphism, file handling,
  • Exception handling, package mult
  • Collections
  • Synchronization,asyn
Interview preparation tips for other job seekers - Software developer with advance java
Application make eclips ide use
My first project: library management system

Interview Questionnaire 

2 Questions

  • Q1. OOPS Concepts
  • Q2. Threads Concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on basic java
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2023. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic Oops Concepts
  • Q2. 4 Pillars of oops
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the 4 pillars of OOPs

    • Encapsulation: Bundling data and methods that operate on the data into a single unit

    • Inheritance: Ability of a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the complex implementation details and showing only the necessary features

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Box test 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is the difference between HTTp and HTTPS
  • Ans. 

    HTTP is unsecured protocol while HTTPS is secured protocol using SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTPS uses SSL/TLS encryption to secure the communication between the client and server, while HTTP does not.

    • HTTPS uses port 443 by default, while HTTP uses port 80.

    • HTTPS URLs begin with 'https://' and are secured with a padlock icon i...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. Tell us something about your self, summer inetrnship, family etc. ?
  • Ans. 

    I am a hardworking individual with a passion for learning and growth. I completed a summer internship in marketing and come from a supportive family.

    • I am a hardworking individual

    • Passionate about learning and growth

    • Completed a summer internship in marketing

    • Come from a supportive family

  • Answered by AI
  • Q2. Demonstrate how will you retain an employee at your dealer's?
  • Ans. 

    To retain an employee, I will focus on creating a positive work environment and offering opportunities for growth and development.

    • Offer competitive salaries and benefits

    • Provide opportunities for training and development

    • Create a positive work culture with open communication and recognition

    • Offer flexible work arrangements

    • Provide opportunities for career advancement within the company

    • Regularly check in with employees to a...

  • Answered by AI
  • Q3. Are you comfortable with working in different city and travelling?
  • Ans. 

    Yes, I am comfortable with working in different cities and travelling.

    • I have previous experience working in different cities and travelling for work.

    • I am adaptable and can quickly adjust to new environments.

    • I enjoy exploring new places and meeting new people.

    • I understand the importance of being flexible and available for work-related travel.

    • I am willing to make necessary arrangements to ensure smooth travel and work ex

  • Answered by AI
  • Q4. Why did you enter the GD late?
  • Ans. 

    I apologize for being late. I had an emergency that I had to attend to.

    • I had an unexpected emergency that required my immediate attention

    • I made sure to inform the organizers as soon as I could

    • I understand the importance of punctuality and will ensure it in the future

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Its a simple test to check your people skills, your personality and whether you are capable to handle difficult situations
Tips: Its very simple, no need to worry abt it. Everyone clears this one.

Round: Group Discussion
Experience: The GD took place on 12th feb and so the topic was very recent. Everybody had  abundant data and thus plenty of points to make. It was a well structured GD, 10 minutes to discuss and 5 minutes to individually conclude the topic. I made my first point pretty late which was a wrong thing to do as I was asked about this in my interview. Later on I was successful to put 3-4 distinct points and as I was 8th amongst 10 ppl I could structure my conclusion well.
Tips: 1. Please read about the recent topics in newspaper.2.Numbers aren't important they don't make much difference. 3. If you are  applying for marketing/sales job be presentable, improve your diction and grammar. 4.Make distinct points.
Duration: 15 minutes

Round: HR Interview
Experience: The HRs were very calm and poised, they gave me enough time to frame my answers. Overall it was a pleasant experience.
Tips: Be yourself and show that you need this job. Show that you come from a family which is supportive and that you are flexible when it comes to location.

College Name: KJ SOMAIYA INSTITUTE OF MANAGEMENT STUDIES AND RESEARCH

Interview Questionnaire 

5 Questions

  • Q1. Six sigma analysis
  • Q2. Quality sampling
  • Q3. Introduction
  • Q4. Why ITC ?
  • Ans. 

    ITC is a leading conglomerate with diverse business operations and a strong focus on sustainability.

    • ITC has a strong presence in multiple industries such as FMCG, hospitality, paperboards, and packaging.

    • The company has a reputation for innovation and sustainability, with initiatives such as e-Choupal and the ITC Green Centre.

    • ITC's commitment to social responsibility and community development aligns with my personal val...

  • Answered by AI
  • Q5. Why not startup ?
  • Ans. 

    I prefer the stability and resources of an established company.

    • I value the security and benefits that come with working for an established company.

    • I enjoy being part of a team and working towards a common goal.

    • I appreciate the opportunity to learn from experienced managers and mentors.

    • I believe that an established company provides more opportunities for career growth and advancement.

    • I am excited about the potential to ...

  • Answered by AI

Interview Preparation Tips

Round: Group Discussion
Experience: ITC usually does case GDs. The cases are fun and pretty interesting. You would be in a group of 8-10 people and you would be given a case on which your group has to come to a conclusion in 30 mins. In our case the GD centred around a village. Where the village was facing a lot many challenges with industries shutting down, people deserting the village etc. And most of them had the root cause to the lack of power. And so the group had to come to a conclusion as to which source of energy would be the best feasible for the village based on certain things that were mentioned there in the case,
Tips: GD there are three tips: - Either start the discussion if you know the topic well. - Or play the role of a moderator and quip in with some important points- Or succinctly summarise all the points everyone mentioned and conclude them in a beautiful way explaining the direction in which the group inclines if you do not have much information on the topic. It is pretty important that the group reaches to a consensus.
Duration: 30 minutes

Round: Interview
Experience: ITC conducts interviews way early on Dec 1. Typically around 6:30 am the interviews start. So I was pretty exhausted by being on a stretch of 3 night outs with MTP report submission, MTP presentation, and then all tests and GDs for companies. On Nov 30th as well the interviews and Gds started and it was going on till Dec 1 5 am for me. Then ITC interview was at 7 am in the morning. Interviewers were 5-7 years experienced people. Questions were related to my internship and some core courses. I answered internship related questions well. Screwed up once on a technical question. Usually they would start with one concept and then grill you in depth to understand your expertise in that.
Tips: - Brush up your core concepts- You should be thorough with your internship stuff

Round: Interview
Experience: The HR interviewers were 25 years experienced. Pretty chill people. Asked me questions around why ITC and why not a startup ? etc.Pretty usual set of questions.
Tips: Be calm. Read 64 interview questions pdf. Usually available on institute LAN

College Name: IIT Kharagpur
Contribute & help others!
anonymous
You can choose to be anonymous

Reliance Industries Interview FAQs

How many rounds are there in Reliance Industries Full Stack Developer interview?
Reliance Industries interview process usually has 1 rounds. The most common rounds in the Reliance Industries interview process are Technical.
How to prepare for Reliance Industries Full Stack Developer interview?
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 Reliance Industries . The most common topics and skills that interviewers at Reliance Industries expect are Javascript, Hibernate, Spring Boot, MySQL and Web Services.

Recently Viewed

INTERVIEWS

Juspay Technologies

No Interviews

INTERVIEWS

CUBE ENGITECH CONSULTANT

No Interviews

INTERVIEWS

3DPLM Software Solutions

No Interviews

INTERVIEWS

Sheth Developers

No Interviews

INTERVIEWS

City Union Bank

No Interviews

INTERVIEWS

CUBE ENGITECH CONSULTANT

No Interviews

INTERVIEWS

Pepperfry

No Interviews

INTERVIEWS

Arcesium

No Interviews

INTERVIEWS

Reliance Industries

No Interviews

INTERVIEWS

Suryoday Small Finance Bank

No Interviews

Tell us how to improve this page.

Reliance Industries Full Stack Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Maruti Suzuki Interview Questions
4.2
 • 599 Interviews
ITC Interview Questions
3.9
 • 552 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
Shell Interview Questions
4.0
 • 191 Interviews
Adani Group Interview Questions
3.9
 • 186 Interviews
Bharat Petroleum Interview Questions
4.2
 • 155 Interviews
View all
Reliance Industries Full Stack Developer Salary
based on 36 salaries
₹5 L/yr - ₹15.9 L/yr
At par with the average Full Stack Developer Salary in India
View more details

Reliance Industries Full Stack Developer Reviews and Ratings

based on 3 reviews

4.7/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.5

Salary

4.5

Job security

4.5

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 3 Reviews and Ratings
Manager
3.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Field Executive
2.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
2.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
2.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Reliance Industries with

Tata Group

4.2
Compare

Adani Group

3.9
Compare

Hindustan Unilever

4.2
Compare

Bharti Enterprises

3.4
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