Upload Button Icon Add office photos

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

I applied via Approached by Company and was interviewed in Aug 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic Java questions. Coding based on technical topics in Java. Approach and knowledge of other technology apart from core strength like ui ,design .
  • Q2. Scenario based questions. Deeper into Java and related technologies
  • Q3. Again based on Java and project but kind of client interview
  • Q4. Basic hr questions and salary discussion

Interview Preparation Tips

Round: Managerial
Experience: More of past projects and team handling

General Tips: Be prepared for basics in related technology and good through understanding in one core area.
Skills: Communication, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-3 Months

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. For mulesoft developer role they asked each and every topic of mule
  • Q2. Raml, design patterns,datawave,munit,policies,senarios based questions,existing project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared with each and every topic of mulesoft
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Sorting methodologies
  • Q2. Questions based on previous company projects
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 Jan 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. As python developer, basic questions asked and all concepts are to be explained to interviewwr with example
Round 3 - Technical 

(1 Question)

  • Q1. Sql and python interview questions to solve in code editor.
Round 4 - Technical 

(1 Question)

  • Q1. Related projects and my role into it
Round 5 - HR 

(1 Question)

  • Q1. HR explained about company policies and salary negotiation and notice period related things

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with basics of python and SQL and coding questions on python and SQL
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2022. 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 - Technical 

(2 Questions)

  • Q1. Microservices vs monolithic
  • Ans. 

    Microservices are modular and scalable, while monolithic is simpler but less flexible.

    • Microservices allow for independent deployment and scaling of individual components

    • Monolithic architecture is easier to develop and test, but can become unwieldy as the application grows

    • Microservices can be more fault-tolerant and resilient to failures

    • Monolithic architecture can be more efficient for small applications with limited fu...

  • Answered by AI
  • Q2. Difference between microservices and monolithic
  • Ans. 

    Microservices are small, independent services that communicate with each other, while monolithic is a single, self-contained application.

    • Microservices are loosely coupled and can be developed and deployed independently.

    • Monolithic applications are tightly coupled and require a full deployment for any changes.

    • Microservices allow for better scalability and fault tolerance.

    • Monolithic applications can be simpler to develop ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Zero one knapsack problem
  • Ans. 

    Zero one knapsack problem is a classic optimization problem in computer science.

    • It involves selecting a subset of items with maximum value, subject to a weight constraint.

    • It is a NP-hard problem and can be solved using dynamic programming.

    • Examples include packing a backpack with limited weight capacity or selecting stocks for a portfolio with limited investment budget.

  • Answered by AI
  • Q2. 3 sum problem from leetcode
Round 4 - Technical 

(1 Question)

  • Q1. Indexing a dictionary for faster search
  • Ans. 

    Indexing a dictionary for faster search

    • Use hash tables for constant time lookup

    • Consider using a trie for prefix search

    • Sort the keys for binary search

    • Use a balanced tree for range queries

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare leetcode medium and system design problems

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. WPF related question, Oops basics and C#.
  • Q2. SQL Server and PL/SQL questions
Round 2 - Technical 

(1 Question)

  • Q1. Round interview promoted to 2 round but didn't get call

Interview Preparation Tips

Interview preparation tips for other job seekers - First round interviewer promoted to 2nd round but didn't get call from HR for round 2

I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. C# Selenium Automation
Round 2 - Technical 

(1 Question)

  • Q1. BDD Specflow Framework
Round 3 - One-on-one 

(1 Question)

  • Q1. Project Details/ Framework overview
Round 4 - HR 

(1 Question)

  • Q1. About your family/Job

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Technical part very well and attend interview very confidentaly
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concept and programing
Round 2 - Technical 

(1 Question)

  • Q1. Problem solving and core concepts
Round 3 - One-on-one 

(1 Question)

  • Q1. More on designs related
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explained about micro front end in react js
Round 2 - Behavioral 

(2 Questions)

  • Q1. Reason for job change
  • Q2. Can i Work from office for 15 days each month?

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 Technical, HR and Resume Shortlist.
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

Siemens Interview Questions
4.1
 • 432 Interviews
Thermax Limited Interview Questions
4.1
 • 250 Interviews
ABB Interview Questions
4.1
 • 232 Interviews
Havells Interview Questions
4.0
 • 209 Interviews
Adani Group Interview Questions
3.9
 • 186 Interviews
Tata Power Interview Questions
3.9
 • 162 Interviews
NTPC Interview Questions
4.2
 • 159 Interviews
Suzlon Group Interview Questions
4.1
 • 129 Interviews
View all
Lead Engineer
233 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
170 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
110 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
79 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mechanical Engineer
70 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare GE Vernova with

Siemens

4.1
Compare

BHEL

4.1
Compare

Thermax Limited

4.1
Compare

Tata Power

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