Upload Button Icon Add office photos
Premium Employer

i

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

GE Vernova

Compare button icon Compare button icon Compare

Filter interviews by

GE Vernova Software Trainee Intern Interview Questions and Answers

Updated 12 Oct 2023

GE Vernova Software Trainee Intern Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 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 

The OA consisted of 60 MCQS.20 Aptitude,20 Reasoning,20 Computer Fundamentals. Most of them were easy.20 people got shortlisted for the next round

Round 3 - Technical 

(3 Questions)

  • Q1. The technical interview lasted for 25-30mins.It was mostly on the source code explanation of your projects.Rating every skill of yours out off 10,followed by some basic questions like,SQL queries,Easy DSA ...
  • Q2. Quick sort implementation
  • Ans. 

    Quick sort is a popular sorting algorithm that uses a divide-and-conquer approach to sort an array efficiently.

    • Divide the array into two sub-arrays based on a pivot element

    • Recursively sort the sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

    • Example: [3, 6, 8, 10, 1, 2, 1] -> [1, 1, 2, 3, 6, 8, 10]

  • Answered by AI
  • Q3. Sum of even numbers in a array
  • Ans. 

    Calculate sum of even numbers in an array of strings

    • Iterate through the array and convert each element to integer

    • Check if the number is even using modulo operator

    • If even, add it to a running total

    • Return the total sum of even numbers

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Whole walk-through of the resume and projects.Few Behavioural questions. The interview was for 30 mins.1 Person got selected at last.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Normal question about personality and job related

Interview Preparation Tips

Round: Test
Experience: Interview was going smoothly & all questions was related my job so it's was easy for me.
Tips: Good knowledge about of wind turbine
Duration: 2 hours
Total Questions: 25

Round: HR Interview
Experience: Interview was completed so easy
Tips: Required nice personality and confidence is must required

I applied via Referral and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Method Overloading and Method Overriding
  • Q2. Excel Presentation

Interview Preparation Tips

Interview preparation tips for other job seekers - Work with business team and on excel presentation.

I applied via Referral and was interviewed before Mar 2021. 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. Tell me about yourself
  • Ans. Starting from curriculum to end up with experience and some small personal details in between
  • Answered Anonymously
  • Q2. Where do you see yourself in next 5 year
  • Ans. Look at the company hierarchy and look at yourself as growth perspective.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ensure that your resume and skills set should be matched with JD it will boost your chance to get a call.

All the best for future.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Just half hour interview Oops concept
  • Q2. . Net and angular basics
  • Q3. Project in details
Round 2 - Behavior 

(3 Questions)

  • Q1. What if team is not supporting you
  • Q2. Manager is not agree
  • Q3. 5 year your goals
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Object oriented programming concept.
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (object)

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

    • Polymorphism: ability for objects to be treated as instances of their parent class or as instances of their own class

  • Answered by AI
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 

(1 Question)

  • Q1. All technical things related wind turbine.

Interview Preparation Tips

Interview preparation tips for other job seekers - Grip on WTG related problems, greasing,PM,BM and Major breakdown details.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

20 min - 20 questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Powertrain technical questions
Round 2 - HR 

(1 Question)

  • Q1. Compensation and benefits
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell us about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. Qualifications and current status
Round 2 - Technical 

(3 Questions)

  • Q1. Core and Advance Java questions
  • Q2. Situational questions
  • Q3. Questions related to spring and different frameworks

GE Vernova Interview FAQs

How many rounds are there in GE Vernova Software Trainee Intern interview?
GE Vernova interview process usually has 4 rounds. The most common rounds in the GE Vernova interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in GE Vernova Software Trainee Intern interview?

Some of the top questions asked at the GE Vernova Software Trainee Intern interview -

  1. Sum of even numbers in a ar...read more
  2. Quick sort implementat...read more
  3. The technical interview lasted for 25-30mins.It was mostly on the source code e...read more

Tell us how to improve this page.

GE Vernova Software Trainee Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Adani Group Interview Questions
3.9
 • 200 Interviews
Tata Power Interview Questions
3.9
 • 165 Interviews
NTPC Interview Questions
4.2
 • 158 Interviews
Torrent Power Interview Questions
3.7
 • 132 Interviews
Suzlon Group Interview Questions
4.1
 • 131 Interviews
Eaton Interview Questions
3.9
 • 122 Interviews
Vestas Interview Questions
4.3
 • 88 Interviews
Hitachi Energy Interview Questions
4.1
 • 88 Interviews
Siemens Energy Interview Questions
4.1
 • 76 Interviews
Wind World Interview Questions
3.9
 • 76 Interviews
View all
Lead Engineer
255 salaries
unlock blur

₹11 L/yr - ₹30.2 L/yr

Senior Software Engineer
172 salaries
unlock blur

₹13.8 L/yr - ₹37 L/yr

Software Engineer
139 salaries
unlock blur

₹7.8 L/yr - ₹22 L/yr

Engineer
80 salaries
unlock blur

₹4.5 L/yr - ₹14.9 L/yr

Mechanical Engineer
79 salaries
unlock blur

₹4.2 L/yr - ₹13.5 L/yr

Explore more salaries
Compare GE Vernova with

Suzlon Group

4.1
Compare

Adani Group

3.9
Compare

NTPC

4.2
Compare

Torrent Power

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