Upload Button Icon Add office photos

JSW Group

Compare button icon Compare button icon Compare

Filter interviews by

JSW Group Java Application Developer Interview Questions and Answers

Updated 6 Sep 2023

JSW Group Java Application Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

(4 Questions)

  • Q1. Explain about Java OOPs Concepts, Java 8 Features like Stream API, Lambda Expression, Hibernate query, Spring boot annotations
  • Q2. Angular basic questions..
  • Q3. Hibernate basics and advance questions
  • Q4. Servers and Cloud Deployment
Round 3 - HR 

(1 Question)

  • Q1. Common HR questions..discuss about salary and experience

Interview questions from similar companies

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

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 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
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 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 Recruitment Consultant and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Can you accept me as the employee in your company
  • Q2. Will you accept what type of post give to me

Interview Preparation Tips

Interview preparation tips for other job seekers - For you checking any type of qualifications in my resume like 10th,10+2,graduation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions based on work experience
  • Q2. And all the spftware architecture
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30 technical questions

Round 2 - Technical 

(2 Questions)

  • Q1. Technical process
  • Q2. What are oops concept
  • Ans. 

    Object-oriented programming concepts that focus on objects and classes.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • 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
Round 3 - Technical 

(1 Question)

  • Q1. Oops questions Database SQL Logic building along with case study
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Easy to easy but they will select u even if u don't write anything

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is ur name
  • Ans. 

    My name is John Smith.

    • Full name is John Smith

    • Common name

    • Easy to remember

  • Answered by AI
  • Q2. Does u have pan card and aadhar card
  • Ans. 

    Yes, I have both a PAN card and an Aadhar card.

    • Yes, I have a PAN card which is used for financial transactions and tax purposes.

    • I also have an Aadhar card which is a unique identification number issued by the government of India.

    • Having both cards is essential for various official and financial transactions.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 🙏dekhlo

JSW Group Interview FAQs

How many rounds are there in JSW Group Java Application Developer interview?
JSW Group interview process usually has 3 rounds. The most common rounds in the JSW Group interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in JSW Group Java Application Developer interview?

Some of the top questions asked at the JSW Group Java Application Developer interview -

  1. Explain about Java OOPs Concepts, Java 8 Features like Stream API, Lambda Expre...read more
  2. Hibernate basics and advance questi...read more
  3. Servers and Cloud Deploym...read more

Tell us how to improve this page.

JSW Group Java Application Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Tata Steel Interview Questions
4.1
 • 822 Interviews
JSW Steel Interview Questions
3.9
 • 595 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
Jindal Stainless Interview Questions
4.2
 • 207 Interviews
View all
JSW Group Java Application Developer Salary
based on 4 salaries
₹5 L/yr - ₹8 L/yr
23% less than the average Java Application Developer Salary in India
View more details
Assistant Manager
256 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graduate Engineer Trainee (Get)
156 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
119 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
85 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
74 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare JSW Group with

Tata Group

4.2
Compare

Adani Group

3.9
Compare

Reliance Industries

4.0
Compare

Bharti Enterprises

3.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview