Upload Button Icon Add office photos

Godrej Industries Group

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Godrej Industries Group Software Development Engineer Intern Interview Questions and Answers

Updated 19 Oct 2023

Godrej Industries Group Software Development Engineer Intern Interview Experiences

1 interview found

Interview experience
3
Average
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 

30 mins, math, logical

Round 3 - Coding Test 

2 hours, 5 dsa questions

Round 4 - One-on-one 

(1 Question)

  • Q1. Basic technical questions

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

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

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Test was hard, needs to prepared very well

I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Question are asked majorly on SQL language

Interview Preparation Tips

Interview preparation tips for other job seekers - I have been selected as Axiom developer, and question are asked majorly about sql languages. Which is basic need for Axiom.

I was interviewed before Mar 2021.

Round 1 - Video Call 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical interview round with questions on C, C++ and Windows.

  • Q1. What is the difference between C and C++?
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language with features like classes and inheritance.

    • C is a procedural programming language while C++ is a multi-paradigm language with support for object-oriented programming.

    • C does not support classes and objects, while C++ does.

    • C does not have features like inheritance and polymorphism which are present in C++.

    • C is a subset of C++.

    • C++ ...

  • Answered by AI
  • Q2. What are access specifiers in C++?
  • Ans. 

    Access specifiers in C++ are keywords used to define the accessibility of class members.

    • Access specifiers include public, private, and protected.

    • Public members are accessible from outside the class.

    • Private members are only accessible within the class.

    • Protected members are accessible within the class and its subclasses.

    • Example: class MyClass { private: int x; public: void setX(int val) { x = val; } };

    • Example: MyClass ob

  • Answered by AI
  • Q3. How do you open Device Manager in Windows?
  • Ans. 

    Device Manager can be opened in Windows by using the Run dialog box or searching in the Start menu.

    • Press Windows key + R to open the Run dialog box, then type 'devmgmt.msc' and press Enter

    • Search for 'Device Manager' in the Start menu and click on the result to open it

  • Answered by AI
  • Q4. How do you open the command prompt in Windows?
  • Ans. 

    To open the command prompt in Windows, you can use the search bar or keyboard shortcuts.

    • Use the search bar and type 'cmd' or 'command prompt'

    • Press Windows key + R, then type 'cmd' and press Enter

  • Answered by AI
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR interview can be a bit tricky. They will try to see your creativity in your answers so just be yourself and be confident.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPALarsen & Toubro interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

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 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 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
Contribute & help others!
anonymous
You can choose to be anonymous

Godrej Industries Group Interview FAQs

How many rounds are there in Godrej Industries Group Software Development Engineer Intern interview?
Godrej Industries Group interview process usually has 4 rounds. The most common rounds in the Godrej Industries Group interview process are Coding Test, One-on-one Round and Resume Shortlist.

Recently Viewed

INTERVIEWS

Smart Call Center Solutions

No Interviews

INTERVIEWS

Godrej Industries Group

No Interviews

INTERVIEWS

Godrej Industries Group

No Interviews

INTERVIEWS

Mfine

No Interviews

INTERVIEWS

Godrej Industries Group

No Interviews

SALARIES

Godrej Industries Group

SALARIES

Godrej Industries Group

INTERVIEWS

Godrej Industries Group

No Interviews

INTERVIEWS

Smart Call Center Solutions

No Interviews

INTERVIEWS

Godrej Industries Group

No Interviews

Tell us how to improve this page.

Godrej Industries Group Software Development Engineer Intern Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Asian Paints Interview Questions
4.0
 • 646 Interviews
ITC Interview Questions
3.9
 • 548 Interviews
Tata Group Interview Questions
4.2
 • 359 Interviews
Berger Paints Interview Questions
3.7
 • 259 Interviews
View all
Assistant Manager
143 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
75 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Godrej Industries Group with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Aditya Birla Group

4.1
Compare

Mahindra & Mahindra

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